Skip to content

Commit 8bee40a

Browse files
committed
chore: up deps
1 parent e55e40d commit 8bee40a

File tree

2 files changed

+535
-822
lines changed

2 files changed

+535
-822
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,39 +13,39 @@
1313
"format": "prettier . --write"
1414
},
1515
"dependencies": {
16-
"@vueuse/core": "^12.4.0",
16+
"@vueuse/core": "^12.5.0",
1717
"echarts": "^5.6.0",
18-
"pinia": "^2.3.0",
18+
"pinia": "^2.3.1",
1919
"vue": "^3.5.13",
2020
"vue-echarts": "^7.0.3",
2121
"vue-router": "^4.5.0",
22-
"vuetify": "^3.7.6"
22+
"vuetify": "^3.7.9"
2323
},
2424
"devDependencies": {
2525
"@mdi/js": "^7.4.47",
26-
"@nuxt/eslint-config": "^0.7.5",
26+
"@nuxt/eslint-config": "^1.0.0",
2727
"@pinia/testing": "^0.1.7",
28-
"@playwright/test": "^1.49.1",
28+
"@playwright/test": "^1.50.0",
2929
"@testing-library/vue": "^8.1.0",
3030
"@tsconfig/node20": "^20.1.4",
3131
"@types/jsdom": "^21.1.7",
32-
"@types/node": "^22.10.5",
32+
"@types/node": "^22.12.0",
3333
"@vitejs/plugin-vue": "^5.2.1",
3434
"@vue/test-utils": "^2.4.6",
3535
"@vue/tsconfig": "^0.7.0",
36-
"eslint": "^9.18.0",
37-
"eslint-plugin-playwright": "^2.1.0",
36+
"eslint": "^9.19.0",
37+
"eslint-plugin-playwright": "^2.2.0",
3838
"jsdom": "^26.0.0",
3939
"prettier": "^3.4.2",
4040
"rollup-plugin-regexp": "^5.0.1",
4141
"typescript": "^5.7.3",
4242
"unplugin-auto-import": "^19.0.0",
4343
"unplugin-vue-components": "^28.0.0",
44-
"unplugin-vue-router": "^0.10.9",
45-
"vite": "^6.0.7",
44+
"unplugin-vue-router": "^0.11.2",
45+
"vite": "^6.0.11",
4646
"vite-plugin-vue-meta-layouts": "^0.5.1",
4747
"vite-plugin-vuetify": "^2.0.4",
48-
"vitest": "^2.1.8",
48+
"vitest": "^3.0.4",
4949
"vue-tsc": "^2.2.0"
5050
}
5151
}

0 commit comments

Comments
 (0)