Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Commit

Permalink
chore(deps): update react monorepo packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 4, 2018
1 parent c9643c5 commit 421bb8c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
4 changes: 2 additions & 2 deletions basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"eslint-plugin-react-native": "3.2.1",
"jest-expo": "25.1.0",
"react-native-scripts": "1.11.1",
"react-test-renderer": "16.2.0"
"react-test-renderer": "16.3.1"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
Expand All @@ -30,7 +30,7 @@
"expo": "25.0.0",
"graphql": "0.13.1",
"graphql-tag": "2.8.0",
"react": "16.2.0",
"react": "16.3.1",
"react-apollo": "2.0.4",
"react-native": "https://github.com/expo/react-native/archive/sdk-25.0.0.tar.gz"
},
Expand Down
24 changes: 23 additions & 1 deletion basic/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5218,6 +5218,10 @@ react-devtools-core@3.0.0:
shell-quote "^1.6.1"
ws "^2.0.3"

react-is@^16.3.1:
version "16.3.1"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.3.1.tgz#ee66e6d8283224a83b3030e110056798488359ba"

react-native-branch@2.0.0-beta.3:
version "2.0.0-beta.3"
resolved "https://registry.yarnpkg.com/react-native-branch/-/react-native-branch-2.0.0-beta.3.tgz#2167af86bbc9f964bd45bd5f37684e5b54965e32"
Expand Down Expand Up @@ -5360,6 +5364,15 @@ react-test-renderer@16.2.0:
object-assign "^4.1.1"
prop-types "^15.6.0"

react-test-renderer@16.3.1:
version "16.3.1"
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.3.1.tgz#d9257936d8535bd40f57f3d5a84e7b0452fb17f2"
dependencies:
fbjs "^0.8.16"
object-assign "^4.1.1"
prop-types "^15.6.0"
react-is "^16.3.1"

react-timer-mixin@^0.13.2:
version "0.13.3"
resolved "https://registry.yarnpkg.com/react-timer-mixin/-/react-timer-mixin-0.13.3.tgz#0da8b9f807ec07dc3e854d082c737c65605b3d22"
Expand All @@ -5371,7 +5384,16 @@ react-transform-hmr@^1.0.4:
global "^4.3.0"
react-proxy "^1.1.7"

react@16.2.0, react@^16.0.0:
react@16.3.1:
version "16.3.1"
resolved "https://registry.yarnpkg.com/react/-/react-16.3.1.tgz#4a2da433d471251c69b6033ada30e2ed1202cfd8"
dependencies:
fbjs "^0.8.16"
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.0"

react@^16.0.0:
version "16.2.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.2.0.tgz#a31bd2dab89bff65d42134fa187f24d054c273ba"
dependencies:
Expand Down

0 comments on commit 421bb8c

Please sign in to comment.