Skip to content

Commit

Permalink
Upgrade react-shallow-renderer to support react 18 (#24442)
Browse files Browse the repository at this point in the history
To a minimum version that support react 18
  • Loading branch information
saitonakamura committed Apr 26, 2022
1 parent bd4784c commit 6bf3dee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/react-test-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"homepage": "https://reactjs.org/",
"dependencies": {
"react-is": "^18.0.0",
"react-shallow-renderer": "^16.13.1",
"react-shallow-renderer": "^16.15.0",
"scheduler": "^0.21.0"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13655,13 +13655,13 @@ react-native-web@0.0.0-26873b469:
prop-types "^15.6.0"
react-timer-mixin "^0.13.4"

react-shallow-renderer@^16.13.1:
version "16.14.1"
resolved "https://registry.yarnpkg.com/react-shallow-renderer/-/react-shallow-renderer-16.14.1.tgz#bf0d02df8a519a558fd9b8215442efa5c840e124"
integrity sha512-rkIMcQi01/+kxiTE9D3fdS959U1g7gs+/rborw++42m1O9FAQiNI/UNRZExVUoAOprn4umcXf+pFRou8i4zuBg==
react-shallow-renderer@^16.15.0:
version "16.15.0"
resolved "https://registry.yarnpkg.com/react-shallow-renderer/-/react-shallow-renderer-16.15.0.tgz#48fb2cf9b23d23cde96708fe5273a7d3446f4457"
integrity sha512-oScf2FqQ9LFVQgA73vr86xl2NaOIX73rh+YFqcOp68CWj56tSfgtGKrEbyhCj0rSijyG9M1CYprTh39fBi5hzA==
dependencies:
object-assign "^4.1.1"
react-is "^16.12.0 || ^17.0.0"
react-is "^16.12.0 || ^17.0.0 || ^18.0.0"

react-timer-mixin@^0.13.4:
version "0.13.4"
Expand Down

0 comments on commit 6bf3dee

Please sign in to comment.