Skip to content

Commit 109829e

Browse files
authored
chore(RN): Update to latest react-native dependencies (microsoft#1551)
1 parent 4483d33 commit 109829e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"peerDependencies": {
3131
"react": "16.0.0",
32-
"react-native": "~0.50.0"
32+
"react-native": "~0.51.0"
3333
},
3434
"devDependencies": {
3535
"babel-eslint": "^7.2.3",
@@ -39,16 +39,16 @@
3939
"eslint-plugin-babel": "^4.1.2",
4040
"eslint-plugin-flowtype": "^2.35.0",
4141
"eslint-plugin-prettier": "^2.1.2",
42-
"eslint-plugin-react": "^7.2.0",
43-
"flow-bin": "^0.56.0",
42+
"eslint-plugin-react": "^7.2.1",
43+
"flow-bin": "^0.57.0",
4444
"https-proxy-agent": "^1.0.0",
4545
"jasmine": "^2.6.0",
4646
"jasmine-reporters": "^2.2.1",
4747
"minimist": "^1.2.0",
4848
"prettier": "^1.7.0",
4949
"react": "16.0.0",
5050
"react-devtools-core": "^2.5.0",
51-
"react-native": "~0.50.0",
51+
"react-native": "~0.51.0",
5252
"selenium-webdriver": "2.48.x"
5353
},
5454
"dependencies": {

0 commit comments

Comments
 (0)