Skip to content

Commit

Permalink
Make react-native-router-flux work on react-native v0.43.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yasaichi committed Apr 16, 2017
1 parent 8a12d8d commit 4442de5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@
"moment": "^2.18.1",
"normalizr": "^3.2.2",
"react": "16.0.0-alpha.6",
"react-addons-pure-render-mixin": "^15.5.2",
"react-native": "0.43.3",
"react-native-router-flux": "^3.38.0",
"react-redux": "^5.0.3",
"react-static-container": "^1.0.1",
"redux": "^3.6.0",
"redux-logger": "^3.0.1",
"reselect": "^3.0.0"
Expand Down
13 changes: 8 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2643,7 +2643,7 @@ fbjs-scripts@^0.7.0:
semver "^5.1.0"
through2 "^2.0.0"

fbjs@^0.8.1, fbjs@^0.8.9, fbjs@~0.8.9:
fbjs@^0.8.1, fbjs@^0.8.4, fbjs@^0.8.9, fbjs@~0.8.9:
version "0.8.12"
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.12.tgz#10b5d92f76d45575fd63a217d4ea02bea2f8ed04"
dependencies:
Expand Down Expand Up @@ -5230,9 +5230,12 @@ rc@^1.0.1, rc@^1.1.6, rc@~1.1.6:
minimist "^1.2.0"
strip-json-comments "~1.0.4"

react-addons-pure-render-mixin@^15.0.2:
version "15.0.2"
resolved "https://registry.yarnpkg.com/react-addons-pure-render-mixin/-/react-addons-pure-render-mixin-15.0.2.tgz#b7731c5cc7f21214d68a78c84f40df3aefdf462f"
react-addons-pure-render-mixin@^15.0.2, react-addons-pure-render-mixin@^15.5.2:
version "15.5.2"
resolved "https://registry.yarnpkg.com/react-addons-pure-render-mixin/-/react-addons-pure-render-mixin-15.5.2.tgz#ebb846aeb2fd771336c232822923108f87d5bff2"
dependencies:
fbjs "^0.8.4"
object-assign "^4.1.0"

react-clone-referenced-element@^1.0.1:
version "1.0.1"
Expand Down Expand Up @@ -5432,7 +5435,7 @@ react-simple-di@^1.2.0:
babel-runtime "6.x.x"
hoist-non-react-statics "1.x.x"

react-static-container@1.0.1:
react-static-container@1.0.1, react-static-container@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/react-static-container/-/react-static-container-1.0.1.tgz#694c0dd68a896b879519afb548399cc1989c9ab0"

Expand Down

0 comments on commit 4442de5

Please sign in to comment.