Skip to content

Commit 39b0db2

Browse files
fix(deps): update all non-major dependencies
1 parent 66c2e8f commit 39b0db2

File tree

3 files changed

+680
-681
lines changed

3 files changed

+680
-681
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-named-export",
33
"version": "0.9.0",
4-
"packageManager": "pnpm@10.13.1",
4+
"packageManager": "pnpm@10.14.0",
55
"description": "Named export for Vue SFC.",
66
"type": "module",
77
"keywords": [
@@ -62,31 +62,31 @@
6262
"prepublishOnly": "pnpm run build"
6363
},
6464
"dependencies": {
65-
"@vue/language-core": "^3.0.3",
65+
"@vue/language-core": "^3.0.5",
6666
"ast-kit": "^2.1.1",
6767
"magic-string-ast": "^1.0.0",
6868
"muggle-string": "^0.4.1",
6969
"unplugin": "^2.3.5"
7070
},
7171
"devDependencies": {
72-
"@babel/types": "^7.28.1",
73-
"@sxzz/eslint-config": "^7.0.6",
72+
"@babel/types": "^7.28.2",
73+
"@sxzz/eslint-config": "^7.1.2",
7474
"@sxzz/prettier-config": "^2.2.3",
75-
"@sxzz/test-utils": "^0.5.7",
76-
"@types/node": "^24.0.14",
77-
"bumpp": "^10.2.0",
75+
"@sxzz/test-utils": "^0.5.9",
76+
"@types/node": "^24.2.0",
77+
"bumpp": "^10.2.2",
7878
"change-case": "^5.4.4",
79-
"eslint": "^9.31.0",
79+
"eslint": "^9.32.0",
8080
"prettier": "^3.6.2",
81-
"tsdown": "^0.13.0-beta.2",
81+
"tsdown": "^0.13.3",
8282
"tsx": "^4.20.3",
83-
"typescript": "^5.8.3",
84-
"unplugin-oxc": "^0.4.6",
83+
"typescript": "^5.9.2",
84+
"unplugin-oxc": "^0.4.8",
8585
"unplugin-vue": "^7.0.0",
86-
"vite": "^7.0.5",
86+
"vite": "^7.0.6",
8787
"vitest": "^3.2.4",
88-
"vue": "^3.5.17",
89-
"vue-tsc": "^3.0.3"
88+
"vue": "^3.5.18",
89+
"vue-tsc": "^3.0.5"
9090
},
9191
"engines": {
9292
"node": ">=20.18.0"

playground/package.json

Lines changed: 5 additions & 5 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.17"
13+
"vue": "^3.5.18"
1414
},
1515
"devDependencies": {
16-
"@vitejs/plugin-vue": "^6.0.0",
16+
"@vitejs/plugin-vue": "^6.0.1",
1717
"@vue/tsconfig": "^0.7.0",
1818
"tsx": "^4.20.3",
19-
"typescript": "~5.8.3",
20-
"vite": "^7.0.5",
21-
"vue-tsc": "^3.0.3"
19+
"typescript": "~5.9.2",
20+
"vite": "^7.0.6",
21+
"vue-tsc": "^3.0.5"
2222
}
2323
}

0 commit comments

Comments
 (0)