Skip to content

Commit

Permalink
[Docs] Adjust for first minor beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
Schaka committed Nov 9, 2024
1 parent 6ed5656 commit 2f87a51
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/main/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,24 @@
},
"dependencies": {
"@quasar/extras": "^1.16.4",
"axios": "^1.7.7",
"quasar": "^2.16.0",
"vue": "^3.4.18",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@quasar/app-vite": "^2.0.0-beta.12",
"@types/node": "^20.5.9",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"vite-plugin-checker": "^0.8.0",
"vue-tsc": "^2.0.29",
"autoprefixer": "^10.4.2",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vue": "^9.0.0",
"prettier": "^3.0.3",
"@types/node": "^20.5.9",
"@quasar/app-vite": "^2.0.0-beta.12",
"autoprefixer": "^10.4.2",
"typescript": "~5.5.3"
"typescript": "~5.5.3",
"vite-plugin-checker": "^0.8.0",
"vue-tsc": "^2.0.29"
},
"engines": {
"node": "^24 || ^22 || ^20 || ^18",
Expand Down
59 changes: 59 additions & 0 deletions src/main/frontend/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2f87a51

Please sign in to comment.