Skip to content

Commit 66f0740

Browse files
committed
Upgrade to React Native 0.56
Resolves zulip#2788 Upgrade dependencies and Flow version
1 parent 9e77af4 commit 66f0740

File tree

3 files changed

+1477
-2047
lines changed

3 files changed

+1477
-2047
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
@@ -44,9 +44,9 @@
4444
"lodash.unescape": "^4.0.1",
4545
"lodash.union": "^4.6.0",
4646
"lodash.uniqby": "^4.4.0",
47-
"react": "16.3.2",
47+
"react": "16.4.1",
4848
"react-intl": "^2.4.0",
49-
"react-native": "^0.55.4",
49+
"react-native": "0.56.1",
5050
"react-native-device-info": "^0.21.5",
5151
"react-native-fetch-blob": "^0.10.8",
5252
"react-native-image-picker": "^0.26.10",
@@ -63,7 +63,7 @@
6363
"react-navigation": "^1.5.12",
6464
"react-navigation-redux-helpers": "^1.1.1",
6565
"react-redux": "^5.0.7",
66-
"react-test-renderer": "16.3.2",
66+
"react-test-renderer": "16.4.1",
6767
"redux": "^4.0.0",
6868
"redux-action-buffer": "^1.2.0",
6969
"redux-batched-actions": "^0.3.0",
@@ -80,9 +80,9 @@
8080
"devDependencies": {
8181
"babel-core": "^6.26.3",
8282
"babel-eslint": "^8.2.3",
83-
"babel-jest": "^22.4.4",
83+
"babel-jest": "^23.4.0",
8484
"babel-plugin-transform-remove-console": "^6.9.4",
85-
"babel-preset-react-native": "^4.0.0",
85+
"babel-preset-react-native": "^5",
8686
"coveralls": "^3.0.1",
8787
"deep-freeze": "^0.0.1",
8888
"detox": "^7.3.7",
@@ -98,11 +98,11 @@
9898
"eslint-plugin-react": "^7.8.2",
9999
"eslint-plugin-react-native": "^3.2.1",
100100
"eslint-plugin-spellcheck": "0.0.6",
101-
"flow-bin": "^0.67.0",
101+
"flow-bin": "0.75",
102102
"flow-coverage-report": "^0.6.0",
103103
"flow-typed": "^2.4.0",
104-
"jest": "^22.4.4",
105-
"jest-cli": "^22.4.4",
104+
"jest": "^23.4.0",
105+
"jest-cli": "^23.4.0",
106106
"jest-react-native": "^18.0.0",
107107
"prettier": "^1.12.1",
108108
"prettier-eslint": "^8.8.1",

0 commit comments

Comments
 (0)