build(docs-infra): engine "yarn" versions can now be up to 1.16.0 (#31482)

PR Close #31482
This commit is contained in:
Rudolf Olah 2019-07-09 23:23:15 -04:00 committed by Matias Niemelä
parent db557221bc
commit 3246a8553c
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@
},
"engines": {
"node": ">=10.9.0 <11.0.0",
"yarn": ">=1.12.1 <=1.14.0"
"yarn": ">=1.12.1 <=1.16.0"
},
"private": true,
"dependencies": {

View File

@ -12,7 +12,7 @@
},
"engines": {
"node": ">=10.9.0 <11.0.0",
"yarn": ">=1.10.1 <1.14.0"
"yarn": ">=1.12.1 <=1.16.0"
},
"keywords": [],
"author": "",