Skip to content

Commit 0d790a0

Browse files
committed
Add resolution
1 parent db9f5f1 commit 0d790a0

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,8 @@
6565
"./jest.setup.js"
6666
],
6767
"testEnvironment": "jsdom"
68+
},
69+
"resolutions": {
70+
"react": "16.0.0"
6871
}
6972
}

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3206,6 +3206,16 @@ react-promise@2.0.0:
32063206
dependencies:
32073207
prop-types "^15.6.0"
32083208

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+
32093219
react@>=0.14.x:
32103220
version "17.0.2"
32113221
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"

0 commit comments

Comments
 (0)