Skip to content

Commit 4e67102

Browse files
chore(deps): update all non-major dependencies
1 parent 731f870 commit 4e67102

File tree

2 files changed

+927
-1134
lines changed

2 files changed

+927
-1134
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-named-export",
33
"version": "0.4.1",
4-
"packageManager": "pnpm@9.1.4",
4+
"packageManager": "pnpm@9.9.0",
55
"description": "Named export for Vue SFC.",
66
"keywords": [
77
"unplugin",
@@ -76,29 +76,29 @@
7676
},
7777
"dependencies": {
7878
"@rollup/pluginutils": "^5.1.0",
79-
"@vue/language-core": "^2.0.19",
80-
"ast-kit": "^1.0.0",
81-
"magic-string-ast": "^0.6.1",
82-
"unplugin": "^1.10.1"
79+
"@vue/language-core": "^2.1.6",
80+
"ast-kit": "^1.1.0",
81+
"magic-string-ast": "^0.6.2",
82+
"unplugin": "^1.13.1"
8383
},
8484
"devDependencies": {
85-
"@babel/types": "^7.24.6",
85+
"@babel/types": "^7.25.6",
8686
"@sxzz/eslint-config": "^4.1.6",
8787
"@sxzz/prettier-config": "^2.0.2",
88-
"@types/node": "^20.14.0",
89-
"@vue-macros/test-utils": "^1.4.0",
90-
"bumpp": "^9.4.1",
88+
"@types/node": "^20.16.5",
89+
"@vue-macros/test-utils": "^1.6.2",
90+
"bumpp": "^9.5.2",
9191
"change-case": "^5.4.4",
92-
"eslint": "^9.4.0",
92+
"eslint": "^9.10.0",
9393
"fast-glob": "^3.3.2",
94-
"prettier": "^3.3.0",
95-
"tsup": "^8.0.2",
96-
"tsx": "^4.11.0",
97-
"typescript": "^5.4.5",
98-
"vite": "^5.2.12",
99-
"vitest": "^2.0.3",
100-
"vue": "^3.4.27",
101-
"vue-tsc": "^2.0.19"
94+
"prettier": "^3.3.3",
95+
"tsup": "^8.2.4",
96+
"tsx": "^4.19.0",
97+
"typescript": "^5.5.4",
98+
"vite": "^5.4.3",
99+
"vitest": "^2.0.5",
100+
"vue": "^3.5.3",
101+
"vue-tsc": "^2.1.6"
102102
},
103103
"engines": {
104104
"node": ">=16.14.0"

0 commit comments

Comments
 (0)