chore: upgrade depenendecies

This commit is contained in:
Satyajit Sahoo
2020-03-16 14:13:54 +01:00
parent 70029d6c13
commit 6dbda1a0c2
16 changed files with 920 additions and 592 deletions

View File

@@ -12,7 +12,7 @@
}, },
"dependencies": { "dependencies": {
"@expo/vector-icons": "^10.0.0", "@expo/vector-icons": "^10.0.0",
"@react-native-community/masked-view": "0.1.6", "@react-native-community/masked-view": "0.1.7",
"@types/react-native-restart": "^0.0.0", "@types/react-native-restart": "^0.0.0",
"color": "^3.1.2", "color": "^3.1.2",
"expo": "^36.0.2", "expo": "^36.0.2",
@@ -21,22 +21,22 @@
"react": "~16.9.0", "react": "~16.9.0",
"react-dom": "~16.9.0", "react-dom": "~16.9.0",
"react-native": "~0.61.5", "react-native": "~0.61.5",
"react-native-gesture-handler": "^1.5.6", "react-native-gesture-handler": "^1.6.0",
"react-native-paper": "^3.6.0", "react-native-paper": "^3.6.0",
"react-native-reanimated": "^1.7.0", "react-native-reanimated": "^1.7.0",
"react-native-restart": "^0.0.13", "react-native-restart": "^0.0.14",
"react-native-safe-area-context": "^0.7.2", "react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^2.0.0-beta.2", "react-native-screens": "^2.3.0",
"react-native-tab-view": "2.13.0", "react-native-tab-view": "2.13.0",
"react-native-unimodules": "^0.7.0", "react-native-unimodules": "^0.7.0",
"react-native-web": "^0.11.7" "react-native-web": "^0.11.7"
}, },
"devDependencies": { "devDependencies": {
"@expo/webpack-config": "^0.10.12", "@expo/webpack-config": "^0.11.7",
"@types/react": "^16.9.19", "@types/react": "^16.9.23",
"@types/react-native": "^0.60.30", "@types/react-native": "^0.61.22",
"babel-preset-expo": "^8.0.0", "babel-preset-expo": "^8.0.0",
"expo-cli": "^3.11.9", "expo-cli": "^3.13.8",
"typescript": "^3.7.5" "typescript": "^3.7.5"
} }
} }

View File

@@ -27,20 +27,20 @@
"devDependencies": { "devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3", "@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/preset-env": "^7.8.4", "@babel/preset-env": "^7.8.7",
"@babel/preset-flow": "^7.8.3", "@babel/preset-flow": "^7.8.3",
"@babel/preset-react": "^7.8.3", "@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.8.3", "@babel/preset-typescript": "^7.8.3",
"@babel/runtime": "^7.8.4", "@babel/runtime": "^7.8.7",
"@commitlint/config-conventional": "^8.3.4", "@commitlint/config-conventional": "^8.3.4",
"@types/jest": "^25.1.2", "@types/jest": "^25.1.4",
"codecov": "^3.6.5", "codecov": "^3.6.5",
"commitlint": "^8.3.5", "commitlint": "^8.3.5",
"core-js": "^3.6.4", "core-js": "^3.6.4",
"detox": "^15.1.4", "detox": "^16.0.0",
"eslint": "^6.8.0", "eslint": "^6.8.0",
"eslint-config-satya164": "^3.1.5", "eslint-config-satya164": "^3.1.5",
"husky": "^4.2.1", "husky": "^4.2.3",
"jest": "^25.1.0", "jest": "^25.1.0",
"lerna": "^3.20.2", "lerna": "^3.20.2",
"prettier": "^1.19.1", "prettier": "^1.19.1",

View File

@@ -34,22 +34,24 @@
"react-native-iphone-x-helper": "^1.2.1" "react-native-iphone-x-helper": "^1.2.1"
}, },
"devDependencies": { "devDependencies": {
"@react-native-community/bob": "^0.9.3", "@react-native-community/bob": "^0.10.0",
"@react-navigation/native": "^5.0.9", "@react-navigation/native": "^5.0.9",
"@types/color": "^3.0.1", "@types/color": "^3.0.1",
"@types/react": "^16.9.19", "@types/react": "^16.9.23",
"@types/react-native": "^0.60.30", "@types/react-native": "^0.61.22",
"del-cli": "^3.0.0", "del-cli": "^3.0.0",
"react": "~16.9.0", "react": "~16.9.0",
"react-native": "~0.61.5", "react-native": "~0.61.5",
"react-native-safe-area-context": "^0.7.2", "react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^2.3.0",
"typescript": "^3.7.5" "typescript": "^3.7.5"
}, },
"peerDependencies": { "peerDependencies": {
"@react-navigation/native": "^5.0.5", "@react-navigation/native": "^5.0.5",
"react": "*", "react": "*",
"react-native": "*", "react-native": "*",
"react-native-safe-area-context": ">= 0.6.0" "react-native-safe-area-context": ">= 0.6.0",
"react-native-screens": ">= 2.0.0-alpha.0 || >= 2.0.0-beta.0 || >= 2.0.0"
}, },
"@react-native-community/bob": { "@react-native-community/bob": {
"source": "src", "source": "src",

View File

@@ -25,9 +25,9 @@
"clean": "del lib" "clean": "del lib"
}, },
"devDependencies": { "devDependencies": {
"@react-native-community/bob": "^0.9.3", "@react-native-community/bob": "^0.10.0",
"@react-navigation/native": "^5.0.9", "@react-navigation/native": "^5.0.9",
"@types/react": "^16.9.19", "@types/react": "^16.9.23",
"react": "~16.9.0", "react": "~16.9.0",
"typescript": "^3.7.5" "typescript": "^3.7.5"
}, },

