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:
parent
bd40c89688
commit
a3034ef92e
|
@ -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": {
|
||||
|
|
|
@ -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": "",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue