Skip to content

Commit 6731819

Browse files
chore(deps): update all non-major dependencies
1 parent 4bb7aaa commit 6731819

File tree

4 files changed

+2012
-1436
lines changed

4 files changed

+2012
-1436
lines changed

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"devDependencies": {
1515
"@example-org/example-typescript": "workspace:^",
1616
"@example-org/example-vue-component": "workspace:^",
17-
"@vue/tsconfig": "^0.8.1",
18-
"vitepress": "^2.0.0-alpha.15",
19-
"vue": "^3.5.25"
17+
"@vue/tsconfig": "^0.9.0",
18+
"vitepress": "^2.0.0-alpha.16",
19+
"vue": "^3.5.29"
2020
}
2121
}

package.json

Lines changed: 19 additions & 19 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.24.0",
5+
"packageManager": "pnpm@10.30.3",
66
"author": {
77
"name": "Example Org",
88
"email": "example-org@example-org.com",
@@ -29,26 +29,26 @@
2929
"nolyfill": "pnpm dlx nolyfill"
3030
},
3131
"devDependencies": {
32-
"@antfu/eslint-config": "^6.2.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",
32+
"@antfu/eslint-config": "^6.7.3",
33+
"@types/node": "^24.12.0",
34+
"@unocss/cli": "^66.6.6",
35+
"@unocss/eslint-config": "^66.6.6",
36+
"@unocss/eslint-plugin": "^66.6.6",
37+
"@vitejs/plugin-vue": "^6.0.4",
38+
"bumpp": "^10.4.1",
39+
"eslint": "^9.39.4",
40+
"taze": "^19.10.0",
41+
"tsdown": "^0.21.0",
42+
"turbo": "^2.8.14",
4343
"typescript": "^5.9.3",
44-
"unocss": "^66.5.9",
45-
"unplugin-unused": "^0.5.6",
46-
"unplugin-vue": "^7.0.8",
47-
"vite": "^7.2.4",
44+
"unocss": "^66.6.6",
45+
"unplugin-unused": "^0.5.7",
46+
"unplugin-vue": "^7.1.1",
47+
"vite": "^7.3.1",
4848
"vite-plugin-inspect": "^11.3.3",
49-
"vitest": "^4.0.14",
50-
"vue": "^3.5.25",
51-
"vue-tsc": "^3.1.5"
49+
"vitest": "^4.0.18",
50+
"vue": "^3.5.29",
51+
"vue-tsc": "^3.2.5"
5252
},
5353
"pnpm": {
5454
"overrides": {

packages/example-vue-component/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
"build": "tsdown"
5656
},
5757
"peerDependencies": {
58-
"vue": "^3.5.25"
58+
"vue": "^3.5.29"
5959
},
6060
"devDependencies": {
61-
"@vue/tsconfig": "^0.8.1"
61+
"@vue/tsconfig": "^0.9.0"
6262
}
6363
}

0 commit comments

Comments
 (0)