|
25 | 25 | "test:update": "yarn test --coverage --updateSnapshot",
|
26 | 26 | "test:watch": "yarn test --watch"
|
27 | 27 | },
|
| 28 | + "resolutions": { |
| 29 | + "react-native-gesture-handler": "1.8.0" |
| 30 | + }, |
28 | 31 | "dependencies": {
|
29 |
| - "@apollo/client": "^3.2.7", |
| 32 | + "@apollo/client": "^3.3.2", |
30 | 33 | "@react-native-community/async-storage": "1.12.1",
|
31 | 34 | "@react-native-community/masked-view": "^0.1.10",
|
32 |
| - "@react-native-community/netinfo": "5.9.7", |
| 35 | + "@react-native-community/netinfo": "5.9.9", |
33 | 36 | "@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", |
36 | 39 | "apollo-cache-persist": "^0.1.1",
|
37 | 40 | "graphql": "15.4.0",
|
38 | 41 | "graphql-tag": "2.11.0",
|
|
42 | 45 | "lottie-react-native": "3.5.0",
|
43 | 46 | "prop-types": "^15.7.2",
|
44 | 47 | "react": "17.0.1",
|
45 |
| - "react-native": "0.63.3", |
| 48 | + "react-native": "0.63.4", |
46 | 49 | "react-native-animatable": "1.3.3",
|
47 |
| - "react-native-device-info": "7.1.0", |
| 50 | + "react-native-device-info": "7.2.1", |
48 | 51 | "react-native-fs": "2.16.6",
|
49 | 52 | "react-native-gesture-handler": "1.8.0",
|
50 | 53 | "react-native-google-cast": "github:pct-org/react-native-google-cast#7e409ca7c129d628d5c2902944790bc611b64aaa",
|
|
65 | 68 | "update-react-native-app": "^1.3.1"
|
66 | 69 | },
|
67 | 70 | "devDependencies": {
|
68 |
| - "@babel/core": "7.12.3", |
| 71 | + "@babel/core": "7.12.9", |
69 | 72 | "@babel/plugin-proposal-class-properties": "7.12.1",
|
70 | 73 | "@babel/plugin-proposal-decorators": "7.12.1",
|
71 | 74 | "@babel/plugin-proposal-export-namespace-from": "7.12.1",
|
72 | 75 | "@babel/plugin-proposal-object-rest-spread": "7.12.1",
|
73 | 76 | "@babel/plugin-transform-flow-strip-types": "7.12.1",
|
74 | 77 | "@babel/plugin-transform-runtime": "7.12.1",
|
75 |
| - "@babel/preset-react": "7.12.5", |
| 78 | + "@babel/preset-react": "7.12.7", |
76 | 79 | "@babel/runtime": "7.12.5",
|
77 | 80 | "@commitlint/cli": "11.0.0",
|
78 | 81 | "@commitlint/config-conventional": "11.0.0",
|
|
81 | 84 | "babel-plugin-module-resolver": "4.0.0",
|
82 | 85 | "enzyme": "^3.11.0",
|
83 | 86 | "enzyme-adapter-react-16": "1.15.5",
|
84 |
| - "eslint": "7.13.0", |
| 87 | + "eslint": "7.14.0", |
85 | 88 | "eslint-config-airbnb": "18.2.1",
|
86 | 89 | "eslint-config-standard": "16.0.2",
|
87 | 90 | "eslint-config-standard-react": "11.0.1",
|
|
92 | 95 | "eslint-plugin-node": "11.1.0",
|
93 | 96 | "eslint-plugin-promise": "4.2.1",
|
94 | 97 | "eslint-plugin-react": "7.21.5",
|
95 |
| - "eslint-plugin-standard": "4.1.0", |
| 98 | + "eslint-plugin-standard": "5.0.0", |
96 | 99 | "get-dev-paths": "^0.1.1",
|
97 | 100 | "husky": "4.3.0",
|
98 | 101 | "jest": "26.6.3",
|
|
0 commit comments