Skip to content

Commit 5ecc87b

Browse files
committedJun 7, 2019
bump versions to match the requirements
1 parent 7082c3e commit 5ecc87b

File tree

3 files changed

+98
-345
lines changed

3 files changed

+98
-345
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@
7979
},
8080
"dependencies": {
8181
"@babel/runtime": "^7.0.0",
82-
"@react-native-community/cli": "2.0.0-rc.0",
83-
"@react-native-community/cli-platform-android": "2.0.0-rc.0",
84-
"@react-native-community/cli-platform-ios": "2.0.0-rc.0",
82+
"@react-native-community/cli": "2.0.0-rc.1",
83+
"@react-native-community/cli-platform-android": "2.0.0-rc.1",
84+
"@react-native-community/cli-platform-ios": "2.0.0-rc.1",
8585
"abort-controller": "^3.0.0",
8686
"art": "^0.10.0",
8787
"base64-js": "^1.1.2",

‎template/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@react-native-community/eslint-config": "^0.0.3",
1717
"babel-jest": "^24.1.0",
1818
"jest": "^24.1.0",
19-
"metro-react-native-babel-preset": "^0.51.1",
19+
"metro-react-native-babel-preset": "^0.54.1",
2020
"react-test-renderer": "16.8.1"
2121
},
2222
"jest": {

0 commit comments

Comments
 (0)
Please sign in to comment.