Skip to content

Commit 5d184c7

Browse files
fix(deps): update all non-major dependencies
1 parent a97e55e commit 5d184c7

File tree

3 files changed

+738
-687
lines changed

3 files changed

+738
-687
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-named-export",
33
"version": "0.7.3",
4-
"packageManager": "pnpm@10.8.0",
4+
"packageManager": "pnpm@10.9.0",
55
"description": "Named export for Vue SFC.",
66
"type": "module",
77
"keywords": [
@@ -89,32 +89,32 @@
8989
"prepublishOnly": "pnpm run build"
9090
},
9191
"dependencies": {
92-
"@vue/language-core": "^2.2.8",
93-
"ast-kit": "^1.4.2",
92+
"@vue/language-core": "^2.2.10",
93+
"ast-kit": "^1.4.3",
9494
"magic-string-ast": "^0.9.1",
9595
"muggle-string": "^0.4.1",
9696
"unplugin": "^2.3.2",
9797
"unplugin-utils": "^0.2.4"
9898
},
9999
"devDependencies": {
100100
"@babel/types": "^7.27.0",
101-
"@sxzz/eslint-config": "^6.1.1",
101+
"@sxzz/eslint-config": "^6.1.2",
102102
"@sxzz/prettier-config": "^2.2.1",
103-
"@sxzz/test-utils": "^0.5.4",
103+
"@sxzz/test-utils": "^0.5.5",
104104
"@types/node": "^22.14.1",
105105
"bumpp": "^10.1.0",
106106
"change-case": "^5.4.4",
107-
"eslint": "^9.24.0",
107+
"eslint": "^9.25.1",
108108
"prettier": "^3.5.3",
109-
"tsdown": "^0.6.10",
109+
"tsdown": "^0.9.6",
110110
"tsx": "^4.19.3",
111111
"typescript": "^5.8.3",
112-
"unplugin-oxc": "^0.3.3",
112+
"unplugin-oxc": "^0.3.6",
113113
"unplugin-vue": "^6.1.0",
114-
"vite": "^6.2.6",
115-
"vitest": "^3.1.1",
114+
"vite": "^6.3.3",
115+
"vitest": "^3.1.2",
116116
"vue": "^3.5.13",
117-
"vue-tsc": "^2.2.8"
117+
"vue-tsc": "^2.2.10"
118118
},
119119
"engines": {
120120
"node": ">=18.12.0"

playground/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@vue/tsconfig": "^0.7.0",
1818
"tsx": "^4.19.3",
1919
"typescript": "~5.8.3",
20-
"vite": "^6.2.6",
21-
"vue-tsc": "^2.2.8"
20+
"vite": "^6.3.3",
21+
"vue-tsc": "^2.2.10"
2222
}
2323
}

0 commit comments

Comments
 (0)