build(docs-infra): engine "yarn" versions can now be up to 1.16.0 (#31482)
PR Close #31482
This commit is contained in:
parent
db557221bc
commit
3246a8553c
|
@ -72,7 +72,7 @@
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.9.0 <11.0.0",
|
"node": ">=10.9.0 <11.0.0",
|
||||||
"yarn": ">=1.12.1 <=1.14.0"
|
"yarn": ">=1.12.1 <=1.16.0"
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.9.0 <11.0.0",
|
"node": ">=10.9.0 <11.0.0",
|
||||||
"yarn": ">=1.10.1 <1.14.0"
|
"yarn": ">=1.12.1 <=1.16.0"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|
Loading…
Reference in New Issue