Skip to content

Commit 6ddcc93

Browse files
committed
chore: upgrade deps
1 parent 2f689ee commit 6ddcc93

File tree

2 files changed

+1424
-1073
lines changed

2 files changed

+1424
-1073
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-vue-components",
33
"type": "module",
44
"version": "28.4.0",
5-
"packageManager": "pnpm@10.4.0",
5+
"packageManager": "pnpm@10.5.2",
66
"description": "Components auto importing for Vue",
77
"author": "antfu <[email protected]>",
88
"license": "MIT",
@@ -98,35 +98,35 @@
9898
"local-pkg": "^1.0.0",
9999
"magic-string": "^0.30.17",
100100
"mlly": "^1.7.4",
101-
"tinyglobby": "^0.2.10",
101+
"tinyglobby": "^0.2.12",
102102
"unplugin": "^2.2.0",
103103
"unplugin-utils": "^0.2.4"
104104
},
105105
"devDependencies": {
106-
"@antfu/eslint-config": "^4.2.0",
107-
"@antfu/utils": "^9.0.0",
106+
"@antfu/eslint-config": "^4.3.0",
107+
"@antfu/utils": "^9.1.0",
108108
"@babel/parser": "^7.26.9",
109109
"@babel/types": "^7.26.9",
110110
"@nuxt/kit": "^3.15.4",
111111
"@nuxt/schema": "^3.15.4",
112112
"@types/debug": "^4.1.12",
113113
"@types/minimatch": "^5.1.2",
114-
"@types/node": "^22.13.4",
114+
"@types/node": "^22.13.5",
115115
"bumpp": "^10.0.3",
116116
"compare-versions": "^6.1.1",
117-
"element-plus": "^2.9.4",
118-
"eslint": "^9.20.1",
117+
"element-plus": "^2.9.5",
118+
"eslint": "^9.21.0",
119119
"eslint-plugin-format": "^1.0.1",
120120
"esno": "^4.8.0",
121121
"estree-walker": "^3.0.3",
122122
"minimatch": "^10.0.1",
123123
"pathe": "^2.0.3",
124-
"rollup": "^4.34.7",
125-
"tsup": "^8.3.6",
124+
"rollup": "^4.34.8",
125+
"tsup": "^8.4.0",
126126
"typescript": "^5.7.3",
127-
"vite": "^6.1.0",
128-
"vitest": "^3.0.5",
127+
"vite": "^6.2.0",
128+
"vitest": "^3.0.7",
129129
"vue": "3.2.45",
130-
"vue-tsc": "^2.2.0"
130+
"vue-tsc": "^2.2.4"
131131
}
132132
}

0 commit comments

Comments
 (0)