[test] enable all plugins

This commit is contained in:
Ferdinand Thiessen 2021-05-25 21:54:09 +02:00
parent 979eab05af
commit 0c279289b2
3 changed files with 6 additions and 7 deletions

View File

@ -17,6 +17,9 @@
"dependencies": {
"@flaschengeist/api": "file:./api",
"@flaschengeist/users": "git+https://flaschengeist.dev/ferfissimo/flaschengeist-users.git#develop",
"@flaschengeist/schedule": "git+https://flaschengeist.dev/ferfissimo/flaschengeist-schedule.git#develop",
"@flaschengeist/balance": "git+https://flaschengeist.dev/ferfissimo/flaschengeist-balance.git#develop",
"@flaschengeist/pricelist": "git+https://flaschengeist.dev/ferfissimo/flaschengeist-pricelist.git#develop",
"axios": "^0.21.1",
"cordova": "^10.0.0",
"pinia": "^2.0.0-alpha.19",
@ -26,7 +29,6 @@
"@flaschengeist/types": "git+https://flaschengeist.dev/ferfissimo/flaschengeist-types.git#develop",
"@quasar/app": "^3.0.0-beta.26",
"@quasar/extras": "^1.10.4",
"@quasar/quasar-app-extension-qcalendar": "4.0.0-alpha.8",
"@types/node": "^12.20.13",
"@types/webpack": "^5.28.0",
"@types/webpack-env": "^1.16.0",

View File

@ -1,6 +1,6 @@
// You can add your plugins here
module.exports = [
/* '@flaschengeist/balances', */
/* '@flaschengeist/schedule', */
/* '@flaschengeist/pricelist', */
'@flaschengeist/balance',
'@flaschengeist/schedule',
'@flaschengeist/pricelist',
]

View File

@ -1,3 +0,0 @@
{
"@quasar/qcalendar": {}
}