We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9f5f1 commit 0d790a0Copy full SHA for 0d790a0
2 files changed
package.json
@@ -65,5 +65,8 @@
65
"./jest.setup.js"
66
],
67
"testEnvironment": "jsdom"
68
+ },
69
+ "resolutions": {
70
+ "react": "16.0.0"
71
}
72
yarn.lock
@@ -3206,6 +3206,16 @@ react-promise@2.0.0:
3206
dependencies:
3207
prop-types "^15.6.0"
3208
3209
+react@16.0.0:
3210
+ version "16.0.0"
3211
+ resolved "https://registry.yarnpkg.com/react/-/react-16.0.0.tgz#ce7df8f1941b036f02b2cca9dbd0cb1f0e855e2d"
3212
+ integrity sha1-zn348ZQbA28Cssyp29DLHw6FXi0=
3213
+ dependencies:
3214
+ fbjs "^0.8.16"
3215
+ loose-envify "^1.1.0"
3216
+ object-assign "^4.1.1"
3217
+ prop-types "^15.6.0"
3218
+
3219
react@>=0.14.x:
3220
version "17.0.2"
3221
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
0 commit comments