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 to v16.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 13, 2018
1 parent c9643c5 commit f3d8271
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.4.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.4.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.4.1:
version "16.4.1"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.4.1.tgz#d624c4650d2c65dbd52c72622bbf389435d9776e"

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.4.1:
version "16.4.1"
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.4.1.tgz#f2fb30c2c7b517db6e5b10ed20bb6b0a7ccd8d70"
dependencies:
fbjs "^0.8.16"
object-assign "^4.1.1"
prop-types "^15.6.0"
react-is "^16.4.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.4.1:
version "16.4.1"
resolved "https://registry.yarnpkg.com/react/-/react-16.4.1.tgz#de51ba5764b5dbcd1f9079037b862bd26b82fe32"
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 f3d8271

Please sign in to comment.