Skip to content

Commit

Permalink
fix(deps): update dependency react to v16.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 6, 2019
1 parent 8493677 commit 68c74ea
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"babel-plugin-macros": "2.4.0",
"dotenv.macro": "1.0.0",
"expo": "27.1.1",
"react": "16.4.2",
"react": "16.8.1",
"react-native": "0.55.4",
"react-native-router-flux": "4.0.1"
},
Expand Down
18 changes: 17 additions & 1 deletion packages/mobile/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6300,7 +6300,16 @@ react-tween-state@^0.1.5:
raf "^3.1.0"
tween-functions "^1.0.1"

[email protected], react@^16.0.0:
[email protected]:
version "16.8.1"
resolved "https://registry.yarnpkg.com/react/-/react-16.8.1.tgz#ae11831f6cb2a05d58603a976afc8a558e852c4a"
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"
scheduler "^0.13.1"

react@^16.0.0:
version "16.4.2"
resolved "https://registry.yarnpkg.com/react/-/react-16.4.2.tgz#2cd90154e3a9d9dd8da2991149fdca3c260e129f"
dependencies:
Expand Down Expand Up @@ -6746,6 +6755,13 @@ sax@~1.1.1:
version "1.1.6"
resolved "https://registry.yarnpkg.com/sax/-/sax-1.1.6.tgz#5d616be8a5e607d54e114afae55b7eaf2fcc3240"

scheduler@^0.13.1:
version "0.13.1"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.13.1.tgz#1a217df1bfaabaf4f1b92a9127d5d732d85a9591"
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"

[email protected]:
version "2.5.8"
resolved "https://registry.yarnpkg.com/scriptjs/-/scriptjs-2.5.8.tgz#d0c43955c2e6bad33b6e4edf7b53b8965aa7ca5f"
Expand Down

0 comments on commit 68c74ea

Please sign in to comment.