Bump versions

This commit is contained in:
Brent Vatne 2018-10-17 15:35:57 -07:00
parent 156f55fe34
commit 0c9014e52f
5 changed files with 31 additions and 43 deletions

View File

@ -19,8 +19,11 @@ import {
RectButton, RectButton,
NativeViewGestureHandler, NativeViewGestureHandler,
} from 'react-native-gesture-handler'; } from 'react-native-gesture-handler';
import { SafeAreaView, createStackNavigator } from 'react-navigation'; import {
import { createAppContainer } from '@react-navigation/native'; createAppContainer,
SafeAreaView,
createStackNavigator,
} from 'react-navigation';
import { Assets as StackAssets } from 'react-navigation-stack'; import { Assets as StackAssets } from 'react-navigation-stack';
import CustomTabs from './CustomTabs'; import CustomTabs from './CustomTabs';

View File

@ -11,7 +11,6 @@
"postinstall": "rm -rf node_modules/react-native-screens && rm -rf node_modules/react-native-gesture-handler" "postinstall": "rm -rf node_modules/react-native-screens && rm -rf node_modules/react-native-gesture-handler"
}, },
"dependencies": { "dependencies": {
"@react-navigation/core": "3.0.0-alpha.6",
"expo": "^30.0.0", "expo": "^30.0.0",
"invariant": "^2.2.4", "invariant": "^2.2.4",
"react": "16.3.1", "react": "16.3.1",

View File

@ -1981,14 +1981,7 @@ color@^2.0.1:
color-convert "^1.9.1" color-convert "^1.9.1"
color-string "^1.5.2" color-string "^1.5.2"
combined-stream@1.0.6: combined-stream@^1.0.6, combined-stream@~1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.6.tgz#723e7df6e801ac5613113a7e445a9b69cb632818"
integrity sha1-cj599ugBrFYTETp+RFqbactjKBg=
dependencies:
delayed-stream "~1.0.0"
combined-stream@~1.0.6:
version "1.0.7" version "1.0.7"
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.7.tgz#2d1d24317afb8abe95d6d2c0b07b57813539d828" resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.7.tgz#2d1d24317afb8abe95d6d2c0b07b57813539d828"
integrity sha512-brWl9y6vOB1xYPZcpZde3N9zDByXTosAeMDo4p1wzo6UMOX4vumB+TP1RZ76sfE6Md68Q0NJSrE/gbezd4Ul+w== integrity sha512-brWl9y6vOB1xYPZcpZde3N9zDByXTosAeMDo4p1wzo6UMOX4vumB+TP1RZ76sfE6Md68Q0NJSrE/gbezd4Ul+w==
@ -3056,12 +3049,12 @@ forever-agent@~0.6.1:
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
form-data@~2.3.2: form-data@~2.3.2:
version "2.3.2" version "2.3.3"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.2.tgz#4970498be604c20c005d4f5c23aecd21d6b49099" resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
integrity sha1-SXBJi+YEwgwAXU9cI67NIda0kJk= integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==
dependencies: dependencies:
asynckit "^0.4.0" asynckit "^0.4.0"
combined-stream "1.0.6" combined-stream "^1.0.6"
mime-types "^2.1.12" mime-types "^2.1.12"
fragment-cache@^0.2.1: fragment-cache@^0.2.1:
@ -5669,10 +5662,10 @@ react-navigation-material-bottom-tabs@1.0.0-alpha.1:
prop-types "^15.6.0" prop-types "^15.6.0"
react-navigation-tabs "^1.0.0-alpha" react-navigation-tabs "^1.0.0-alpha"
react-navigation-stack@1.0.0-alpha.19: react-navigation-stack@1.0.0-alpha.22:
version "1.0.0-alpha.19" version "1.0.0-alpha.22"
resolved "https://registry.yarnpkg.com/react-navigation-stack/-/react-navigation-stack-1.0.0-alpha.19.tgz#e22a8bf5de7928b2b6e346b2819bfac2652b8f80" resolved "https://registry.yarnpkg.com/react-navigation-stack/-/react-navigation-stack-1.0.0-alpha.22.tgz#f40d50855c7532c1633ec7e88a5dfefefe65d9f9"
integrity sha512-F0qPLIOepbuJkS+w6v1jXcYXUOxJDYRwFn7smPJMIMnAblvpbata8MO4gZimxCgqSiN4FfATybq19G7WL/v0Ng== integrity sha512-Bqc4LVr+kX8bYPms2Fhwgr6KUQSXesWzR7JdX/bemZKeXsDLRI+/ZBv+HEYhyzcnJktx4KgZHadfz4jy6Q6B1Q==
react-navigation-tabs@1.0.0-alpha.3, react-navigation-tabs@^1.0.0-alpha: react-navigation-tabs@1.0.0-alpha.3, react-navigation-tabs@^1.0.0-alpha:
version "1.0.0-alpha.3" version "1.0.0-alpha.3"

View File

@ -1,6 +1,6 @@
{ {
"name": "react-navigation", "name": "react-navigation",
"version": "3.0.0-alpha.6", "version": "3.0.0-alpha.7",
"description": "Routing and navigation for your React Native apps", "description": "Routing and navigation for your React Native apps",
"main": "src/react-navigation.js", "main": "src/react-navigation.js",
"repository": { "repository": {
@ -37,7 +37,7 @@
"@react-navigation/core": "3.0.0-alpha.6", "@react-navigation/core": "3.0.0-alpha.6",
"@react-navigation/native": "^3.0.0-alpha.5", "@react-navigation/native": "^3.0.0-alpha.5",
"react-navigation-drawer": "1.0.0-alpha.5", "react-navigation-drawer": "1.0.0-alpha.5",
"react-navigation-stack": "1.0.0-alpha.21", "react-navigation-stack": "1.0.0-alpha.22",
"react-navigation-tabs": "1.0.0-alpha.3" "react-navigation-tabs": "1.0.0-alpha.3"
}, },
"devDependencies": { "devDependencies": {

View File

@ -1899,14 +1899,7 @@ color-support@^1.1.3:
resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2" resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg== integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==
combined-stream@1.0.6: combined-stream@^1.0.5, combined-stream@^1.0.6, combined-stream@~1.0.5, combined-stream@~1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.6.tgz#723e7df6e801ac5613113a7e445a9b69cb632818"
integrity sha1-cj599ugBrFYTETp+RFqbactjKBg=
dependencies:
delayed-stream "~1.0.0"
combined-stream@^1.0.5, combined-stream@~1.0.5, combined-stream@~1.0.6:
version "1.0.7" version "1.0.7"
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.7.tgz#2d1d24317afb8abe95d6d2c0b07b57813539d828" resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.7.tgz#2d1d24317afb8abe95d6d2c0b07b57813539d828"
integrity sha512-brWl9y6vOB1xYPZcpZde3N9zDByXTosAeMDo4p1wzo6UMOX4vumB+TP1RZ76sfE6Md68Q0NJSrE/gbezd4Ul+w== integrity sha512-brWl9y6vOB1xYPZcpZde3N9zDByXTosAeMDo4p1wzo6UMOX4vumB+TP1RZ76sfE6Md68Q0NJSrE/gbezd4Ul+w==
@ -3373,12 +3366,12 @@ form-data@~2.1.1:
mime-types "^2.1.12" mime-types "^2.1.12"
form-data@~2.3.2: form-data@~2.3.2:
version "2.3.2" version "2.3.3"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.2.tgz#4970498be604c20c005d4f5c23aecd21d6b49099" resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
integrity sha1-SXBJi+YEwgwAXU9cI67NIda0kJk= integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==
dependencies: dependencies:
asynckit "^0.4.0" asynckit "^0.4.0"
combined-stream "1.0.6" combined-stream "^1.0.6"
mime-types "^2.1.12" mime-types "^2.1.12"
fragment-cache@^0.2.1: fragment-cache@^0.2.1:
@ -6474,9 +6467,9 @@ process@~0.5.1:
integrity sha1-FjjYqONML0QKkduVq5rrZ3/Bhc8= integrity sha1-FjjYqONML0QKkduVq5rrZ3/Bhc8=
progress@^2.0.0: progress@^2.0.0:
version "2.0.0" version "2.0.1"
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.0.tgz#8a1be366bf8fc23db2bd23f10c6fe920b4389d1f" resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.1.tgz#c9242169342b1c29d275889c95734621b1952e31"
integrity sha1-ihvjZr+Pwj2yvSPxDG/pILQ4nR8= integrity sha512-OE+a6vzqazc+K6LxJrX5UPyKFvGnL5CYmq2jFGNIBWHpc4QyE49/YOumcrpQFJpfejmvRtbJzgO1zPmMCqlbBg==
promise@^7.1.1: promise@^7.1.1:
version "7.3.1" version "7.3.1"
@ -6723,10 +6716,10 @@ react-navigation-drawer@1.0.0-alpha.5:
resolved "https://registry.yarnpkg.com/react-navigation-drawer/-/react-navigation-drawer-1.0.0-alpha.5.tgz#1ef75b5e9c7ae9c3011427a493bcc2714ea2c072" resolved "https://registry.yarnpkg.com/react-navigation-drawer/-/react-navigation-drawer-1.0.0-alpha.5.tgz#1ef75b5e9c7ae9c3011427a493bcc2714ea2c072"
integrity sha512-AD1AyqGpUb4coUw3KpJ7i/2RfTiE5RJfTDHVeBkpqc2wsXJ4PaWYGoxfvfWP910hJy8txYTnWWUinWmiD7aBgA== integrity sha512-AD1AyqGpUb4coUw3KpJ7i/2RfTiE5RJfTDHVeBkpqc2wsXJ4PaWYGoxfvfWP910hJy8txYTnWWUinWmiD7aBgA==
react-navigation-stack@1.0.0-alpha.21: react-navigation-stack@1.0.0-alpha.22:
version "1.0.0-alpha.21" version "1.0.0-alpha.22"
resolved "https://registry.yarnpkg.com/react-navigation-stack/-/react-navigation-stack-1.0.0-alpha.21.tgz#d3680d0db241a9d74fc57368d525d0b67c51188a" resolved "https://registry.yarnpkg.com/react-navigation-stack/-/react-navigation-stack-1.0.0-alpha.22.tgz#f40d50855c7532c1633ec7e88a5dfefefe65d9f9"
integrity sha512-tuFBuA/sB06Fp4MO9kQfTBPWvKBuHDcXi7lz18kUYMzQIELQ+tfvYbDb9awMcM8u9SEFRM4Fo+/iVfpR/gBtFg== integrity sha512-Bqc4LVr+kX8bYPms2Fhwgr6KUQSXesWzR7JdX/bemZKeXsDLRI+/ZBv+HEYhyzcnJktx4KgZHadfz4jy6Q6B1Q==
react-navigation-tabs@1.0.0-alpha.3: react-navigation-tabs@1.0.0-alpha.3:
version "1.0.0-alpha.3" version "1.0.0-alpha.3"