Skip to content

Commit 8b776b2

Browse files
chore(deps): update all non-major dependencies (#59)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ecda749 commit 8b776b2

File tree

2 files changed

+295
-260
lines changed

2 files changed

+295
-260
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-named-export",
33
"version": "0.5.0",
4-
"packageManager": "pnpm@9.9.0",
4+
"packageManager": "pnpm@9.10.0",
55
"description": "Named export for Vue SFC.",
66
"type": "module",
77
"keywords": [
@@ -81,25 +81,25 @@
8181
"ast-kit": "^1.1.0",
8282
"magic-string-ast": "^0.6.2",
8383
"muggle-string": "^0.4.1",
84-
"unplugin": "^1.14.0"
84+
"unplugin": "^1.14.1"
8585
},
8686
"devDependencies": {
8787
"@babel/types": "^7.25.6",
88-
"@sxzz/eslint-config": "^4.1.6",
88+
"@sxzz/eslint-config": "^4.2.0",
8989
"@sxzz/prettier-config": "^2.0.2",
90-
"@types/node": "^22.5.4",
91-
"@vue-macros/test-utils": "^1.6.2",
90+
"@types/node": "^22.5.5",
91+
"@vue-macros/test-utils": "^1.7.0",
9292
"bumpp": "^9.5.2",
9393
"change-case": "^5.4.4",
9494
"eslint": "^9.10.0",
9595
"fast-glob": "^3.3.2",
9696
"prettier": "^3.3.3",
9797
"tsup": "^8.2.4",
98-
"tsx": "^4.19.0",
98+
"tsx": "^4.19.1",
9999
"typescript": "^5.6.2",
100-
"vite": "^5.4.3",
101-
"vitest": "^2.0.5",
102-
"vue": "^3.5.3",
100+
"vite": "^5.4.5",
101+
"vitest": "^2.1.1",
102+
"vue": "^3.5.5",
103103
"vue-tsc": "^2.1.6"
104104
},
105105
"engines": {

0 commit comments

Comments
 (0)