Skip to content

Commit e45a212

Browse files
chore(deps): update all non-major dependencies
1 parent b0ec20e commit e45a212

File tree

3 files changed

+473
-309
lines changed

3 files changed

+473
-309
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-named-export",
33
"version": "0.7.2",
4-
"packageManager": "pnpm@10.5.2",
4+
"packageManager": "pnpm@10.6.2",
55
"description": "Named export for Vue SFC.",
66
"type": "module",
77
"keywords": [
@@ -98,21 +98,21 @@
9898
},
9999
"devDependencies": {
100100
"@babel/types": "^7.26.9",
101-
"@sxzz/eslint-config": "^5.2.0",
101+
"@sxzz/eslint-config": "^5.3.0",
102102
"@sxzz/prettier-config": "^2.2.1",
103103
"@sxzz/test-utils": "^0.5.1",
104-
"@types/node": "^22.13.9",
104+
"@types/node": "^22.13.10",
105105
"bumpp": "^10.0.3",
106106
"change-case": "^5.4.4",
107-
"eslint": "^9.21.0",
107+
"eslint": "^9.22.0",
108108
"prettier": "^3.5.3",
109109
"tsdown": "^0.6.4",
110110
"tsx": "^4.19.3",
111111
"typescript": "^5.8.2",
112-
"unplugin-oxc": "^0.2.6",
112+
"unplugin-oxc": "^0.2.7",
113113
"unplugin-vue": "^6.0.1",
114-
"vite": "^6.2.0",
115-
"vitest": "^3.0.7",
114+
"vite": "^6.2.1",
115+
"vitest": "^3.0.8",
116116
"vue": "^3.5.13",
117117
"vue-tsc": "^2.2.8"
118118
},

playground/package.json

Lines changed: 1 addition & 1 deletion
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.2",
20-
"vite": "^6.2.0",
20+
"vite": "^6.2.1",
2121
"vue-tsc": "^2.2.8"
2222
}
2323
}

0 commit comments

Comments
 (0)