Skip to content

Commit 786b1e9

Browse files
committed
chore: up eslint to v10
1 parent 9033602 commit 786b1e9

3 files changed

Lines changed: 446 additions & 514 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"type": "module",
4-
"packageManager": "pnpm@10.29.1",
4+
"packageManager": "pnpm@10.29.3",
55
"scripts": {
66
"dev": "vite --open --host",
77
"build": "vite build",
@@ -13,29 +13,29 @@
1313
"format": "prettier . --write"
1414
},
1515
"dependencies": {
16-
"@vueuse/core": "^14.2.0",
16+
"@vueuse/core": "^14.2.1",
1717
"echarts": "^6.0.0",
1818
"pinia": "^3.0.4",
19-
"vue": "^3.5.27",
19+
"vue": "^3.5.28",
2020
"vue-echarts": "^8.0.1",
2121
"vue-router": "^5.0.2",
2222
"vuetify": "^3.11.8"
2323
},
2424
"devDependencies": {
2525
"@mdi/js": "^7.4.47",
26-
"@nuxt/eslint-config": "^1.14.0",
26+
"@nuxt/eslint-config": "^1.15.1",
2727
"@pinia/testing": "^1.0.3",
2828
"@playwright/test": "^1.58.2",
2929
"@testing-library/vue": "^8.1.0",
3030
"@tsconfig/node24": "^24.0.4",
3131
"@types/jsdom": "^27.0.0",
32-
"@types/node": "^24.10.12",
32+
"@types/node": "^24.10.13",
3333
"@vitejs/plugin-vue": "^6.0.4",
3434
"@vue/test-utils": "^2.4.6",
3535
"@vue/tsconfig": "^0.8.1",
36-
"eslint": "^9.39.2",
36+
"eslint": "^10.0.0",
3737
"eslint-plugin-playwright": "^2.5.1",
38-
"jsdom": "^28.0.0",
38+
"jsdom": "^28.1.0",
3939
"prettier": "^3.8.1",
4040
"rollup-plugin-regexp": "^5.0.1",
4141
"typescript": "^5.9.3",

0 commit comments

Comments
 (0)