Skip to content

Commit 928a819

Browse files
authored
Use react-shallow-renderer@16.14.1 in yarn.lock (#20072)
This ensures that tests are run against the latest published version. This merely updates the version in `yarn.lock` and not in `react-test-renderer`'s `package.json` to avoid having to cut another release of `react-test-renderer`.
1 parent 6f62abb commit 928a819

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11536,12 +11536,12 @@ react-native-web@0.0.0-26873b469:
1153611536
react-timer-mixin "^0.13.4"
1153711537

1153811538
react-shallow-renderer@^16.13.1:
11539-
version "16.13.1"
11540-
resolved "https://registry.yarnpkg.com/react-shallow-renderer/-/react-shallow-renderer-16.13.1.tgz#4cfd6dc0f05a8d4d261ff7a80e9b88f15491a00a"
11541-
integrity sha512-hLmExm5/ZnjodLgm/4oxYw4i7fL6LLPhbO9mF/4tmaZUurtLrp2aSeDHZmRk0SVCHXPz0VaEbb3Dqi5J7odz7Q==
11539+
version "16.14.1"
11540+
resolved "https://registry.yarnpkg.com/react-shallow-renderer/-/react-shallow-renderer-16.14.1.tgz#bf0d02df8a519a558fd9b8215442efa5c840e124"
11541+
integrity sha512-rkIMcQi01/+kxiTE9D3fdS959U1g7gs+/rborw++42m1O9FAQiNI/UNRZExVUoAOprn4umcXf+pFRou8i4zuBg==
1154211542
dependencies:
1154311543
object-assign "^4.1.1"
11544-
react-is "^16.12.0"
11544+
react-is "^16.12.0 || ^17.0.0"
1154511545

1154611546
react-timer-mixin@^0.13.4:
1154711547
version "0.13.4"

0 commit comments

Comments
 (0)