diff --git a/package.json b/package.json index c661c08..de7c3e3 100644 --- a/package.json +++ b/package.json @@ -15,28 +15,29 @@ "dependencies": { "@intlify/unplugin-vue-i18n": "^4.0.0", "@material-ui/icons": "^4.11.3", - "@quasar/extras": "^1.16.11", + "@quasar/extras": "^1.16.12", "pinia": "^2.1.7", - "quasar": "^2.15.2", - "vue": "^3.4.38", + "quasar": "^2.17.0", + "vue": "^3.5.8", "vue-i18n": "^9.14.0", - "vue-router": "^4.4.3", + "vue-router": "^4.4.5", "vue-toastification": "^2.0.0-rc.5", - "vue-toastify": "^2.0.0-alpha.2" + "vue-toastify": "^2.0.0-alpha.2", + "vuex": "^4.1.0" }, "devDependencies": { "@intlify/vite-plugin-vue-i18n": "^7.0.0", - "@quasar/app-vite": "^1.9.3", + "@quasar/app-vite": "^1.10.0", "autoprefixer": "^10.4.17", - "eslint": "^9.9.1", + "eslint": "^8.11.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-vue": "^9.26.0", + "eslint-plugin-vue": "^9.28.0", "postcss": "^8.4.35", "prettier": "^3.3.3" }, "engines": { "node": "^18 || ^16 || ^14.19", "npm": ">= 6.13.4", - "yarn": ">= 1.21.1" + "yarn": ">= 1.21.1" } }