Skip to content

Commit d36712f

Browse files
chore: update all non-major dependencies (#937)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0bcb068 commit d36712f

File tree

7 files changed

+365
-367
lines changed

7 files changed

+365
-367
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"gen:vue-apis": "tsx ./scripts/vue-api-manifest.ts"
7474
},
7575
"devDependencies": {
76-
"@antfu/eslint-config": "^4.18.0",
76+
"@antfu/eslint-config": "^4.19.0",
7777
"@antfu/ni": "^25.0.0",
7878
"@arethetypeswrong/cli": "^0.18.2",
7979
"@clack/prompts": "^0.11.0",
@@ -91,7 +91,7 @@
9191
"bumpp": "^10.2.0",
9292
"cross-env": "^7.0.3",
9393
"degit": "^2.8.4",
94-
"eslint": "^9.31.0",
94+
"eslint": "^9.32.0",
9595
"eslint-plugin-format": "^1.0.1",
9696
"eslint-vitest-rule-tester": "^2.2.0",
9797
"execa": "^9.6.0",
@@ -114,9 +114,9 @@
114114
"tsx": "^4.20.3",
115115
"turbo": "^2.5.5",
116116
"typescript": "^5.8.3",
117-
"unbuild": "3.5.0",
117+
"unbuild": "3.6.0",
118118
"unocss": "^66.3.3",
119-
"vite": "^7.0.5",
119+
"vite": "^7.0.6",
120120
"vitest": "^3.2.4",
121121
"vue": "^3.5.18"
122122
},

packages/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"devDependencies": {
5151
"@vitejs/plugin-vue": "catalog:",
5252
"tsx": "^4.20.3",
53-
"unbuild": "3.5.0",
53+
"unbuild": "3.6.0",
5454
"vue": "catalog:"
5555
}
5656
}

packages/playground/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"typescript": "catalog:",
2020
"unocss": "catalog:",
2121
"vite": "catalog:",
22-
"vue-tsc": "^3.0.3"
22+
"vue-tsc": "^3.0.4"
2323
}
2424
}

packages/playground/webpack/package.json

Lines changed: 1 addition & 1 deletion
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.31.0",
26+
"eslint": "^9.32.0",
2727
"eslint-plugin-vue": "^10.3.0"
2828
},
2929
"eslintConfig": {

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@vue/devtools-shared": "workspace:*",
47-
"@vueuse/components": "^13.5.0",
47+
"@vueuse/components": "^13.6.0",
4848
"@vueuse/core": "catalog:",
4949
"@vueuse/integrations": "catalog:",
5050
"colord": "catalog:",

0 commit comments

Comments
 (0)