Skip to content

Commit 8b3b217

Browse files
committed
lower react v dependency to 16.8.0
1 parent fe19f01 commit 8b3b217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"peerDependencies": {
99
"classnames": "^2.2.6",
1010
"prop-types": "^15.7.2",
11-
"react": "^16.8.6"
11+
"react": "^16.8.0"
1212
},
1313
"devDependencies": {
1414
"@babel/core": "^7.5.5",
@@ -28,7 +28,7 @@
2828
"eslint-plugin-react-hooks": "^1.5.0",
2929
"lint-staged": "^9.2.1",
3030
"prettier": "^1.18.2",
31-
"react": "^16.8.6",
31+
"react": "^16.8.0",
3232
"react-docgen": "^4.1.1",
3333
"react-dom": "^16.8.6",
3434
"react-icons": "^3.7.0",

0 commit comments

Comments
 (0)