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

Commit 421bb8c

Browse files
committed
chore(deps): update react monorepo packages
1 parent c9643c5 commit 421bb8c

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"eslint-plugin-react-native": "3.2.1",
1313
"jest-expo": "25.1.0",
1414
"react-native-scripts": "1.11.1",
15-
"react-test-renderer": "16.2.0"
15+
"react-test-renderer": "16.3.1"
1616
},
1717
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
1818
"scripts": {
@@ -30,7 +30,7 @@
3030
"expo": "25.0.0",
3131
"graphql": "0.13.1",
3232
"graphql-tag": "2.8.0",
33-
"react": "16.2.0",
33+
"react": "16.3.1",
3434
"react-apollo": "2.0.4",
3535
"react-native": "https://github.com/expo/react-native/archive/sdk-25.0.0.tar.gz"
3636
},

basic/yarn.lock

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5218,6 +5218,10 @@ [email protected]:
52185218
shell-quote "^1.6.1"
52195219
ws "^2.0.3"
52205220

5221+
react-is@^16.3.1:
5222+
version "16.3.1"
5223+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.3.1.tgz#ee66e6d8283224a83b3030e110056798488359ba"
5224+
52215225
52225226
version "2.0.0-beta.3"
52235227
resolved "https://registry.yarnpkg.com/react-native-branch/-/react-native-branch-2.0.0-beta.3.tgz#2167af86bbc9f964bd45bd5f37684e5b54965e32"
@@ -5360,6 +5364,15 @@ [email protected]:
53605364
object-assign "^4.1.1"
53615365
prop-types "^15.6.0"
53625366

5367+
5368+
version "16.3.1"
5369+
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.3.1.tgz#d9257936d8535bd40f57f3d5a84e7b0452fb17f2"
5370+
dependencies:
5371+
fbjs "^0.8.16"
5372+
object-assign "^4.1.1"
5373+
prop-types "^15.6.0"
5374+
react-is "^16.3.1"
5375+
53635376
react-timer-mixin@^0.13.2:
53645377
version "0.13.3"
53655378
resolved "https://registry.yarnpkg.com/react-timer-mixin/-/react-timer-mixin-0.13.3.tgz#0da8b9f807ec07dc3e854d082c737c65605b3d22"
@@ -5371,7 +5384,16 @@ react-transform-hmr@^1.0.4:
53715384
global "^4.3.0"
53725385
react-proxy "^1.1.7"
53735386

5374-
[email protected], react@^16.0.0:
5387+
5388+
version "16.3.1"
5389+
resolved "https://registry.yarnpkg.com/react/-/react-16.3.1.tgz#4a2da433d471251c69b6033ada30e2ed1202cfd8"
5390+
dependencies:
5391+
fbjs "^0.8.16"
5392+
loose-envify "^1.1.0"
5393+
object-assign "^4.1.1"
5394+
prop-types "^15.6.0"
5395+
5396+
react@^16.0.0:
53755397
version "16.2.0"
53765398
resolved "https://registry.yarnpkg.com/react/-/react-16.2.0.tgz#a31bd2dab89bff65d42134fa187f24d054c273ba"
53775399
dependencies:

0 commit comments

Comments
 (0)