Skip to content

Commit

Permalink
Update ESLint and Vue packages to latest versions (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentauger authored Apr 17, 2024
1 parent f91d747 commit 53d87d0
Show file tree
Hide file tree
Showing 2 changed files with 222 additions and 215 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
"@quasar/vite-plugin": "^1.6.0",
"@types/dompurify": "^3.0.5",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"axios": "^1.6.8",
"cypress": "^13.7.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-quasar": "^1.1.0",
"eslint-plugin-vue": "^9.24.1",
"eslint-plugin-vue": "^9.25.0",
"laravel-vite-plugin": "^1.0.2",
"lodash": "^4.17.21",
"prettier": "^3.2.5",
"sass": "^1.75.0",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.8",
"vite": "^5.2.9",
"vue-tsc": "^2.0.13"
},
"dependencies": {
Expand All @@ -39,9 +39,9 @@
"pinia": "^2.1.7",
"plugin-vue@latest": "link:@@vitejs/plugin-vue@latest",
"quasar": "^2.15.2",
"vue": "^3.4.21",
"vue-i18n": "^9.12.0",
"vue-router": "^4.3.0"
"vue": "^3.4.23",
"vue-i18n": "^9.13.0",
"vue-router": "^4.3.1"
},
"type": "module"
}
Loading

0 comments on commit 53d87d0

Please sign in to comment.