Skip to content

Commit

Permalink
updating npm modules
Browse files Browse the repository at this point in the history
  • Loading branch information
pljakobs committed Sep 24, 2024
1 parent a2d3ddf commit 8308b1e
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 8308b1e

Please sign in to comment.