Skip to content

Commit 4bbcd79

Browse files
fix(deps): update all non-major dependencies
1 parent db295a5 commit 4bbcd79

File tree

5 files changed

+862
-800
lines changed

5 files changed

+862
-800
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "7.3.2",
55
"private": true,
6-
"packageManager": "pnpm@10.7.0",
6+
"packageManager": "pnpm@10.8.0",
77
"description": "DevTools for Vue.js",
88
"author": "webfansplz",
99
"license": "MIT",
@@ -76,13 +76,13 @@
7676
"@antfu/eslint-config": "^4.11.0",
7777
"@antfu/ni": "^24.3.0",
7878
"@arethetypeswrong/cli": "^0.17.4",
79-
"@clack/prompts": "^0.10.0",
79+
"@clack/prompts": "^0.10.1",
8080
"@types/chrome": "^0.0.313",
8181
"@types/degit": "^2.8.6",
8282
"@types/fs-extra": "^11.0.4",
83-
"@types/node": "^22.13.14",
84-
"@typescript-eslint/parser": "^8.28.0",
85-
"@typescript-eslint/utils": "^8.28.0",
83+
"@types/node": "^22.14.0",
84+
"@typescript-eslint/parser": "^8.29.1",
85+
"@typescript-eslint/utils": "^8.29.1",
8686
"@unocss/eslint-plugin": "^66.0.0",
8787
"@vue/devtools-core": "workspace:^",
8888
"@vue/devtools-kit": "workspace:^",
@@ -91,7 +91,7 @@
9191
"bumpp": "^10.1.0",
9292
"cross-env": "^7.0.3",
9393
"degit": "^2.8.4",
94-
"eslint": "^9.23.0",
94+
"eslint": "^9.24.0",
9595
"eslint-plugin-format": "^1.0.1",
9696
"eslint-vitest-rule-tester": "^2.2.0",
9797
"execa": "^9.5.2",
@@ -101,22 +101,22 @@
101101
"lint-staged": "^15.5.0",
102102
"npm-run-all2": "^7.0.2",
103103
"picocolors": "^1.1.1",
104-
"pnpm": "^10.7.0",
104+
"pnpm": "^10.8.0",
105105
"progress": "^2.0.3",
106-
"publint": "^0.3.9",
106+
"publint": "^0.3.10",
107107
"readdir-glob": "^2.0.1",
108108
"regex-extra": "^0.2.2",
109109
"semver": "^7.7.1",
110110
"simple-git-hooks": "^2.12.1",
111111
"taze": "^18.7.1",
112112
"tsup": "^8.4.0",
113113
"tsx": "^4.19.3",
114-
"turbo": "^2.4.4",
115-
"typescript": "^5.8.2",
114+
"turbo": "^2.5.0",
115+
"typescript": "^5.8.3",
116116
"unbuild": "^3.5.0",
117117
"unocss": "^66.0.0",
118-
"vite": "^6.2.1",
119-
"vitest": "^3.0.9",
118+
"vite": "^6.2.5",
119+
"vitest": "^3.1.1",
120120
"vue": "^3.5.13"
121121
},
122122
"simple-git-hooks": {

packages/playground/basic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dev": "vite"
88
},
99
"dependencies": {
10-
"@tanstack/vue-query": "^5.70.0",
10+
"@tanstack/vue-query": "^5.72.2",
1111
"@vueuse/core": "catalog:",
1212
"element-plus": "^2.9.7",
1313
"pinia": "catalog:",
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@rollup/plugin-commonjs": "^28.0.3",
22-
"@tanstack/vue-query-devtools": "^5.70.0",
22+
"@tanstack/vue-query-devtools": "^5.72.2",
2323
"@vitejs/plugin-vue": "catalog:",
2424
"@vue/devtools": "workspace:^",
2525
"sass-embedded": "catalog:",

packages/playground/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@vue/cli-service": "~5.0.8",
2424
"@vue/devtools": "workspace:*",
2525
"@vue/devtools-api": "workspace:*",
26-
"eslint": "^9.23.0",
26+
"eslint": "^9.24.0",
2727
"eslint-plugin-vue": "^9.33.0"
2828
},
2929
"eslintConfig": {

0 commit comments

Comments
 (0)