8000 chore: update deps · unplugin/unplugin-vue-components@2c0958d · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c0958d

Browse files
committed
chore: update deps
1 parent d19734c commit 2c0958d

File tree

2 files changed

+987
-1126
lines changed

2 files changed

+987
-1126
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-vue-components",
33
"type": "module",
44
"version": "0.27.1",
5-
"packageManager": "pnpm@9.0.6",
5+
"packageManager": "pnpm@9.4.0",
66
"description": "Components auto importing for Vue",
77
"author": "antfu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
@@ -93,38 +93,38 @@
9393
}
9494
},
9595
"dependencies": {
96-
"@antfu/utils": "^0.7.7",
96+
"@antfu/utils": "^0.7.10",
9797
"@rollup/pluginutils": "^5.1.0",
9898
"chokidar": "^3.6.0",
99-
"debug": "^4.3.4",
99+
"debug": "^4.3.5",
100100
"fast-glob": "^3.3.2",
101101
"local-pkg": "^0.5.0",
102102
"magic-string": "^0.30.10",
103-
"minimatch": "^9.0.4",
103+
"minimatch": "^9.0.5",
104104
"mlly": "^1.7.1",
105105
"unplugin": "^1.10.1"
106106
},
107107
"devDependencies": {
108-
"@antfu/eslint-config": "^2.16.1",
109-
"@babel/parser": "^7.24.5",
110-
"@babel/types": "^7.24.5",
111-
"@nuxt/kit": "^3.11.2",
108+
"@antfu/eslint-config": "^2.21.1",
109+
"@babel/parser": "^7.24.7",
110+
"@babel/types": "^7.24.7",
111+
"@nuxt/kit": "^3.12.2",
112112
"@types/debug": "^4.1.12",
113113
"@types/minimatch": "^5.1.2",
114-
"@types/node": "^20.12.7",
114+
"@types/node": "^20.14.9",
115115
"bumpp": "^9.4.1",
116116
"compare-versions": "^6.1.0",
117-
"element-plus": "^2.7.2",
118-
"eslint": "^9.1.1",
119-
"eslint-plugin-format": "^0.1.1",
117+
"element-plus": "^2.7.6",
118+
"eslint": "^9.5.0",
119+
"eslint-plugin-format": "^0.1.2",
120120
"esno": "^4.7.0",
121121
"estree-walker": "^3.0.3",
122122
"pathe": "^1.1.2",
123-
"rollup": "^4.17.2",
124-
"tsup": "^8.0.2",
125-
"typescript": "^5.4.5",
126-
"vite": "^5.2.10",
127-
"vitest": "^1.5.3",
123+
"rollup": "^4.18.0",
124+
"tsup": "^8.1.0",
125+
"typescript": "^5.5.2",
126+
"vite": "^5.3.1",
127+
"vitest": "^1.6.0",
128128
"vue": "3.2.45"
129129
}
130130
}

0 commit comments

Comments
 (0)
0