Skip to content

Commit 0065246

Browse files
committed
chore: Updated deps
1 parent 05359d7 commit 0065246

File tree

2 files changed

+130
-89
lines changed

2 files changed

+130
-89
lines changed

package.json

+13-10
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,17 @@
2525
"test:update": "yarn test --coverage --updateSnapshot",
2626
"test:watch": "yarn test --watch"
2727
},
28+
"resolutions": {
29+
"react-native-gesture-handler": "1.8.0"
30+
},
2831
"dependencies": {
29-
"@apollo/client": "^3.2.7",
32+
"@apollo/client": "^3.3.2",
3033
"@react-native-community/async-storage": "1.12.1",
3134
"@react-native-community/masked-view": "^0.1.10",
32-
"@react-native-community/netinfo": "5.9.7",
35+
"@react-native-community/netinfo": "5.9.9",
3336
"@react-native-community/slider": "3.0.3",
34-
"@react-navigation/native": "5.8.9",
35-
"@react-navigation/stack": "5.12.6",
37+
"@react-navigation/native": "5.8.10",
38+
"@react-navigation/stack": "5.12.8",
3639
"apollo-cache-persist": "^0.1.1",
3740
"graphql": "15.4.0",
3841
"graphql-tag": "2.11.0",
@@ -42,9 +45,9 @@
4245
"lottie-react-native": "3.5.0",
4346
"prop-types": "^15.7.2",
4447
"react": "17.0.1",
45-
"react-native": "0.63.3",
48+
"react-native": "0.63.4",
4649
"react-native-animatable": "1.3.3",
47-
"react-native-device-info": "7.1.0",
50+
"react-native-device-info": "7.2.1",
4851
"react-native-fs": "2.16.6",
4952
"react-native-gesture-handler": "1.8.0",
5053
"react-native-google-cast": "github:pct-org/react-native-google-cast#7e409ca7c129d628d5c2902944790bc611b64aaa",
@@ -65,14 +68,14 @@
6568
"update-react-native-app": "^1.3.1"
6669
},
6770
"devDependencies": {
68-
"@babel/core": "7.12.3",
71+
"@babel/core": "7.12.9",
6972
"@babel/plugin-proposal-class-properties": "7.12.1",
7073
"@babel/plugin-proposal-decorators": "7.12.1",
7174
"@babel/plugin-proposal-export-namespace-from": "7.12.1",
7275
"@babel/plugin-proposal-object-rest-spread": "7.12.1",
7376
"@babel/plugin-transform-flow-strip-types": "7.12.1",
7477
"@babel/plugin-transform-runtime": "7.12.1",
75-
"@babel/preset-react": "7.12.5",
78+
"@babel/preset-react": "7.12.7",
7679
"@babel/runtime": "7.12.5",
7780
"@commitlint/cli": "11.0.0",
7881
"@commitlint/config-conventional": "11.0.0",
@@ -81,7 +84,7 @@
8184
"babel-plugin-module-resolver": "4.0.0",
8285
"enzyme": "^3.11.0",
8386
"enzyme-adapter-react-16": "1.15.5",
84-
"eslint": "7.13.0",
87+
"eslint": "7.14.0",
8588
"eslint-config-airbnb": "18.2.1",
8689
"eslint-config-standard": "16.0.2",
8790
"eslint-config-standard-react": "11.0.1",
@@ -92,7 +95,7 @@
9295
"eslint-plugin-node": "11.1.0",
9396
"eslint-plugin-promise": "4.2.1",
9497
"eslint-plugin-react": "7.21.5",
95-
"eslint-plugin-standard": "4.1.0",
98+
"eslint-plugin-standard": "5.0.0",
9699
"get-dev-paths": "^0.1.1",
97100
"husky": "4.3.0",
98101
"jest": "26.6.3",

0 commit comments

Comments
 (0)