Skip to content

Commit a62c5fd

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): pin dependency react-is to 17.0.2
1 parent c1b4928 commit a62c5fd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"dependencies": {
8282
"@base2/pretty-print-object": "1.0.1",
8383
"is-plain-object": "5.0.0",
84-
"react-is": "^17.0.2"
84+
"react-is": "17.0.2"
8585
},
8686
"jest": {
8787
"setupFilesAfterEnv": ["<rootDir>tests/setupTests.js"]

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -8726,6 +8726,11 @@ [email protected]:
87268726
prop-types "^15.6.2"
87278727
scheduler "^0.19.1"
87288728

8729+
[email protected], react-is@^17.0.1:
8730+
version "17.0.2"
8731+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
8732+
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
8733+
87298734
react-is@^16.13.1:
87308735
version "16.13.1"
87318736
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
@@ -8743,11 +8748,6 @@ react-is@^16.8.6:
87438748
version "16.8.6"
87448749
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
87458750

8746-
react-is@^17.0.1, react-is@^17.0.2:
8747-
version "17.0.2"
8748-
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
8749-
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
8750-
87518751
87528752
version "16.14.0"
87538753
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.14.0.tgz#e98360087348e260c56d4fe2315e970480c228ae"

0 commit comments

Comments
 (0)