Skip to content

Commit 19c8866

Browse files
committed
chore: update deps
1 parent e805a20 commit 19c8866

File tree

6 files changed

+711
-724
lines changed

6 files changed

+711
-724
lines changed

examples/vite-vue2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"@vitejs/plugin-vue2": "^2.2.0",
1212
"cross-env": "^7.0.3",
1313
"unplugin-vue-components": "workspace:*",
14-
"vite": "^4.1.1"
14+
"vite": "^4.1.4"
1515
}
1616
}

examples/vite-vue3/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77
"build": "cross-env DEBUG=unplugin-vue-components:* vite build"
88
},
99
"dependencies": {
10-
"vant": "^4.0.10"
10+
"vant": "^4.1.0"
1111
},
1212
"devDependencies": {
13-
"@iconify/json": "^2.2.22",
13+
"@iconify/json": "^2.2.31",
1414
"@vitejs/plugin-vue": "^4.0.0",
1515
"@vue/compiler-sfc": "^3.2.47",
1616
"cross-env": "^7.0.3",
1717
"has-pkg": "^0.0.1",
1818
"typescript": "^4.9.5",
1919
"unplugin-icons": "^0.15.3",
2020
"unplugin-vue-components": "workspace:*",
21-
"vite": "^4.1.1",
21+
"vite": "^4.1.4",
2222
"vite-plugin-inspect": "^0.7.15",
2323
"vite-plugin-vue-markdown": "^0.22.4",
2424
"vue-router": "^4.1.6"

examples/vue-cli-vue3/package.json

+2-2
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.28.0",
11+
"core-js": "^3.29.0",
1212
"vue": "^3.2.45"
1313
},
1414
"devDependencies": {
15-
"@babel/core": "^7.20.12",
15+
"@babel/core": "^7.21.0",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@vue/composition-api": "^1.7.1",
11-
"core-js": "^3.28.0",
11+
"core-js": "^3.29.0",
1212
"vue": "^3.2.45"
1313
},
1414
"devDependencies": {

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-components",
33
"version": "0.24.0",
4-
"packageManager": "pnpm@7.13.4",
4+
"packageManager": "pnpm@7.29.0",
55
"description": "Components auto importing for Vue",
66
"author": "antfu <anthonyfu117@hotmail.com>",
77
"license": "MIT",
@@ -102,33 +102,33 @@
102102
"debug": "^4.3.4",
103103
"fast-glob": "^3.2.12",
104104
"local-pkg": "^0.4.3",
105-
"magic-string": "^0.29.0",
106-
"minimatch": "^6.2.0",
105+
"magic-string": "^0.30.0",
106+
"minimatch": "^7.4.2",
107107
"resolve": "^1.22.1",
108108
"unplugin": "^1.1.0"
109109
},
110110
"devDependencies": {
111-
"@antfu/eslint-config": "^0.35.2",
112-
"@babel/parser": "^7.20.15",
113-
"@babel/types": "^7.20.7",
114-
"@nuxt/kit": "^3.2.2",
111+
"@antfu/eslint-config": "^0.36.0",
112+
"@babel/parser": "^7.21.2",
113+
"@babel/types": "^7.21.2",
114+
"@nuxt/kit": "^3.2.3",
115115
"@types/debug": "^4.1.7",
116116
"@types/minimatch": "^5.1.2",
117-
"@types/node": "^18.13.0",
117+
"@types/node": "^18.14.6",
118118
"@types/resolve": "^1.20.2",
119-
"@typescript-eslint/eslint-plugin": "^5.52.0",
120-
"bumpp": "^8.2.1",
119+
"@typescript-eslint/eslint-plugin": "^5.54.1",
120+
"bumpp": "^9.0.0",
121121
"compare-versions": "^5.0.3",
122-
"element-plus": "^2.2.30",
123-
"eslint": "^8.34.0",
122+
"element-plus": "^2.2.34",
123+
"eslint": "^8.35.0",
124124
"esno": "^0.16.3",
125125
"estree-walker": "^3.0.3",
126126
"pathe": "^1.1.0",
127-
"rollup": "^3.15.0",
127+
"rollup": "^3.18.0",
128128
"tsup": "^6.6.3",
129129
"typescript": "^4.9.5",
130-
"vite": "^4.1.1",
131-
"vitest": "^0.28.5",
130+
"vite": "^4.1.4",
131+
"vitest": "^0.29.2",
132132
"vue": "3.2.45"
133133
}
134134
}

0 commit comments

Comments
 (0)