Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Agby committed Aug 14, 2018
1 parent 29976bc commit 2c8229e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"opencollective": "^1.0.3",
"path-to-regexp": "^2.2.1",
"prop-types": "^15.6.2",
"react-navigation": "^2.8.0"
"react-navigation": "^2.11.2"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.54",
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2611,25 +2611,25 @@ escodegen@^1.9.0:
optionalDependencies:
source-map "~0.6.1"

eslint-config-airbnb-base@^13.0.0:
version "13.0.0"
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-13.0.0.tgz#2ee6279c4891128e49d6445b24aa13c2d1a21450"
eslint-config-airbnb-base@^13.1.0:
version "13.1.0"
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-13.1.0.tgz#b5a1b480b80dfad16433d6c4ad84e6605052c05c"
dependencies:
eslint-restricted-globals "^0.1.1"
object.assign "^4.1.0"
object.entries "^1.0.4"

"eslint-config-airbnb-base@file:../airbnb-style/packages/eslint-config-airbnb-base":
version "13.0.0"
version "13.1.0"
dependencies:
eslint-restricted-globals "^0.1.1"
object.assign "^4.1.0"
object.entries "^1.0.4"

"eslint-config-airbnb@file:../airbnb-style/packages/eslint-config-airbnb":
version "17.0.0"
version "17.1.0"
dependencies:
eslint-config-airbnb-base "^13.0.0"
eslint-config-airbnb-base "^13.1.0"
object.assign "^4.1.0"
object.entries "^1.0.4"

Expand Down Expand Up @@ -5701,25 +5701,25 @@ [email protected]:
dependencies:
react-native-tab-view "^0.0.77"

react-navigation-drawer@0.4.3:
version "0.4.3"
resolved "https://registry.yarnpkg.com/react-navigation-drawer/-/react-navigation-drawer-0.4.3.tgz#c04c94e2429b7e724801af05bd0a93a79cb27f71"
react-navigation-drawer@0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/react-navigation-drawer/-/react-navigation-drawer-0.5.0.tgz#d91b6a6ec65c34ba78c00f814b1e6508922cc9ec"
dependencies:
react-native-drawer-layout-polyfill "^1.3.2"

react-navigation-tabs@0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/react-navigation-tabs/-/react-navigation-tabs-0.5.1.tgz#ed33bce3a3e21b92646700de25bd94b8fc570371"
react-navigation-tabs@0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/react-navigation-tabs/-/react-navigation-tabs-0.6.0.tgz#2f526194f4360e56c2702e736887449acc2080dc"
dependencies:
hoist-non-react-statics "^2.5.0"
prop-types "^15.6.1"
react-lifecycles-compat "^3.0.4"
react-native-safe-area-view "^0.7.0"
react-native-tab-view "^1.0.0"

react-navigation@^2.8.0:
version "2.9.0"
resolved "https://registry.yarnpkg.com/react-navigation/-/react-navigation-2.9.0.tgz#714d14c085fa566088166c85f187bc5f5943812d"
react-navigation@^2.11.2:
version "2.11.2"
resolved "https://registry.yarnpkg.com/react-navigation/-/react-navigation-2.11.2.tgz#cd099f6d7d09efe48ef8463614a3abb113d45c01"
dependencies:
clamp "^1.0.1"
create-react-context "^0.2.1"
Expand All @@ -5729,8 +5729,8 @@ react-navigation@^2.8.0:
react-lifecycles-compat "^3"
react-native-safe-area-view "^0.8.0"
react-navigation-deprecated-tab-navigator "1.3.0"
react-navigation-drawer "0.4.3"
react-navigation-tabs "0.5.1"
react-navigation-drawer "0.5.0"
react-navigation-tabs "0.6.0"

react-proxy@^1.1.7:
version "1.1.8"
Expand Down

0 comments on commit 2c8229e

Please sign in to comment.