Skip to content

Commit d307a97

Browse files
fix(deps): update all non-major dependencies
1 parent 9d9cef5 commit d307a97

File tree

3 files changed

+629
-1288
lines changed

3 files changed

+629
-1288
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-named-export",
33
"version": "0.8.1",
4-
"packageManager": "pnpm@10.10.0",
4+
"packageManager": "pnpm@10.11.0",
55
"description": "Named export for Vue SFC.",
66
"type": "module",
77
"keywords": [
@@ -66,26 +66,26 @@
6666
"ast-kit": "^2.0.0",
6767
"magic-string-ast": "^0.9.1",
6868
"muggle-string": "^0.4.1",
69-
"unplugin": "^2.3.2"
69+
"unplugin": "^2.3.4"
7070
},
7171
"devDependencies": {
7272
"@babel/types": "^7.27.1",
73-
"@sxzz/eslint-config": "^7.0.0",
73+
"@sxzz/eslint-config": "^7.0.1",
7474
"@sxzz/prettier-config": "^2.2.1",
7575
"@sxzz/test-utils": "^0.5.6",
76-
"@types/node": "^22.15.17",
77-
"bumpp": "^10.1.0",
76+
"@types/node": "^22.15.18",
77+
"bumpp": "^10.1.1",
7878
"change-case": "^5.4.4",
79-
"eslint": "^9.26.0",
79+
"eslint": "^9.27.0",
8080
"prettier": "^3.5.3",
81-
"tsdown": "^0.11.1",
81+
"tsdown": "^0.11.11",
8282
"tsx": "^4.19.4",
8383
"typescript": "^5.8.3",
84-
"unplugin-oxc": "^0.3.7",
84+
"unplugin-oxc": "^0.4.3",
8585
"unplugin-vue": "^6.2.0",
8686
"vite": "^6.3.5",
8787
"vitest": "^3.1.3",
88-
"vue": "^3.5.13",
88+
"vue": "^3.5.14",
8989
"vue-tsc": "^2.2.10"
9090
},
9191
"engines": {

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"typecheck": "vue-tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"vue": "^3.5.13"
13+
"vue": "^3.5.14"
1414
},
1515
"devDependencies": {
16-
"@vitejs/plugin-vue": "^5.2.3",
16+
"@vitejs/plugin-vue": "^5.2.4",
1717
"@vue/tsconfig": "^0.7.0",
1818
"tsx": "^4.19.4",
1919
"typescript": "~5.8.3",

0 commit comments

Comments
 (0)