Skip to content

Commit fa4dd73

Browse files
fix(deps): update all non-major dependencies
1 parent d26e42f commit fa4dd73

File tree

2 files changed

+1508
-1344
lines changed

2 files changed

+1508
-1344
lines changed

package.json

Lines changed: 21 additions & 21 deletions
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.15.4",
55
"description": "Named export for Vue SFC.",
66
"type": "module",
77
"keywords": [
@@ -76,31 +76,31 @@
7676
"prepublishOnly": "pnpm run build"
7777
},
7878
"dependencies": {
79-
"@rollup/pluginutils": "^5.1.0",
80-
"@vue/language-core": "^2.1.6",
81-
"ast-kit": "^1.1.0",
82-
"magic-string-ast": "^0.6.2",
79+
"@rollup/pluginutils": "^5.1.4",
80+
"@vue/language-core": "^2.2.0",
81+
"ast-kit": "^1.3.2",
82+
"magic-string-ast": "^0.7.0",
8383
"muggle-string": "^0.4.1",
84-
"unplugin": "^2.0.0"
84+
"unplugin": "^2.1.2"
8585
},
8686
"devDependencies": {
87-
"@babel/types": "^7.25.6",
88-
"@sxzz/eslint-config": "^4.2.0",
87+
"@babel/types": "^7.26.5",
88+
"@sxzz/eslint-config": "^4.6.0",
8989
"@sxzz/prettier-config": "^2.0.2",
90-
"@types/node": "^22.5.5",
91-
"@vue-macros/test-utils": "^1.7.0",
92-
"bumpp": "^9.5.2",
90+
"@types/node": "^22.10.6",
91+
"@vue-macros/test-utils": "^1.7.1",
92+
"bumpp": "^9.10.0",
9393
"change-case": "^5.4.4",
94-
"eslint": "^9.10.0",
95-
"fast-glob": "^3.3.2",
96-
"prettier": "^3.3.3",
97-
"tsup": "^8.2.4",
98-
"tsx": "^4.19.1",
99-
"typescript": "^5.6.2",
100-
"vite": "^5.4.5",
101-
"vitest": "^2.1.1",
102-
"vue": "^3.5.5",
103-
"vue-tsc": "^2.1.6"
94+
"eslint": "^9.18.0",
95+
"fast-glob": "^3.3.3",
96+
"prettier": "^3.4.2",
97+
"tsup": "^8.3.5",
98+
"tsx": "^4.19.2",
99+
"typescript": "^5.7.3",
100+
"vite": "^5.4.11",
101+
"vitest": "^2.1.8",
102+
"vue": "^3.5.13",
103+
"vue-tsc": "^2.2.0"
104104
},
105105
"engines": {
106106
"node": ">=16.14.0"

0 commit comments

Comments
 (0)