Skip to content

Commit b30f4fc

Browse files
fix(deps): update all non-major dependencies
1 parent a193579 commit b30f4fc

File tree

3 files changed

+637
-552
lines changed

3 files changed

+637
-552
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-vue-named-export",
33
"type": "module",
44
"version": "0.9.3",
5-
"packageManager": "pnpm@10.26.0",
5+
"packageManager": "pnpm@10.26.2",
66
"description": "Named export for Vue SFC.",
77
"author": "Kevin Deng <sxzz@sxzz.moe>",
88
"license": "MIT",
@@ -65,30 +65,30 @@
6565
"prepublishOnly": "pnpm run build"
6666
},
6767
"dependencies": {
68-
"@vue/language-core": "^3.1.8",
68+
"@vue/language-core": "^3.2.1",
6969
"ast-kit": "^2.2.0",
7070
"muggle-string": "^0.4.1",
7171
"rolldown-string": "^0.2.1",
7272
"unplugin": "^2.3.11"
7373
},
7474
"devDependencies": {
7575
"@babel/types": "^7.28.5",
76-
"@sxzz/eslint-config": "^7.4.3",
76+
"@sxzz/eslint-config": "^7.4.4",
7777
"@sxzz/prettier-config": "^2.2.6",
78-
"@sxzz/test-utils": "^0.5.14",
79-
"@types/node": "^25.0.2",
78+
"@sxzz/test-utils": "^0.5.15",
79+
"@types/node": "^25.0.3",
8080
"bumpp": "^10.3.2",
8181
"change-case": "^5.4.4",
8282
"eslint": "^9.39.2",
8383
"prettier": "^3.7.4",
84-
"tsdown": "^0.18.0",
84+
"tsdown": "^0.18.2",
8585
"typescript": "^5.9.3",
86-
"unplugin-oxc": "^0.5.6",
86+
"unplugin-oxc": "^0.5.7",
8787
"unplugin-vue": "^7.1.0",
8888
"vite": "^7.3.0",
89-
"vitest": "^4.0.15",
90-
"vue": "^3.5.25",
91-
"vue-tsc": "^3.1.8"
89+
"vitest": "^4.0.16",
90+
"vue": "^3.5.26",
91+
"vue-tsc": "^3.2.1"
9292
},
9393
"prettier": "@sxzz/prettier-config",
9494
"tsdown": {

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"typecheck": "vue-tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"vue": "^3.5.25"
13+
"vue": "^3.5.26"
1414
},
1515
"devDependencies": {
1616
"@vitejs/plugin-vue": "^6.0.3",
1717
"@vue/tsconfig": "^0.8.1",
1818
"tsx": "^4.21.0",
1919
"typescript": "~5.9.3",
2020
"vite": "^7.3.0",
21-
"vue-tsc": "^3.1.8"
21+
"vue-tsc": "^3.2.1"
2222
}
2323
}

0 commit comments

Comments
 (0)