chore: bump @vant/cli@2.0.0-beta.5

This commit is contained in:
陈嘉涵 2019-12-19 14:29:34 +08:00
parent 08b3b8c414
commit ac512d1644
3 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:
node-version: '10.x' node-version: '12.x'
- run: yarn - run: yarn
- run: npm run lint - run: npm run lint
- run: npm test - run: npm test

View File

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

View File

@ -1452,10 +1452,10 @@
semver "^6.3.0" semver "^6.3.0"
tsutils "^3.17.1" tsutils "^3.17.1"
"@vant/cli@^2.0.0-rc.4": "@vant/cli@^2.0.0-rc.5":
version "2.0.0-rc.4" version "2.0.0-rc.5"
resolved "https://registry.yarnpkg.com/@vant/cli/-/cli-2.0.0-rc.4.tgz#645f47b91c476d04170d730229eddc8ad9828de9" resolved "https://registry.yarnpkg.com/@vant/cli/-/cli-2.0.0-rc.5.tgz#cec2b74bbf3650c1f45475e93ee90bceccd7136b"
integrity sha512-YKPIuLm1JHL75aIS+m8X4lAUbiK1ORo5R9+APrbRKZv2ObrU29v6KmwQz3GcLsztrQWS+OgH3PROggrX406kPg== integrity sha512-qfwOcJCLsK1jI9pfLzyJfI7QS0oTRR9eZipq7JL3anc0FG/0BTDCHckgvuvcVM9fTkYViKrGciG79wirA9ktCg==
dependencies: dependencies:
"@babel/core" "^7.7.5" "@babel/core" "^7.7.5"
"@babel/plugin-proposal-optional-chaining" "^7.7.5" "@babel/plugin-proposal-optional-chaining" "^7.7.5"