Skip to content

Commit e0a2960

Browse files
committed
downgrade react to 16.3.1
1 parent 0116871 commit e0a2960

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"p-retry": "2.0.0",
117117
"query-string": "6.1.0",
118118
"querystring": "0.2.0",
119-
"react": "16.4.2",
119+
"react": "16.3.1",
120120
"react-markdown": "2.5.1",
121121
"react-native": "0.55.4",
122122
"react-native-button": "2.3.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6207,9 +6207,9 @@ react-transform-hmr@^1.0.4:
62076207
global "^4.3.0"
62086208
react-proxy "^1.1.7"
62096209

6210-
react@16.4.2:
6211-
version "16.4.2"
6212-
resolved "https://registry.yarnpkg.com/react/-/react-16.4.2.tgz#2cd90154e3a9d9dd8da2991149fdca3c260e129f"
6210+
react@16.3.1:
6211+
version "16.3.1"
6212+
resolved "http://registry.npmjs.org/react/-/react-16.3.1.tgz#4a2da433d471251c69b6033ada30e2ed1202cfd8"
62136213
dependencies:
62146214
fbjs "^0.8.16"
62156215
loose-envify "^1.1.0"

0 commit comments

Comments
 (0)