Skip to content

Commit 0f37e3f

Browse files
committed
chore: update deps
1 parent d221d2a commit 0f37e3f

File tree

4 files changed

+50
-93
lines changed

4 files changed

+50
-93
lines changed

examples/vite-vue3/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
"build": "cross-env DEBUG=unplugin-vue-components:* vite build"
88
},
99
"dependencies": {
10-
"vant": "^3.6.10"
10+
"vant": "^4.0.2"
1111
},
1212
"devDependencies": {
13-
"@iconify/json": "^2.1.150",
13+
"@iconify/json": "^2.1.151",
1414
"@vitejs/plugin-vue": "^4.0.0",
1515
"@vue/compiler-sfc": "^3.2.45",
1616
"cross-env": "^7.0.3",
1717
"has-pkg": "^0.0.1",
1818
"typescript": "^4.9.4",
19-
"unplugin-icons": "^0.14.14",
19+
"unplugin-icons": "^0.14.15",
2020
"unplugin-vue-components": "workspace:*",
2121
"vite": "^4.0.0",
2222
"vite-plugin-inspect": "^0.7.9",

examples/vue-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@vue/cli-plugin-typescript": "^5.0.8",
1717
"@vue/cli-service": "^5.0.8",
1818
"typescript": "^4.9.4",
19-
"unplugin-icons": "^0.14.14",
19+
"unplugin-icons": "^0.14.15",
2020
"unplugin-vue-components": "workspace:*",
2121
"unplugin-vue2-script-setup": "^0.11.3"
2222
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,15 @@
9393
"magic-string": "^0.27.0",
9494
"minimatch": "^5.1.1",
9595
"resolve": "^1.22.1",
96-
"unplugin": "^1.0.0"
96+
"unplugin": "^1.0.1"
9797
},
9898
"devDependencies": {
9999
"@antfu/eslint-config": "^0.33.1",
100100
"@babel/parser": "^7.20.5",
101101
"@babel/types": "^7.20.5",
102102
"@types/debug": "^4.1.7",
103103
"@types/minimatch": "^5.1.2",
104-
"@types/node": "^18.11.12",
104+
"@types/node": "^18.11.13",
105105
"@types/resolve": "^1.20.2",
106106
"@typescript-eslint/eslint-plugin": "^5.46.0",
107107
"bumpp": "^8.2.1",

0 commit comments

Comments
 (0)