Skip to content

Commit 8fa7326

Browse files
committed
chore: update deps
1 parent 565c8bd commit 8fa7326

File tree

6 files changed

+1798
-1474
lines changed

6 files changed

+1798
-1474
lines changed

examples/vite-vue2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"@vitejs/plugin-vue2": "^2.3.1",
1313
"cross-env": "^7.0.3",
1414
"unplugin-vue-components": "workspace:*",
15-
"vite": "^5.3.4"
15+
"vite": "^5.4.0"
1616
}
1717
}

examples/vite-vue3/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@
88
"preview": "cross-env DEBUG=unplugin-vue-components:* vite preview"
99
},
1010
"dependencies": {
11-
"vant": "^4.9.2"
11+
"vant": "^4.9.4"
1212
},
1313
"devDependencies": {
14-
"@iconify/json": "^2.2.228",
15-
"@vitejs/plugin-vue": "^5.0.5",
16-
"@vue/compiler-sfc": "^3.4.31",
14+
"@iconify/json": "^2.2.236",
15+
"@vitejs/plugin-vue": "^5.1.2",
16+
"@vue/compiler-sfc": "^3.4.37",
1717
"cross-env": "^7.0.3",
1818
"has-pkg": "^0.0.1",
19-
"typescript": "^5.5.3",
20-
"unplugin-icons": "^0.19.0",
19+
"typescript": "^5.5.4",
20+
"unplugin-icons": "^0.19.2",
2121
"unplugin-vue-components": "workspace:*",
2222
"unplugin-vue-markdown": "^0.26.2",
23-
"vite": "^5.3.4",
24-
"vite-plugin-inspect": "^0.8.4",
25-
"vue-router": "^4.4.0"
23+
"vite": "^5.4.0",
24+
"vite-plugin-inspect": "^0.8.5",
25+
"vue-router": "^4.4.3"
2626
}
2727
}

examples/vue-cli-vue3/package.json

+3-3
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.37.1",
12-
"vue": "^3.4.31"
11+
"core-js": "^3.38.0",
12+
"vue": "^3.4.37"
1313
},
1414
"devDependencies": {
15-
"@babel/core": "^7.24.9",
15+
"@babel/core": "^7.25.2",
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

+4-4
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.37.1",
12-
"vue": "^3.4.31"
11+
"core-js": "^3.38.0",
12+
"vue": "^3.4.37"
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.5.3",
19-
"unplugin-icons": "^0.19.0",
18+
"typescript": "^5.5.4",
19+
"unplugin-icons": "^0.19.2",
2020
"unplugin-vue-components": "workspace:*",
2121
"unplugin-vue2-script-setup": "^0.11.4"
2222
}

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-vue-components",
33
"type": "module",
44
"version": "0.27.3",
5-
"packageManager": "pnpm@9.5.0",
5+
"packageManager": "pnpm@9.7.0",
66
"description": "Components auto importing for Vue",
77
"author": "antfu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
@@ -96,35 +96,35 @@
9696
"@antfu/utils": "^0.7.10",
9797
"@rollup/pluginutils": "^5.1.0",
9898
"chokidar": "^3.6.0",
99-
"debug": "^4.3.5",
99+
"debug": "^4.3.6",
100100
"fast-glob": "^3.3.2",
101101
"local-pkg": "^0.5.0",
102-
"magic-string": "^0.30.10",
102+
"magic-string": "^0.30.11",
103103
"minimatch": "^9.0.5",
104104
"mlly": "^1.7.1",
105-
"unplugin": "^1.11.0"
105+
"unplugin": "^1.12.1"
106106
},
107107
"devDependencies": {
108-
"@antfu/eslint-config": "^2.22.4",
109-
"@babel/parser": "^7.24.8",
110-
"@babel/types": "^7.24.9",
111-
"@nuxt/kit": "^3.12.3",
108+
"@antfu/eslint-config": "^2.25.1",
109+
"@babel/parser": "^7.25.3",
110+
"@babel/types": "^7.25.2",
111+
"@nuxt/kit": "^3.12.4",
112112
"@types/debug": "^4.1.12",
113113
"@types/minimatch": "^5.1.2",
114-
"@types/node": "^20.14.10",
115-
"bumpp": "^9.4.1",
114+
"@types/node": "^20.14.15",
115+
"bumpp": "^9.5.1",
116116
"compare-versions": "^6.1.1",
117-
"element-plus": "^2.7.7",
118-
"eslint": "^9.7.0",
117+
"element-plus": "^2.8.0",
118+
"eslint": "^9.9.0",
119119
"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.18.1",
124-
"tsup": "^8.1.0",
125-
"typescript": "^5.5.3",
126-
"vite": "^5.3.4",
127-
"vitest": "^2.0.3",
123+
"rollup": "^4.20.0",
124+
"tsup": "^8.2.4",
125+
"typescript": "^5.5.4",
126+
"vite": "^5.4.0",
127+
"vitest": "^2.0.5",
128128
"vue": "3.2.45"
129129
}
130130
}

0 commit comments

Comments
 (0)