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

This commit is contained in:
陈嘉涵 2019-12-24 14:29:24 +08:00
parent 4839d2029a
commit 8318cfb1e8
2 changed files with 30 additions and 7 deletions

View File

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

View File

@ -1467,10 +1467,10 @@
semver "^6.3.0"
tsutils "^3.17.1"
"@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==
"@vant/cli@^2.0.0-rc.10":
version "2.0.0-rc.10"
resolved "https://registry.npm.taobao.org/@vant/cli/download/@vant/cli-2.0.0-rc.10.tgz?cache=0&sync_timestamp=1577168858746&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vant%2Fcli%2Fdownload%2F%40vant%2Fcli-2.0.0-rc.10.tgz#5c990180b93cb12b3710cc2b569151568c23bd02"
integrity sha1-XJkBgLk8sSs3EMwrVpFRVowjvQI=
dependencies:
"@babel/core" "^7.7.5"
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.7.4"
@ -1494,6 +1494,7 @@
babel-jest "^24.9.0"
babel-loader "^8.0.6"
babel-plugin-import "^1.13.0"
chokidar "^3.3.1"
codecov "^3.6.1"
commander "^4.0.1"
cross-env "^6.0.3"
@ -2910,6 +2911,21 @@ chokidar@^2.1.8:
optionalDependencies:
fsevents "^1.2.7"
chokidar@^3.3.1:
version "3.3.1"
resolved "https://registry.npm.taobao.org/chokidar/download/chokidar-3.3.1.tgz#c84e5b3d18d9a4d77558fef466b1bf16bbeb3450"
integrity sha1-yE5bPRjZpNd1WP70ZrG/FrvrNFA=
dependencies:
anymatch "~3.1.1"
braces "~3.0.2"
glob-parent "~5.1.0"
is-binary-path "~2.1.0"
is-glob "~4.0.1"
normalize-path "~3.0.0"
readdirp "~3.3.0"
optionalDependencies:
fsevents "~2.1.2"
chownr@^1.1.1:
version "1.1.2"
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.2.tgz#a18f1e0b269c8a6a5d3c86eb298beb14c3dd7bf6"
@ -4904,7 +4920,7 @@ fsevents@^1.2.7:
nan "^2.12.1"
node-pre-gyp "^0.12.0"
fsevents@~2.1.1:
fsevents@~2.1.1, fsevents@~2.1.2:
version "2.1.2"
resolved "https://registry.npm.taobao.org/fsevents/download/fsevents-2.1.2.tgz?cache=0&sync_timestamp=1573319284429&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffsevents%2Fdownload%2Ffsevents-2.1.2.tgz#4c0a1fb34bc68e543b4b82a9ec392bfbda840805"
integrity sha1-TAofs0vGjlQ7S4Kp7Dkr+9qECAU=
@ -8318,7 +8334,7 @@ performance-now@^2.1.0:
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
picomatch@^2.0.4:
picomatch@^2.0.4, picomatch@^2.0.7:
version "2.1.1"
resolved "https://registry.npm.taobao.org/picomatch/download/picomatch-2.1.1.tgz#ecdfbea7704adb5fe6fb47f9866c4c0e15e905c5"
integrity sha1-7N++p3BK21/m+0f5hmxMDhXpBcU=
@ -9026,6 +9042,13 @@ readdirp@~3.2.0:
dependencies:
picomatch "^2.0.4"
readdirp@~3.3.0:
version "3.3.0"
resolved "https://registry.npm.taobao.org/readdirp/download/readdirp-3.3.0.tgz#984458d13a1e42e2e9f5841b129e162f369aff17"
integrity sha1-mERY0ToeQuLp9YQbEp4WLzaa/xc=
dependencies:
picomatch "^2.0.7"
realpath-native@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/realpath-native/-/realpath-native-1.1.0.tgz#2003294fea23fb0672f2476ebe22fcf498a2d65c"