Skip to content

Commit de948c1

Browse files
committed
Upgrade to React Native 0.56
Resolves zulip#2788 Upgrade dependencies and Flow version
1 parent cbd835d commit de948c1

File tree

3 files changed

+1705
-926
lines changed

3 files changed

+1705
-926
lines changed

.flowconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
9696
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
9797

9898
[version]
99-
^0.67.0
99+
^0.75.0

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
"lodash.unescape": "^4.0.1",
5151
"lodash.union": "^4.6.0",
5252
"lodash.uniqby": "^4.4.0",
53-
"react": "16.3.2",
53+
"react": "16.4.1",
5454
"react-intl": "^2.4.0",
55-
"react-native": "^0.55.4",
55+
"react-native": "0.56.1",
5656
"react-native-device-info": "^0.21.5",
5757
"rn-fetch-blob": "^0.10.13",
5858
"react-native-image-picker": "^0.26.10",
@@ -69,7 +69,7 @@
6969
"react-navigation": "^1.5.12",
7070
"react-navigation-redux-helpers": "^1.1.1",
7171
"react-redux": "^5.0.7",
72-
"react-test-renderer": "16.3.2",
72+
"react-test-renderer": "16.4.1",
7373
"redux": "^4.0.0",
7474
"redux-action-buffer": "^1.2.0",
7575
"redux-batched-actions": "^0.3.0",
@@ -87,9 +87,9 @@
8787
"@babel/core": "^7.1.2",
8888
"babel-core": "^6.26.3",
8989
"babel-eslint": "^8.2.3",
90-
"babel-jest": "^22.4.4",
90+
"babel-jest": "^23.4.0",
9191
"babel-plugin-transform-remove-console": "^6.9.4",
92-
"babel-preset-react-native": "^4.0.0",
92+
"babel-preset-react-native": "^5",
9393
"coveralls": "^3.0.1",
9494
"deep-freeze": "^0.0.1",
9595
"detox": "^7.3.7",
@@ -105,11 +105,11 @@
105105
"eslint-plugin-react": "^7.8.2",
106106
"eslint-plugin-react-native": "^3.2.1",
107107
"eslint-plugin-spellcheck": "0.0.6",
108-
"flow-bin": "^0.67.0",
108+
"flow-bin": "0.75",
109109
"flow-coverage-report": "^0.6.0",
110110
"flow-typed": "^2.4.0",
111-
"jest": "^22.4.4",
112-
"jest-cli": "^22.4.4",
111+
"jest": "^23.4.0",
112+
"jest-cli": "^23.4.0",
113113
"jest-react-native": "^18.0.0",
114114
"prettier": "^1.12.1",
115115
"prettier-eslint": "^8.8.1",

0 commit comments

Comments
 (0)