Skip to content

Commit 9826fa3

Browse files
committed
chore: update deps
1 parent a4c0b89 commit 9826fa3

File tree

2 files changed

+783
-719
lines changed

2 files changed

+783
-719
lines changed

package.json

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-vue-components",
33
"type": "module",
44
"version": "0.28.0",
5-
"packageManager": "pnpm@9.15.0",
5+
"packageManager": "pnpm@9.15.3",
66
"description": "Components auto importing for Vue",
77
"author": "antfu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
@@ -97,34 +97,35 @@
9797
"@rollup/pluginutils": "^5.1.4",
9898
"chokidar": "^3.6.0",
9999
"debug": "^4.4.0",
100-
"fast-glob": "^3.3.2",
100+
"fast-glob": "^3.3.3",
101101
"local-pkg": "^0.5.1",
102-
"magic-string": "^0.30.15",
102+
"magic-string": "^0.30.17",
103103
"minimatch": "^9.0.5",
104104
"mlly": "^1.7.3",
105-
"unplugin": "^2.1.0"
105+
"unplugin": "^2.1.2"
106106
},
107107
"devDependencies": {
108-
"@antfu/eslint-config": "^3.12.0",
108+
"@antfu/eslint-config": "^3.12.1",
109109
"@babel/parser": "^7.26.3",
110110
"@babel/types": "^7.26.3",
111-
"@nuxt/kit": "^3.14.1592",
111+
"@nuxt/kit": "^3.15.1",
112112
"@types/debug": "^4.1.12",
113113
"@types/minimatch": "^5.1.2",
114-
"@types/node": "^22.10.2",
115-
"bumpp": "^9.9.1",
114+
"@types/node": "^22.10.5",
115+
"bumpp": "^9.9.3",
116116
"compare-versions": "^6.1.1",
117-
"element-plus": "^2.9.1",
117+
"element-plus": "^2.9.2",
118118
"eslint": "^9.17.0",
119119
"eslint-plugin-format": "^0.1.3",
120120
"esno": "^4.8.0",
121121
"estree-walker": "^3.0.3",
122-
"pathe": "^1.1.2",
123-
"rollup": "^4.28.1",
122+
"pathe": "^2.0.0",
123+
"rollup": "^4.30.1",
124124
"tsup": "^8.3.5",
125-
"typescript": "~5.6.3",
126-
"vite": "^6.0.3",
125+
"typescript": "^5.7.2",
126+
"vite": "^6.0.7",
127127
"vitest": "^2.1.8",
128-
"vue": "3.2.45"
128+
"vue": "3.2.45",
129+
"vue-tsc": "^2.2.0"
129130
}
130131
}

0 commit comments

Comments
 (0)