Skip to content

Commit 1290efb

Browse files
committed
chore: up vuetify
1 parent 4ec4b62 commit 1290efb

3 files changed

Lines changed: 642 additions & 591 deletions

File tree

package.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"type": "module",
4-
"packageManager": "pnpm@10.15.1",
4+
"packageManager": "pnpm@10.17.0",
55
"scripts": {
66
"dev": "vite --open --host",
77
"build": "vite build",
@@ -19,7 +19,7 @@
1919
"vue": "^3.5.21",
2020
"vue-echarts": "8.0.0-beta.1",
2121
"vue-router": "^4.5.1",
22-
"vuetify": "^3.9.7"
22+
"vuetify": "^3.10.2"
2323
},
2424
"devDependencies": {
2525
"@mdi/js": "^7.4.47",
@@ -29,23 +29,27 @@
2929
"@testing-library/vue": "^8.1.0",
3030
"@tsconfig/node22": "^22.0.2",
3131
"@types/jsdom": "^21.1.7",
32-
"@types/node": "^22.18.1",
32+
"@types/node": "^22.18.6",
3333
"@vitejs/plugin-vue": "^6.0.1",
3434
"@vue/test-utils": "^2.4.6",
3535
"@vue/tsconfig": "^0.8.1",
36-
"eslint": "^9.35.0",
36+
"eslint": "^9.36.0",
3737
"eslint-plugin-playwright": "^2.2.2",
38-
"jsdom": "^26.1.0",
38+
"jsdom": "^27.0.0",
3939
"prettier": "^3.6.2",
4040
"rollup-plugin-regexp": "^5.0.1",
4141
"typescript": "^5.9.2",
4242
"unplugin-auto-import": "^20.1.0",
4343
"unplugin-vue-components": "^29.0.0",
4444
"unplugin-vue-router": "^0.15.0",
45-
"vite": "^7.1.4",
45+
"vite": "^7.1.6",
4646
"vite-plugin-vue-meta-layouts": "^0.6.0",
4747
"vite-plugin-vuetify": "^2.1.2",
4848
"vitest": "^3.2.4",
49-
"vue-tsc": "^3.0.6"
50-
}
49+
"vue-tsc": "^3.0.7"
50+
},
51+
"onlyBuiltDependencies": [
52+
"esbuild",
53+
"unrs-resolver"
54+
]
5155
}

0 commit comments

Comments
 (0)