Update supported devEngines (#21364)

This commit is contained in:
Sebastian Silbermann 2021-04-27 18:03:25 +02:00 committed by GitHub
parent 9a2591681e
commit 4edbcdc327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{
"packages": ["packages/react", "packages/react-dom", "packages/scheduler"],
"buildCommand": "build --type=NODE react/index,react-dom/index,react-dom/server,react-dom/test-utils,scheduler/index,scheduler/unstable_no_dom,react/jsx-runtime,react/jsx-dev-runtime",
"node": "12",
"publishDirectory": {
"react": "build/node_modules/react",
"react-dom": "build/node_modules/react-dom",

View File

@ -100,7 +100,7 @@
"yargs": "^15.3.1"
},
"devEngines": {
"node": "8.x || 9.x || 10.x || 11.x || 12.x || 13.x || 14.x || 15.x"
"node": "^12.17.0 || 13.x || 14.x || 15.x || 16.x"
},
"jest": {
"testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"