Skip to content

Commit 4bb7aaa

Browse files
chore(deps): update all non-major dependencies (#62)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eb46cbe commit 4bb7aaa

File tree

4 files changed

+968
-853
lines changed

4 files changed

+968
-853
lines changed

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@example-org/example-typescript": "workspace:^",
1616
"@example-org/example-vue-component": "workspace:^",
1717
"@vue/tsconfig": "^0.8.1",
18-
"vitepress": "^2.0.0-alpha.12",
19-
"vue": "^3.5.22"
18+
"vitepress": "^2.0.0-alpha.15",
19+
"vue": "^3.5.25"
2020
}
2121
}

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@example-org/example-repo",
33
"type": "module",
44
"version": "0.0.1",
5-
"packageManager": "pnpm@10.20.0",
5+
"packageManager": "pnpm@10.24.0",
66
"author": {
77
"name": "Example Org",
88
"email": "example-org@example-org.com",
@@ -30,25 +30,25 @@
3030
},
3131
"devDependencies": {
3232
"@antfu/eslint-config": "^6.2.0",
33-
"@types/node": "^24.9.2",
34-
"@unocss/cli": "^66.5.4",
35-
"@unocss/eslint-config": "^66.5.4",
36-
"@unocss/eslint-plugin": "^66.5.4",
37-
"@vitejs/plugin-vue": "^6.0.1",
38-
"bumpp": "^10.3.1",
39-
"eslint": "^9.39.0",
40-
"taze": "^19.9.0",
41-
"tsdown": "^0.15.12",
42-
"turbo": "^2.6.0",
33+
"@types/node": "^24.10.1",
34+
"@unocss/cli": "^66.5.9",
35+
"@unocss/eslint-config": "^66.5.9",
36+
"@unocss/eslint-plugin": "^66.5.9",
37+
"@vitejs/plugin-vue": "^6.0.2",
38+
"bumpp": "^10.3.2",
39+
"eslint": "^9.39.1",
40+
"taze": "^19.9.2",
41+
"tsdown": "^0.16.8",
42+
"turbo": "^2.6.1",
4343
"typescript": "^5.9.3",
44-
"unocss": "^66.5.4",
45-
"unplugin-unused": "^0.5.5",
46-
"unplugin-vue": "^7.0.4",
47-
"vite": "^7.1.12",
44+
"unocss": "^66.5.9",
45+
"unplugin-unused": "^0.5.6",
46+
"unplugin-vue": "^7.0.8",
47+
"vite": "^7.2.4",
4848
"vite-plugin-inspect": "^11.3.3",
49-
"vitest": "^4.0.6",
50-
"vue": "^3.5.22",
51-
"vue-tsc": "^3.1.2"
49+
"vitest": "^4.0.14",
50+
"vue": "^3.5.25",
51+
"vue-tsc": "^3.1.5"
5252
},
5353
"pnpm": {
5454
"overrides": {

packages/example-vue-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"build": "tsdown"
5656
},
5757
"peerDependencies": {
58-
"vue": "^3.5.22"
58+
"vue": "^3.5.25"
5959
},
6060
"devDependencies": {
6161
"@vue/tsconfig": "^0.8.1"

0 commit comments

Comments
 (0)