Skip to content

Commit

Permalink
https://github.com/facebook/react-native/issues/19859#issuecomment-39…
Browse files Browse the repository at this point in the history
…9670933
  • Loading branch information
markholland committed Jun 29, 2018
1 parent 1022bca commit f78b4bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@
},
"devDependencies": {
"@rgbboy/testcheck": "^1.0.0-rc.3",
"@babel/core": "7.0.0-beta.47",
"babel-core": "^7.0.0-beta.47",
"babel-eslint": "^8.2.5",
"babel-jest": "23.2.0",
"babel-preset-react-native": "^5.0.1",
"babel-preset-react-native": "^5.0.2",
"bugsnag-sourcemaps": "^1.0.3",
"commander": "^2.16.0",
"contentful-management": "^5.1.4",
Expand Down
6 changes: 5 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1306,6 +1306,10 @@ babel-core@^6.24.1, babel-core@^6.26.0, babel-core@^6.7.2:
slash "^1.0.0"
source-map "^0.5.7"

babel-core@^7.0.0-beta.47:
version "7.0.0-bridge.0"
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"

babel-eslint@^8.2.5:
version "8.2.5"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.5.tgz#dc2331c259d36782aa189da510c43dedd5adc7a3"
Expand Down Expand Up @@ -1839,7 +1843,7 @@ babel-preset-react-native@^5.0.0:
"@babel/template" "7.0.0-beta.40"
metro-babel7-plugin-react-transform "0.34.0"

babel-preset-react-native@^5.0.1:
babel-preset-react-native@^5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/babel-preset-react-native/-/babel-preset-react-native-5.0.2.tgz#dfed62379712a9c017ff99ce4fbeac1e11d42285"
dependencies:
Expand Down

0 comments on commit f78b4bb

Please sign in to comment.