Skip to content

Commit 8859dc1

Browse files
committed
chore: up to vite 8
1 parent 70e3739 commit 8859dc1

3 files changed

Lines changed: 682 additions & 792 deletions

File tree

package.json

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"type": "module",
4-
"packageManager": "pnpm@10.30.3",
4+
"packageManager": "pnpm@10.32.1",
55
"scripts": {
66
"dev": "vite --open --host",
77
"build": "vite build",
@@ -16,10 +16,10 @@
1616
"@vueuse/core": "^14.2.1",
1717
"echarts": "^6.0.0",
1818
"pinia": "^3.0.4",
19-
"vue": "^3.5.29",
19+
"vue": "^3.5.30",
2020
"vue-echarts": "^8.0.1",
2121
"vue-router": "^5.0.3",
22-
"vuetify": "^4.0.1"
22+
"vuetify": "^4.0.2"
2323
},
2424
"devDependencies": {
2525
"@mdi/js": "^7.4.47",
@@ -30,25 +30,21 @@
3030
"@tsconfig/node24": "^24.0.4",
3131
"@types/jsdom": "^28.0.0",
3232
"@types/node": "^24.12.0",
33-
"@vitejs/plugin-vue": "^6.0.4",
33+
"@vitejs/plugin-vue": "^6.0.5",
3434
"@vue/test-utils": "^2.4.6",
3535
"@vue/tsconfig": "^0.9.0",
3636
"eslint": "^10.0.3",
37-
"eslint-plugin-playwright": "^2.9.0",
38-
"jsdom": "^28.1.0",
37+
"eslint-plugin-playwright": "^2.10.0",
38+
"jsdom": "^29.0.0",
3939
"prettier": "^3.8.1",
4040
"rollup-plugin-regexp": "^5.0.1",
4141
"typescript": "^5.9.3",
4242
"unplugin-auto-import": "^21.0.0",
4343
"unplugin-vue-components": "^31.0.0",
44-
"vite": "^7.3.1",
44+
"vite": "^8.0.0",
4545
"vite-plugin-vue-meta-layouts": "^0.6.1",
4646
"vite-plugin-vuetify": "^2.1.3",
47-
"vitest": "^4.0.18",
48-
"vue-tsc": "^3.2.5"
49-
},
50-
"onlyBuiltDependencies": [
51-
"esbuild",
52-
"unrs-resolver"
53-
]
47+
"vitest": "^4.1.0",
48+
"vue-tsc": "^3.2.6"
49+
}
5450
}

0 commit comments

Comments
 (0)