Skip to content

Commit 818b330

Browse files
committed
chore: up deps
1 parent 0ce34d5 commit 818b330

5 files changed

Lines changed: 346 additions & 343 deletions

File tree

e2e/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"extends": "@tsconfig/node22/tsconfig.json",
2+
"extends": "@tsconfig/node24/tsconfig.json",
33
"include": ["./**/*"]
44
}

package.json

Lines changed: 8 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.20.0",
4+
"packageManager": "pnpm@10.22.0",
55
"scripts": {
66
"dev": "vite --open --host",
77
"build": "vite build",
@@ -19,34 +19,34 @@
1919
"vue": "^3.5.24",
2020
"vue-echarts": "^8.0.1",
2121
"vue-router": "^4.6.3",
22-
"vuetify": "^3.10.9"
22+
"vuetify": "^3.10.11"
2323
},
2424
"devDependencies": {
2525
"@mdi/js": "^7.4.47",
2626
"@nuxt/eslint-config": "^1.10.0",
2727
"@pinia/testing": "^1.0.3",
2828
"@playwright/test": "^1.56.1",
2929
"@testing-library/vue": "^8.1.0",
30-
"@tsconfig/node22": "^22.0.2",
30+
"@tsconfig/node24": "^24.0.2",
3131
"@types/jsdom": "^27.0.0",
32-
"@types/node": "^24.10.0",
32+
"@types/node": "^24.10.1",
3333
"@vitejs/plugin-vue": "^6.0.1",
3434
"@vue/test-utils": "^2.4.6",
3535
"@vue/tsconfig": "^0.8.1",
3636
"eslint": "^9.39.1",
3737
"eslint-plugin-playwright": "^2.3.0",
38-
"jsdom": "^27.1.0",
38+
"jsdom": "^27.2.0",
3939
"prettier": "^3.6.2",
4040
"rollup-plugin-regexp": "^5.0.1",
4141
"typescript": "^5.9.3",
4242
"unplugin-auto-import": "^20.2.0",
4343
"unplugin-vue-components": "^30.0.0",
44-
"unplugin-vue-router": "^0.16.1",
44+
"unplugin-vue-router": "^0.17.0",
4545
"vite": "^7.2.2",
4646
"vite-plugin-vue-meta-layouts": "^0.6.1",
4747
"vite-plugin-vuetify": "^2.1.2",
48-
"vitest": "^4.0.8",
49-
"vue-tsc": "^3.1.3"
48+
"vitest": "^4.0.9",
49+
"vue-tsc": "^3.1.4"
5050
},
5151
"onlyBuiltDependencies": [
5252
"esbuild",

0 commit comments

Comments
 (0)