View File

@@ -31,21 +31,21 @@
"dependencies": { "dependencies": {
"@react-navigation/routers": "^5.1.0", "@react-navigation/routers": "^5.1.0",
"escape-string-regexp": "^2.0.0", "escape-string-regexp": "^2.0.0",
"query-string": "^6.10.1", "query-string": "^6.11.1",
"react-is": "^16.12.0", "react-is": "^16.13.0",
"shortid": "^2.2.15", "shortid": "^2.2.15",
"use-subscription": "^1.3.0" "use-subscription": "^1.4.0"
}, },
"devDependencies": { "devDependencies": {
"@react-native-community/bob": "^0.9.3", "@react-native-community/bob": "^0.10.0",
"@types/react": "^16.9.19", "@types/react": "^16.9.23",
"@types/react-is": "^16.7.1", "@types/react-is": "^16.7.1",
"@types/shortid": "^0.0.29", "@types/shortid": "^0.0.29",
"@types/use-subscription": "^1.0.0", "@types/use-subscription": "^1.0.0",
"del-cli": "^3.0.0", "del-cli": "^3.0.0",
"react": "~16.9.0", "react": "~16.9.0",
"react-native-testing-library": "^1.12.0", "react-native-testing-library": "^1.12.0",
"react-test-renderer": "~16.12.0", "react-test-renderer": "~16.9.0",
"typescript": "^3.7.5" "typescript": "^3.7.5"
}, },
"peerDependencies": { "peerDependencies": {

View File

@@ -39,17 +39,17 @@
"react-native-iphone-x-helper": "^1.2.1" "react-native-iphone-x-helper": "^1.2.1"
}, },
"devDependencies": { "devDependencies": {
"@react-native-community/bob": "^0.9.3", "@react-native-community/bob": "^0.10.0",
"@react-navigation/native": "^5.0.9", "@react-navigation/native": "^5.0.9",
"@types/react": "^16.9.19", "@types/react": "^16.9.23",
"@types/react-native": "^0.60.30", "@types/react-native": "^0.61.22",
"del-cli": "^3.0.0", "del-cli": "^3.0.0",
"react": "~16.9.0", "react": "~16.9.0",
"react-native": "~0.61.5", "react-native": "~0.61.5",
"react-native-gesture-handler": "^1.5.6", "react-native-gesture-handler": "^1.6.0",
"react-native-reanimated": "^1.7.0", "react-native-reanimated": "^1.7.0",
"react-native-safe-area-context": "^0.7.2", "react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^2.0.0-beta.2", "react-native-screens": "^2.3.0",
"typescript": "^3.7.5" "typescript": "^3.7.5"
}, },
"peerDependencies": { "peerDependencies": {
@@ -59,7 +59,7 @@
"react-native-gesture-handler": ">= 1.0.0", "react-native-gesture-handler": ">= 1.0.0",
"react-native-reanimated": ">= 1.0.0", "react-native-reanimated": ">= 1.0.0",
"react-native-safe-area-context": ">= 0.6.0", "react-native-safe-area-context": ">= 0.6.0",
"react-native-screens": ">= 2.0.0-alpha.0 || >= 2.0.0-beta.0" "react-native-screens": ">= 2.0.0-alpha.0 || >= 2.0.0-beta.0 || >= 2.0.0"
}, },
"@react-native-community/bob": { "@react-native-community/bob": {
"source": "src", "source": "src",

View File

@@ -35,10 +35,10 @@
"clean": "del lib" "clean": "del lib"
}, },
"devDependencies": { "devDependencies": {
"@react-native-community/bob": "^0.9.3", "@react-native-community/bob": "^0.10.0",
"@react-navigation/native": "^5.0.9", "@react-navigation/native": "^5.0.9",
"@types/react": "^16.9.19", "@types/react": "^16.9.23",
"@types/react-native": "^0.60.30", "@types/react-native": "^0.61.22",
"@types/react-native-vector-icons": "^6.4.5", "@types/react-native-vector-icons": "^6.4.5",
"del-cli": "^3.0.0", "del-cli": "^3.0.0",
"react": "~16.9.0", "react": "~16.9.0",

View File

@@ -38,14 +38,14 @@
"color": "^3.1.2" "color": "^3.1.2"
}, },
"devDependencies": { "devDependencies": {
"@react-native-community/bob": "^0.9.3", "@react-native-community/bob": "^0.10.0",
"@react-navigation/native": "^5.0.9", "@react-navigation/native": "^5.0.9",
"@types/react": "^16.9.19", "@types/react": "^16.9.23",
"@types/react-native": "^0.60.30", "@types/react-native": "^0.61.22",
"del-cli": "^3.0.0", "del-cli": "^3.0.0",
"react": "~16.9.0", "react": "~16.9.0",
"react-native": "~0.61.5", "react-native": "~0.61.5",
"react-native-gesture-handler": "^1.5.6", "react-native-gesture-handler": "^1.6.0",
"react-native-reanimated": "^1.7.0", "react-native-reanimated": "^1.7.0",
"react-native-tab-view": "^2.13.0", "react-native-tab-view": "^2.13.0",
"typescript": "^3.7.5" "typescript": "^3.7.5"

View File

@@ -34,9 +34,9 @@
"@react-navigation/core": "^5.2.1" "@react-navigation/core": "^5.2.1"
}, },
"devDependencies": { "devDependencies": {
"@react-native-community/bob": "^0.9.3", "@react-native-community/bob": "^0.10.0",
"@types/react": "^16.9.19", "@types/react": "^16.9.23",
"@types/react-native": "^0.60.30", "@types/react-native": "^0.61.22",
"del-cli": "^3.0.0", "del-cli": "^3.0.0",
"react": "~16.9.0", "react": "~16.9.0",
"react-native": "~0.61.5", "react-native": "~0.61.5",

View File

@@ -6,11 +6,11 @@ type ScrollOptions = { y?: number; animated?: boolean };
type ScrollableView = type ScrollableView =
| { scrollToTop(): void } | { scrollToTop(): void }
| { scrollTo(options: ScrollOptions): void } | { scrollTo(options: ScrollOptions): void }
| { scrollToOffset(options: ScrollOptions): void } | { scrollToOffset(options: { offset?: number; animated?: boolean }): void }
| { scrollResponderScrollTo(options: ScrollOptions): void }; | { scrollResponderScrollTo(options: ScrollOptions): void };
type ScrollableWrapper = type ScrollableWrapper =
| { getScrollResponder(): ScrollableView } | { getScrollResponder(): React.ReactNode }
| { getNode(): ScrollableView } | { getNode(): ScrollableView }
| ScrollableView; | ScrollableView;
@@ -79,7 +79,7 @@ export default function useScrollToTop(
// Run the operation in the next frame so we're sure all listeners have been run // Run the operation in the next frame so we're sure all listeners have been run
// This is necessary to know if preventDefault() has been called // This is necessary to know if preventDefault() has been called
requestAnimationFrame(() => { requestAnimationFrame(() => {
const scrollable = getScrollableNode(ref); const scrollable = getScrollableNode(ref) as ScrollableWrapper;
if (isFocused && isFirst && scrollable && !e.defaultPrevented) { if (isFocused && isFirst && scrollable && !e.defaultPrevented) {
if ('scrollToTop' in scrollable) { if ('scrollToTop' in scrollable) {
@@ -87,7 +87,7 @@ export default function useScrollToTop(
} else if ('scrollTo' in scrollable) { } else if ('scrollTo' in scrollable) {
scrollable.scrollTo({ y: 0, animated: true }); scrollable.scrollTo({ y: 0, animated: true });
} else if ('scrollToOffset' in scrollable) { } else if ('scrollToOffset' in scrollable) {
scrollable.scrollToOffset({ y: 0, animated: true }); scrollable.scrollToOffset({ offset: 0, animated: true });
} else if ('scrollResponderScrollTo' in scrollable) { } else if ('scrollResponderScrollTo' in scrollable) {
scrollable.scrollResponderScrollTo({ y: 0, animated: true }); scrollable.scrollResponderScrollTo({ y: 0, animated: true });
} }

View File

@@ -33,7 +33,7 @@
"shortid": "^2.2.15" "shortid": "^2.2.15"
}, },
"devDependencies": { "devDependencies": {
"@react-native-community/bob": "^0.9.3", "@react-native-community/bob": "^0.10.0",
"del-cli": "^3.0.0", "del-cli": "^3.0.0",
"typescript": "^3.7.5" "typescript": "^3.7.5"
}, },

View File

@@ -38,18 +38,18 @@
"react-native-iphone-x-helper": "^1.2.1" "react-native-iphone-x-helper": "^1.2.1"
}, },
"devDependencies": { "devDependencies": {
"@react-native-community/bob": "^0.9.3", "@react-native-community/bob": "^0.10.0",
"@react-native-community/masked-view": "^0.1.6", "@react-native-community/masked-view": "^0.1.7",
"@react-navigation/native": "^5.0.9", "@react-navigation/native": "^5.0.9",
"@types/color": "^3.0.1", "@types/color": "^3.0.1",
"@types/react": "^16.9.19", "@types/react": "^16.9.23",
"@types/react-native": "^0.60.30", "@types/react-native": "^0.61.22",
"del-cli": "^3.0.0", "del-cli": "^3.0.0",
"react": "~16.9.0", "react": "~16.9.0",
"react-native": "~0.61.5", "react-native": "~0.61.5",
"react-native-gesture-handler": "^1.5.6", "react-native-gesture-handler": "^1.6.0",
"react-native-safe-area-context": "^0.7.2", "react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^2.0.0-beta.2", "react-native-screens": "^2.3.0",
"typescript": "^3.7.5" "typescript": "^3.7.5"
}, },
"peerDependencies": { "peerDependencies": {
@@ -59,7 +59,7 @@
"react-native": "*", "react-native": "*",
"react-native-gesture-handler": ">= 1.0.0", "react-native-gesture-handler": ">= 1.0.0",
"react-native-safe-area-context": ">= 0.6.0", "react-native-safe-area-context": ">= 0.6.0",
"react-native-screens": ">= 2.0.0-alpha.0 || >= 2.0.0-beta.0" "react-native-screens": ">= 2.0.0-alpha.0 || >= 2.0.0-beta.0 || >= 2.0.0"
}, },
"@react-native-community/bob": { "@react-native-community/bob": {
"source": "src", "source": "src",

View File

@@ -103,7 +103,7 @@ export type StackHeaderOptions = {
/** /**
* Style object for the title component. * Style object for the title component.
*/ */
headerTitleStyle?: StyleProp<TextStyle>; headerTitleStyle?: React.ComponentProps<typeof Animated.Text>['style'];
/** /**
* Style object for the container of the `headerTitle` component, for example to add padding. * Style object for the container of the `headerTitle` component, for example to add padding.
* By default, `headerTitleContainerStyle` is with an absolute position style and offsets both `left` and `right`. * By default, `headerTitleContainerStyle` is with an absolute position style and offsets both `left` and `right`.
@@ -415,7 +415,7 @@ export type StackHeaderTitleProps = {
/** /**
* Style object for the title element. * Style object for the title element.
*/ */
style?: StyleProp<TextStyle>; style?: React.ComponentProps<typeof Animated.Text>['style'];
}; };
export type TransitionSpec = export type TransitionSpec =

View File

@@ -32,13 +32,14 @@ export default class BorderlessButton extends React.Component<Props> {
}).start(); }).start();
} }
this.props.onActiveStateChange && this.props.onActiveStateChange(active); this.props.onActiveStateChange?.(active);
}; };
render() { render() {
const { children, style, enabled, ...rest } = this.props; const { children, style, enabled, ...rest } = this.props;
return ( return (
// @ts-ignore
<AnimatedBaseButton <AnimatedBaseButton
{...rest} {...rest}
onActiveStateChange={this.handleActiveStateChange} onActiveStateChange={this.handleActiveStateChange}

View File

@@ -1,8 +1,8 @@
import * as React from 'react'; import * as React from 'react';
import { Animated, StyleSheet, Platform, TextProps } from 'react-native'; import { Animated, StyleSheet, Platform } from 'react-native';
import { useTheme } from '@react-navigation/native'; import { useTheme } from '@react-navigation/native';
type Props = TextProps & { type Props = React.ComponentProps<typeof Animated.Text> & {
tintColor?: string; tintColor?: string;
children?: string; children?: string;
}; };

1385
yarn.lock

File diff suppressed because it is too large Load Diff