We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b726e commit 89b1248Copy full SHA for 89b1248
package.json
@@ -10,22 +10,22 @@
10
"typecheck": "vue-tsc -p ./tsconfig.app.json"
11
},
12
"dependencies": {
13
- "@nuxt/ui-pro": "^3.0.2",
+ "@nuxt/ui-pro": "^3.1.0",
14
"vue": "^3.5.13",
15
"vue-router": "^4.5.0"
16
17
"devDependencies": {
18
"@vitejs/plugin-vue": "^5.2.3",
19
- "eslint": "^9.23.0",
+ "eslint": "^9.25.1",
20
"eslint-plugin-vue": "^10.0.0",
21
- "typescript": "^5.8.2",
22
- "typescript-eslint": "^8.28.0",
23
- "vite": "^6.2.4",
+ "typescript": "^5.8.3",
+ "typescript-eslint": "^8.31.0",
+ "vite": "^6.3.3",
24
"vue-tsc": "^2.2.2"
25
26
"resolutions": {
27
"unimport": "4.1.1",
28
"vue-tsc": "2.2.2"
29
30
- "packageManager": "pnpm@10.7.0"
+ "packageManager": "pnpm@10.9.0"
31
}
0 commit comments