build: bump maximum allowed yarn version (#33430)

Currently this repo allows Yarn between 1.17.3 and 1.18.0, whereas the components repo requires a minimum of 1.19.1 which makes it annoying to switch between repositories. These changes bump the maximum allowed Yarn version.

PR Close #33430
This commit is contained in:
crisbeto 2019-10-27 10:07:14 +01:00 committed by Andrew Kushnir
parent bd40c89688
commit a3034ef92e
3 changed files with 3 additions and 3 deletions

View File

@ -83,7 +83,7 @@
"//engines-comment": "Keep this in sync with ../package.json",
"engines": {
"node": ">=10.9.0 <13.0.0",
"yarn": ">=1.17.3 <=1.18.0"
"yarn": ">=1.17.3 <=1.19.1"
},
"private": true,
"dependencies": {

View File

@ -12,7 +12,7 @@
},
"engines": {
"node": ">=10.9.0 <11.0.0",
"yarn": ">=1.17.3 <=1.18.0"
"yarn": ">=1.17.3 <=1.19.1"
},
"keywords": [],
"author": "",

View File

@ -9,7 +9,7 @@
"//engines-comment": "Keep this in sync with aio/package.json",
"engines": {
"node": ">=10.9.0 <13.0.0",
"yarn": ">=1.17.3 <=1.18.0"
"yarn": ">=1.17.3 <=1.19.1"
},
"repository": {
"type": "git",