build: upgrade yarn to 1.3.2 (#21406)

Fixes #20566
PR Close #21406
This commit is contained in:
Olivier Combe
2018-01-09 11:02:03 +01:00
committed by Alex Eagle
parent 5ede67c345
commit 7bdd9aecbd
5 changed files with 24 additions and 4 deletions

View File

@ -19,6 +19,7 @@
"test": "yarn check-env && ng test",
"pree2e": "yarn check-env && yarn ~~update-webdriver",
"e2e": "ng e2e --no-webdriver-update",
"preinstall": "node ../tools/yarn/check-yarn.js",
"presetup": "yarn install --frozen-lockfile && yarn ~~check-env && yarn boilerplate:remove",
"setup": "yarn aio-use-npm && yarn example-use-npm",
"postsetup": "yarn boilerplate:add && yarn build-ie-polyfills && yarn generate-plunkers && yarn generate-zips && yarn docs",
@ -60,7 +61,7 @@
},
"engines": {
"node": ">=8.9.1 <9.0.0",
"yarn": ">=1.0.2 <2.0.0"
"yarn": ">=1.3.2 <2.0.0"
},
"private": true,
"dependencies": {

View File

@ -7,8 +7,13 @@
"http-server": "http-server",
"protractor": "protractor",
"webdriver:update": "webdriver-manager update --standalone false --gecko false $CHROMEDRIVER_VERSION_ARG",
"preinstall": "node ../../../../tools/yarn/check-yarn.js",
"postinstall": "yarn webdriver:update"
},
"engines": {
"node": ">=8.9.1 <9.0.0",
"yarn": ">=1.3.2 <2.0.0"
},
"keywords": [],
"author": "",
"license": "MIT",