Skip to content

Commit b7bac67

Browse files
chore(deps): update all non-major dependencies
1 parent 8b776b2 commit b7bac67

File tree

2 files changed

+520
-508
lines changed

2 files changed

+520
-508
lines changed

package.json

+13-13
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.10.0",
4+
"packageManager": "pnpm@9.12.1",
55
"description": "Named export for Vue SFC.",
66
"type": "module",
77
"keywords": [
@@ -76,30 +76,30 @@
7676
"prepublishOnly": "pnpm run build"
7777
},
7878
"dependencies": {
79-
"@rollup/pluginutils": "^5.1.0",
79+
"@rollup/pluginutils": "^5.1.2",
8080
"@vue/language-core": "^2.1.6",
81-
"ast-kit": "^1.1.0",
81+
"ast-kit": "^1.2.1",
8282
"magic-string-ast": "^0.6.2",
8383
"muggle-string": "^0.4.1",
8484
"unplugin": "^1.14.1"
8585
},
8686
"devDependencies": {
87-
"@babel/types": "^7.25.6",
88-
"@sxzz/eslint-config": "^4.2.0",
87+
"@babel/types": "^7.25.8",
88+
"@sxzz/eslint-config": "^4.4.0",
8989
"@sxzz/prettier-config": "^2.0.2",
90-
"@types/node": "^22.5.5",
90+
"@types/node": "^22.7.5",
9191
"@vue-macros/test-utils": "^1.7.0",
92-
"bumpp": "^9.5.2",
92+
"bumpp": "^9.7.1",
9393
"change-case": "^5.4.4",
94-
"eslint": "^9.10.0",
94+
"eslint": "^9.12.0",
9595
"fast-glob": "^3.3.2",
9696
"prettier": "^3.3.3",
97-
"tsup": "^8.2.4",
97+
"tsup": "^8.3.0",
9898
"tsx": "^4.19.1",
99-
"typescript": "^5.6.2",
100-
"vite": "^5.4.5",
101-
"vitest": "^2.1.1",
102-
"vue": "^3.5.5",
99+
"typescript": "^5.6.3",
100+
"vite": "^5.4.8",
101+
"vitest": "^2.1.2",
102+
"vue": "^3.5.11",
103103
"vue-tsc": "^2.1.6"
104104
},
105105
"engines": {

0 commit comments

Comments
 (0)