chore: bump @vant/cli@2.0.0-rc.9

This commit is contained in:
陈嘉涵 2019-12-21 09:06:29 +08:00
parent e4b856c87e
commit 07e0e748eb
2 changed files with 21 additions and 5 deletions

View File

@ -60,7 +60,7 @@
"vue": ">= 2.5.22"
},
"devDependencies": {
"@vant/cli": "^2.0.0-rc.8",
"@vant/cli": "^2.0.0-rc.9",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11"
},

View File

@ -419,6 +419,14 @@
"@babel/helper-plugin-utils" "^7.0.0"
"@babel/plugin-syntax-json-strings" "^7.7.4"
"@babel/plugin-proposal-nullish-coalescing-operator@^7.7.4":
version "7.7.4"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.7.4.tgz#7db302c83bc30caa89e38fee935635ef6bd11c28"
integrity sha512-TbYHmr1Gl1UC7Vo2HVuj/Naci5BEGNZ0AJhzqD2Vpr6QPFWpUmBRLrIDjedzx7/CShq0bRDS2gI4FIs77VHLVQ==
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.7.4"
"@babel/plugin-proposal-object-rest-spread@^7.7.4":
version "7.7.4"
resolved "https://registry.npm.taobao.org/@babel/plugin-proposal-object-rest-spread/download/@babel/plugin-proposal-object-rest-spread-7.7.4.tgz#cc57849894a5c774214178c8ab64f6334ec8af71"
@ -486,6 +494,13 @@
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"
"@babel/plugin-syntax-nullish-coalescing-operator@^7.7.4":
version "7.7.4"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.7.4.tgz#e53b751d0c3061b1ba3089242524b65a7a9da12b"
integrity sha512-XKh/yIRPiQTOeBg0QJjEus5qiSKucKAiApNtO1psqG7D17xmE+X2i5ZqBEuSvo0HRuyPaKaSN/Gy+Ha9KFQolw==
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"
"@babel/plugin-syntax-object-rest-spread@^7.0.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.2.0.tgz#3b7a3e733510c57e820b9142a6579ac8b0dfad2e"
@ -1452,12 +1467,13 @@
semver "^6.3.0"
tsutils "^3.17.1"
"@vant/cli@^2.0.0-rc.8":
version "2.0.0-rc.8"
resolved "https://registry.yarnpkg.com/@vant/cli/-/cli-2.0.0-rc.8.tgz#d9f395b7e829d496566dfd6e1aa2c1c01e6185af"
integrity sha512-MWFK/sOf5H+DAELSA9akbph0ODWow7zYGmjzCX4wuLPwqfdX9TSLvdBu6w9KKA5A4+ZoqybWOELTtdPzGNypMQ==
"@vant/cli@^2.0.0-rc.9":
version "2.0.0-rc.9"
resolved "https://registry.yarnpkg.com/@vant/cli/-/cli-2.0.0-rc.9.tgz#b6929d7093a68e446ccaf3e83507af0ed70b9921"
integrity sha512-ilJBp4W6QdYtp4/UJ243cRQSEuLHZvBhCewssi4F+rkDtFPIlS+CwgA6AEnhR8Y/Cc5gD+AJEu0BfSyt89cc8Q==
dependencies:
"@babel/core" "^7.7.5"
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.7.4"
"@babel/plugin-proposal-optional-chaining" "^7.7.5"
"@babel/plugin-syntax-jsx" "^7.7.4"
"@babel/plugin-transform-object-assign" "^7.7.4"