[deps] Update dependencies to match flaschengeist

This commit is contained in:
Ferdinand Thiessen 2021-11-11 12:02:41 +01:00
parent dbdbeb3a4d
commit 7952463d2a
1 changed files with 15 additions and 15 deletions

View File

@ -1,6 +1,6 @@
{
"license": "MIT",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"name": "@flaschengeist/schedule",
"author": "Ferdinand Thiessen <rpm@fthiessen.de>",
"homepage": "https://flaschengeist.dev/Flaschengeist",
@ -19,30 +19,30 @@
"lint": "eslint --ext .js,.ts,.vue ./src"
},
"dependencies": {
"@quasar/quasar-ui-qcalendar": "^4.0.0-alpha.8"
"@quasar/quasar-ui-qcalendar": "^4.0.0-beta.9"
},
"devDependencies": {
"@flaschengeist/types": "^1.0.0-alpha.1",
"@quasar/app": "^3.0.0-beta.26",
"quasar": "^2.0.0-beta.18",
"axios": "^0.21.1",
"prettier": "^2.3.0",
"typescript": "^4.2.4",
"pinia": "^2.0.0-alpha.18",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"eslint": "^7.26.0",
"@flaschengeist/types": "^1.0.0-alpha.4",
"@quasar/app": "^3.2.1",
"quasar": "^2.3.1",
"axios": "^0.24.0",
"prettier": "^2.4.1",
"typescript": "^4.4.4",
"pinia": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-vue": "^7.9.0"
"eslint-plugin-vue": "^8.0.3"
},
"peerDependencies": {
"@flaschengeist/api": "^1.0.0-alpha.1",
"@flaschengeist/api": "^1.0.0-alpha.2",
"@flaschengeist/users": "^1.0.0-alpha.1"
},
"prettier": {
"singleQuote": true,
"semi": true,
"printWidth": 120,
"printWidth": 100,
"arrowParens": "always"
}
}