chore(cli): bump vite v2.9 (#10454)

This commit is contained in:
neverland
2022-03-31 23:39:03 +08:00
committed by GitHub
parent a1054c3a29
commit d29d961c4f
6 changed files with 125 additions and 96 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
"author": "chenjiahan",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.14.21",
"esbuild": "^0.14.29",
"release-it": "^14.2.2",
"typescript": "~4.5.2"
},
+2 -2
View File
@@ -62,7 +62,7 @@
"commander": "^8.3.0",
"consola": "^2.15.3",
"conventional-changelog": "^3.1.24",
"esbuild": "^0.14.21",
"esbuild": "^0.14.29",
"eslint": "^8.1.0",
"execa": "^5.1.1",
"fast-glob": "^3.2.7",
@@ -86,7 +86,7 @@
"stylelint": "^13.0.0",
"transliteration": "^2.2.0",
"typescript": "^4.5.2",
"vite": "^2.8.0",
"vite": "^2.9.0",
"vite-plugin-html": "^2.1.1",
"vite-plugin-md": "^0.11.4",
"vue-router": "^4.0.12"
+1 -1
View File
@@ -34,7 +34,7 @@
"@popperjs/core": "^2.9.2"
},
"devDependencies": {
"esbuild": "^0.14.21",
"esbuild": "^0.14.29",
"release-it": "^14.2.2",
"typescript": "~4.5.2"
},
+1 -1
View File
@@ -31,7 +31,7 @@
"author": "chenjiahan",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.14.21",
"esbuild": "^0.14.29",
"release-it": "^14.0.2",
"typescript": "~4.5.2",
"vue": "^3.2.27"
@@ -36,7 +36,7 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
**Bug Fixes**
- Calendar: scrollToDate method is invalid [#10432](https://github.com/youzan/vant/issues/10432)
- DatetimePicker: fix minDate && maxDate wacher [#10431](https://github.com/youzan/vant/issues/10431)
- DatetimePicker: fix minDate && maxDate watcher [#10431](https://github.com/youzan/vant/issues/10431)
- IndexBar: allow active bottom anchor [#10404](https://github.com/youzan/vant/issues/10404)
- Tab: add key when render TabsTitle [#10392](https://github.com/youzan/vant/issues/10392)
- fix wrong ternary expression [#10426](https://github.com/youzan/vant/issues/10426)