Skip to content

Commit

Permalink
update node engine to 12+, move react-is to peerDep matching react ve…
Browse files Browse the repository at this point in the history
…rsion (#1272)
  • Loading branch information
Matt Shwery committed Jul 18, 2021
1 parent 6d03cc4 commit fc3ad76
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"chromatic": "npx chromatic"
},
"engines": {
"node": ">=10.18"
"node": ">=12"
},
"dependencies": {
"@babel/runtime": "^7.1.2",
Expand All @@ -67,15 +67,15 @@
"lodash.merge": "^4.6.2",
"prop-types": "^15.6.2",
"react-fast-compare": "^3.2.0",
"react-is": "^16.13.1",
"react-tiny-virtual-list": "^2.1.4",
"react-transition-group": "^4.4.1",
"tinycolor2": "^1.4.1",
"ui-box": "^4.0.0"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
"react-dom": "^16.8.0",
"react-is": "^16.8.0"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
Expand Down Expand Up @@ -125,9 +125,10 @@
"lint-staged": "^10.0.1",
"np": "^6.3.2",
"prettier": "^1.14.3",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-test-renderer": "^16.5.2",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-is": "^16.8.0",
"react-test-renderer": "^16.8.0",
"rollup": "^1.29.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-terser": "^5.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11754,7 +11754,7 @@ react-docgen@^5.0.0:
node-dir "^0.1.10"
strip-indent "^3.0.0"

react-dom@^16.5.2:
react-dom@^16.8.0:
version "16.14.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14.0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89"
integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==
Expand Down Expand Up @@ -11810,7 +11810,7 @@ react-inspector@^5.1.0:
is-dom "^1.0.0"
prop-types "^15.0.0"

react-is@^16.13.1, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.6:
react-is@^16.13.1, react-is@^16.7.0, react-is@^16.8.0, react-is@^16.8.1, react-is@^16.8.6:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
Expand Down Expand Up @@ -11868,7 +11868,7 @@ react-syntax-highlighter@^13.5.3:
prismjs "^1.21.0"
refractor "^3.1.0"

react-test-renderer@^16.5.2:
react-test-renderer@^16.8.0:
version "16.14.0"
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.14.0.tgz#e98360087348e260c56d4fe2315e970480c228ae"
integrity sha512-L8yPjqPE5CZO6rKsKXRO/rVPiaCOy0tQQJbC+UjPNlobl5mad59lvPjwFsQHTvL03caVDIVr9x9/OSgDe6I5Eg==
Expand Down Expand Up @@ -11904,7 +11904,7 @@ react-transition-group@^4.4.1:
loose-envify "^1.4.0"
prop-types "^15.6.2"

react@^16.5.2, react@^16.8.3:
react@^16.8.0, react@^16.8.3:
version "16.14.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
Expand Down

0 comments on commit fc3ad76

Please sign in to comment.