Skip to content

Commit dde56c5

Browse files
committed
chore: update deps
1 parent 0629357 commit dde56c5

File tree

3 files changed

+41
-33
lines changed

3 files changed

+41
-33
lines changed

examples/vite-vue3/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"build": "cross-env DEBUG=unplugin-vue-components:* vite build"
88
},
99
"dependencies": {
10-
"vant": "^3.5.3"
10+
"vant": "^3.5.4"
1111
},
1212
"devDependencies": {
13-
"@iconify/json": "^2.1.87",
13+
"@iconify/json": "^2.1.88",
1414
"@vitejs/plugin-vue": "^3.0.1",
1515
"@vue/compiler-sfc": "^3.2.37",
1616
"cross-env": "^7.0.3",

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,15 @@
9393
"magic-string": "^0.26.2",
9494
"minimatch": "^5.1.0",
9595
"resolve": "^1.22.1",
96-
"unplugin": "^0.8.1"
96+
"unplugin": "^0.9.0"
9797
},
9898
"devDependencies": {
9999
"@antfu/eslint-config": "^0.25.2",
100-
"@babel/parser": "^7.18.10",
100+
"@babel/parser": "^7.18.11",
101101
"@babel/types": "^7.18.10",
102102
"@types/debug": "^4.1.7",
103103
"@types/minimatch": "^3.0.5",
104-
"@types/node": "^18.6.3",
104+
"@types/node": "^18.6.4",
105105
"@types/resolve": "^1.20.2",
106106
"@typescript-eslint/eslint-plugin": "^5.32.0",
107107
"bumpp": "^8.2.1",
@@ -115,7 +115,7 @@
115115
"tsup": "^6.2.1",
116116
"typescript": "^4.7.4",
117117
"vite": "^3.0.4",
118-
"vitest": "^0.20.3",
118+
"vitest": "^0.21.0",
119119
"vue": "3.2.37"
120120
}
121121
}

pnpm-lock.yaml

+35-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)