Skip to content

Commit af3601f

Browse files
committed
chore: update deps
1 parent 5b3a52b commit af3601f

File tree

7 files changed

+1375
-1516
lines changed

7 files changed

+1375
-1516
lines changed

examples/vite-vue2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"dev": "cross-env DEBUG=unplugin-vue-components:* vite"
88
},
99
"dependencies": {
10-
"vue": "^2.7.16"
10+
"vue": "^3.5.17"
1111
},
1212
"devDependencies": {
1313
"@vitejs/plugin-vue2": "^2.3.3",
1414
"cross-env": "^7.0.3",
1515
"unplugin-vue-components": "workspace:*",
16-
"vite": "^6.3.5"
16+
"vite": "^7.0.0"
1717
}
1818
}

examples/vite-vue3/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
"preview": "cross-env DEBUG=unplugin-vue-components:* vite preview"
1010
},
1111
"dependencies": {
12-
"vant": "^4.9.19"
12+
"vant": "^4.9.20"
1313
},
1414
"devDependencies": {
15-
"@iconify/json": "^2.2.341",
16-
"@vitejs/plugin-vue": "^5.2.4",
17-
"@vue/compiler-sfc": "^3.5.14",
15+
"@iconify/json": "^2.2.353",
16+
"@vitejs/plugin-vue": "^6.0.0",
17+
"@vue/compiler-sfc": "^3.5.17",
1818
"cross-env": "^7.0.3",
1919
"has-pkg": "^0.0.1",
2020
"typescript": "^5.8.3",
2121
"unplugin-icons": "^22.1.0",
2222
"unplugin-vue-components": "workspace:*",
2323
"unplugin-vue-markdown": "^28.3.1",
24-
"vite": "^6.3.5",
25-
"vite-plugin-inspect": "^11.1.0",
24+
"vite": "^7.0.0",
25+
"vite-plugin-inspect": "^11.3.0",
2626
"vue-router": "^4.5.1"
2727
}
2828
}

examples/vue-cli-vue3/package.json

Lines changed: 3 additions & 3 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.42.0",
12-
"vue": "^3.5.14"
11+
"core-js": "^3.43.0",
12+
"vue": "^3.5.17"
1313
},
1414
"devDependencies": {
15-
"@babel/core": "^7.27.1",
15+
"@babel/core": "^7.27.7",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"dependencies": {
1010
"@vue/composition-api": "^1.7.2",
11-
"core-js": "^3.42.0",
12-
"vue": "^3.5.14"
11+
"core-js": "^3.43.0",
12+
"vue": "^3.5.17"
1313
},
1414
"devDependencies": {
1515
"@vue/cli-plugin-babel": "^5.0.8",

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": "28.7.0",
5-
"packageManager": "pnpm@10.11.0",
5+
"packageManager": "pnpm@10.12.4",
66
"description": "Components auto importing for Vue",
77
"author": "antfu <[email protected]>",
88
"license": "MIT",
@@ -82,7 +82,7 @@
8282
},
8383
"peerDependencies": {
8484
"@babel/parser": "^7.15.8",
85-
"@nuxt/kit": "^3.2.2",
85+
"@nuxt/kit": "^3.2.2 || ^4.0.0",
8686
"vue": "2 || 3"
8787
},
8888
"peerDependenciesMeta": {
@@ -100,33 +100,33 @@
100100
"magic-string": "^0.30.17",
101101
"mlly": "^1.7.4",
102102
"tinyglobby": "^0.2.14",
103-
"unplugin": "^2.3.4",
103+
"unplugin": "^2.3.5",
104104
"unplugin-utils": "^0.2.4"
105105
},
106106
"devDependencies": {
107-
"@antfu/eslint-config": "^4.13.2",
107+
"@antfu/eslint-config": "^4.16.1",
108108
"@antfu/utils": "^9.2.0",
109-
"@babel/parser": "^7.27.2",
110-
"@babel/types": "^7.27.1",
111-
"@nuxt/kit": "^3.17.4",
112-
"@nuxt/schema": "^3.17.4",
109+
"@babel/parser": "^7.27.7",
110+
"@babel/types": "^7.27.7",
111+
"@nuxt/kit": "^3.17.5",
112+
"@nuxt/schema": "^3.17.5",
113113
"@types/debug": "^4.1.12",
114114
"@types/minimatch": "^5.1.2",
115-
"@types/node": "^22.15.21",
116-
"bumpp": "^10.1.1",
115+
"@types/node": "^24.0.7",
116+
"bumpp": "^10.2.0",
117117
"compare-versions": "^6.1.1",
118-
"element-plus": "^2.9.11",
119-
"eslint": "^9.27.0",
118+
"element-plus": "^2.10.2",
119+
"eslint": "^9.30.0",
120120
"eslint-plugin-format": "^1.0.1",
121121
"esno": "^4.8.0",
122122
"estree-walker": "^3.0.3",
123-
"minimatch": "^10.0.1",
123+
"minimatch": "^10.0.3",
124124
"pathe": "^2.0.3",
125-
"rollup": "^4.41.1",
126-
"tsdown": "^0.12.3",
125+
"rollup": "^4.44.1",
126+
"tsdown": "^0.12.9",
127127
"typescript": "^5.8.3",
128-
"vite": "^6.3.5",
129-
"vitest": "^3.1.4",
128+
"vite": "^7.0.0",
129+
"vitest": "^3.2.4",
130130
"vue": "3.2.45",
131131
"vue-tsc": "^2.2.10"
132132
}

0 commit comments

Comments
 (0)