Skip to content

Commit e0b488b

Browse files
committed
feat: update deps
1 parent 2efdaac commit e0b488b

File tree

13 files changed

+1438
-1588
lines changed

13 files changed

+1438
-1588
lines changed

examples/vite-vue2/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "example-vite-vue2",
3+
"type": "module",
34
"private": true,
45
"scripts": {
56
"build": "cross-env DEBUG=unplugin-vue-components:* vite build",
@@ -12,6 +13,6 @@
1213
"@vitejs/plugin-vue2": "^2.3.3",
1314
"cross-env": "^7.0.3",
1415
"unplugin-vue-components": "workspace:*",
15-
"vite": "^5.4.11"
16+
"vite": "^6.1.0"
1617
}
1718
}

examples/vite-vue3/package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "fixture",
3+
"type": "module",
34
"version": "0.0.0",
45
"private": true,
56
"scripts": {
@@ -8,20 +9,20 @@
89
"preview": "cross-env DEBUG=unplugin-vue-components:* vite preview"
910
},
1011
"dependencies": {
11-
"vant": "^4.9.9"
12+
"vant": "^4.9.17"
1213
},
1314
"devDependencies": {
14-
"@iconify/json": "^2.2.276",
15+
"@iconify/json": "^2.2.307",
1516
"@vitejs/plugin-vue": "^5.2.1",
1617
"@vue/compiler-sfc": "^3.5.13",
1718
"cross-env": "^7.0.3",
1819
"has-pkg": "^0.0.1",
19-
"typescript": "^5.7.2",
20-
"unplugin-icons": "^0.20.2",
20+
"typescript": "^5.7.3",
21+
"unplugin-icons": "^22.0.0",
2122
"unplugin-vue-components": "workspace:*",
22-
"unplugin-vue-markdown": "^0.26.3",
23-
"vite": "^6.0.1",
24-
"vite-plugin-inspect": "^0.10.0",
23+
"unplugin-vue-markdown": "^28.3.0",
24+
"vite": "^6.1.0",
25+
"vite-plugin-inspect": "^10.2.1",
2526
"vue-router": "^4.5.0"
2627
}
2728
}

examples/vue-cli-vue3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {
11-
"core-js": "^3.39.0",
11+
"core-js": "^3.40.0",
1212
"vue": "^3.5.13"
1313
},
1414
"devDependencies": {
15-
"@babel/core": "^7.26.0",
15+
"@babel/core": "^7.26.9",
1616
"@vue/cli-plugin-babel": "~5.0.8",
1717
"@vue/cli-service": "~5.0.8",
1818
"unplugin-vue-components": "workspace:*"

examples/vue-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
},
99
"dependencies": {
1010
"@vue/composition-api": "^1.7.2",
11-
"core-js": "^3.39.0",
11+
"core-js": "^3.40.0",
1212
"vue": "^3.5.13"
1313
},
1414
"devDependencies": {
1515
"@vue/cli-plugin-babel": "^5.0.8",
1616
"@vue/cli-plugin-typescript": "^5.0.8",
1717
"@vue/cli-service": "^5.0.8",
18-
"typescript": "^5.7.2",
19-
"unplugin-icons": "^0.20.2",
18+
"typescript": "^5.7.3",
19+
"unplugin-icons": "^22.0.0",
2020
"unplugin-vue-components": "workspace:*",
2121
"unplugin-vue2-script-setup": "^0.11.4"
2222
}

package.json

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-vue-components",
33
"type": "module",
44
"version": "28.0.0",
5-
"packageManager": "pnpm@9.15.3",
5+
"packageManager": "pnpm@10.4.0",
66
"description": "Components auto importing for Vue",
77
"author": "antfu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
@@ -93,38 +93,39 @@
9393
}
9494
},
9595
"dependencies": {
96-
"@antfu/utils": "^0.7.10",
97-
"@rollup/pluginutils": "^5.1.4",
9896
"chokidar": "^3.6.0",
9997
"debug": "^4.4.0",
100-
"fast-glob": "^3.3.3",
101-
"local-pkg": "^0.5.1",
98+
"local-pkg": "^1.0.0",
10299
"magic-string": "^0.30.17",
103-
"minimatch": "^9.0.5",
104-
"mlly": "^1.7.3",
105-
"unplugin": "^2.1.2"
100+
"mlly": "^1.7.4",
101+
"tinyglobby": "^0.2.10",
102+
"unplugin": "^2.2.0",
103+
"unplugin-utils": "^0.2.4"
106104
},
107105
"devDependencies": {
108-
"@antfu/eslint-config": "^3.12.1",
109-
"@babel/parser": "^7.26.3",
110-
"@babel/types": "^7.26.3",
111-
"@nuxt/kit": "^3.15.1",
106+
"@antfu/eslint-config": "^4.2.0",
107+
"@antfu/utils": "^9.0.0",
108+
"@babel/parser": "^7.26.9",
109+
"@babel/types": "^7.26.9",
110+
"@nuxt/kit": "^3.15.4",
111+
"@nuxt/schema": "^3.15.4",
112112
"@types/debug": "^4.1.12",
113113
"@types/minimatch": "^5.1.2",
114-
"@types/node": "^22.10.5",
115-
"bumpp": "^9.9.3",
114+
"@types/node": "^22.13.4",
115+
"bumpp": "^10.0.3",
116116
"compare-versions": "^6.1.1",
117-
"element-plus": "^2.9.2",
118-
"eslint": "^9.17.0",
119-
"eslint-plugin-format": "^0.1.3",
117+
"element-plus": "^2.9.4",
118+
"eslint": "^9.20.1",
119+
"eslint-plugin-format": "^1.0.1",
120120
"esno": "^4.8.0",
121121
"estree-walker": "^3.0.3",
122-
"pathe": "^2.0.0",
123-
"rollup": "^4.30.1",
124-
"tsup": "^8.3.5",
125-
"typescript": "^5.7.2",
126-
"vite": "^6.0.7",
127-
"vitest": "^2.1.8",
122+
"minimatch": "^10.0.1",
123+
"pathe": "^2.0.3",
124+
"rollup": "^4.34.7",
125+
"tsup": "^8.3.6",
126+
"typescript": "^5.7.3",
127+
"vite": "^6.1.0",
128+
"vitest": "^3.0.5",
128129
"vue": "3.2.45",
129130
"vue-tsc": "^2.2.0"
130131
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy