From 762cda6a990b991bc8c64d2e0bc92ee5e0a83787 Mon Sep 17 00:00:00 2001 From: "Davis Z. Cabral" Date: Thu, 26 Oct 2017 22:45:14 -0200 Subject: [PATCH] Update pacakge version --- package.json | 2 +- yarn.lock | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7dc1f2f5a..0443414a8 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "babel-plugin-transform-remove-console": "^6.8.5", "lodash.isequal": "^4.5.0", "prop-types": "^15.6.0", - "react-native-experimental-navigation": "^0.28.0", + "react-native-experimental-navigation": "^0.29.1", "react-native-tabs": "^1.0.9", "react-static-container": "^1.0.2" }, diff --git a/yarn.lock b/yarn.lock index 5f98f1c81..733d3156c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -792,6 +792,10 @@ babel-plugin-transform-regenerator@^6.5.0: dependencies: regenerator-transform "^0.10.0" +babel-plugin-transform-remove-console@^6.8.5: + version "6.8.5" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-remove-console/-/babel-plugin-transform-remove-console-6.8.5.tgz#fde9d2d3d725530b0fadd8d31078402410386810" + babel-plugin-transform-strict-mode@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz#d5faf7aa578a65bbe591cf5edae04a0c67020758" @@ -3795,9 +3799,9 @@ react-devtools-core@^2.5.0: shell-quote "^1.6.1" ws "^2.0.3" -react-native-experimental-navigation@aksonov/react-native-experimental-navigation: - version "0.27.0" - resolved "https://codeload.github.com/aksonov/react-native-experimental-navigation/tar.gz/83ef0b95f026089cb90f4e40c4e52dc3fb550fe8" +react-native-experimental-navigation@^0.29.1: + version "0.29.1" + resolved "https://registry.yarnpkg.com/react-native-experimental-navigation/-/react-native-experimental-navigation-0.29.1.tgz#fa14ec95ee5471cfb37f917316073b300f884e48" dependencies: babel-plugin-syntax-flow "^6.8.0" babel-plugin-transform-flow-strip-types "^6.8.0"