mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore: bump @vant/cli@2.0.0-beta.5
This commit is contained in:
parent
08b3b8c414
commit
ac512d1644
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||||
|
@ -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"
|
||||||
},
|
},
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user