Skip to content

Commit b12ec6f

Browse files
committed
chore: upgrade deps
1 parent 4949b84 commit b12ec6f

File tree

4 files changed

+884
-1134
lines changed

4 files changed

+884
-1134
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-named-export",
33
"version": "0.7.1",
4-
"packageManager": "pnpm@10.4.1",
4+
"packageManager": "pnpm@10.5.2",
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.2",
93-
"ast-kit": "^1.4.0",
94-
"magic-string-ast": "^0.7.0",
92+
"@vue/language-core": "^2.2.8",
93+
"ast-kit": "^1.4.2",
94+
"magic-string-ast": "^0.8.0",
9595
"muggle-string": "^0.4.1",
9696
"unplugin": "^2.2.0",
9797
"unplugin-utils": "^0.2.4"
9898
},
9999
"devDependencies": {
100100
"@babel/types": "^7.26.9",
101-
"@sxzz/eslint-config": "^5.1.1",
102-
"@sxzz/prettier-config": "^2.2.0",
101+
"@sxzz/eslint-config": "^5.2.0",
102+
"@sxzz/prettier-config": "^2.2.1",
103103
"@sxzz/test-utils": "^0.5.1",
104-
"@types/node": "^22.13.4",
104+
"@types/node": "^22.13.9",
105105
"bumpp": "^10.0.3",
106106
"change-case": "^5.4.4",
107-
"eslint": "^9.20.1",
108-
"prettier": "^3.5.1",
109-
"tsdown": "^0.6.0",
107+
"eslint": "^9.21.0",
108+
"prettier": "^3.5.3",
109+
"tsdown": "^0.6.4",
110110
"tsx": "^4.19.3",
111-
"typescript": "^5.7.3",
112-
"unplugin-oxc": "^0.2.4",
113-
"unplugin-vue": "^6.0.0",
114-
"vite": "^6.1.1",
115-
"vitest": "^3.0.6",
111+
"typescript": "^5.8.2",
112+
"unplugin-oxc": "^0.2.6",
113+
"unplugin-vue": "^6.0.1",
114+
"vite": "^6.2.0",
115+
"vitest": "^3.0.7",
116116
"vue": "^3.5.13",
117-
"vue-tsc": "^2.2.2"
117+
"vue-tsc": "^2.2.8"
118118
},
119119
"engines": {
120120
"node": ">=18.12.0"

playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@vitejs/plugin-vue": "^5.2.1",
1717
"@vue/tsconfig": "^0.7.0",
1818
"tsx": "^4.19.3",
19-
"typescript": "~5.7.3",
20-
"vite": "^6.1.1",
21-
"vue-tsc": "^2.2.2"
19+
"typescript": "~5.8.2",
20+
"vite": "^6.2.0",
21+
"vue-tsc": "^2.2.8"
2222
}
2323
}

0 commit comments

Comments
 (0)