|
20 | 20 | "testEnvironment": "node" |
21 | 21 | }, |
22 | 22 | "devDependencies": { |
23 | | - "@babel/core": "^7.8.6", |
24 | | - "@babel/preset-env": "^7.8.4", |
25 | | - "@babel/preset-typescript": "^7.8.3", |
26 | | - "@react-native-community/cli-platform-android": "^3.1.4", |
27 | | - "@react-native-community/cli-platform-ios": "^3.2.0", |
28 | | - "@react-native-community/cli-tools": "^3.0.0", |
29 | | - "@react-native-community/cli-types": "^3.0.0", |
30 | | - "@react-native-community/eslint-config": "^0.0.7", |
31 | | - "@types/glob": "^7.1.1", |
| 23 | + "@babel/core": "^7.10.5", |
| 24 | + "@babel/preset-env": "^7.10.4", |
| 25 | + "@babel/preset-typescript": "^7.10.4", |
| 26 | + "@react-native-community/cli-platform-android": "^4.10.1", |
| 27 | + "@react-native-community/cli-platform-ios": "^4.10.1", |
| 28 | + "@react-native-community/cli-tools": "^4.10.1", |
| 29 | + "@react-native-community/cli-types": "^4.10.1", |
| 30 | + "@react-native-community/eslint-config": "^2.0.0", |
| 31 | + "@types/glob": "^7.1.3", |
32 | 32 | "@types/graceful-fs": "^4.1.3", |
33 | | - "@types/jest": "^25.1.3", |
34 | | - "@types/lodash": "^4.14.149", |
35 | | - "@types/node": "^13.7.1", |
36 | | - "@types/node-fetch": "^2.5.4", |
37 | | - "@typescript-eslint/eslint-plugin": "^2.21.0", |
38 | | - "@typescript-eslint/parser": "^2.21.0", |
39 | | - "eslint": "^6.8.0", |
| 33 | + "@types/jest": "^26.0.5", |
| 34 | + "@types/lodash": "^4.14.157", |
| 35 | + "@types/node": "^14.0.23", |
| 36 | + "@types/node-fetch": "^2.5.7", |
| 37 | + "@typescript-eslint/eslint-plugin": "^3.6.1", |
| 38 | + "@typescript-eslint/parser": "^3.6.1", |
| 39 | + "eslint": "^7.5.0", |
40 | 40 | "eslint-import-resolver-alias": "^1.1.2", |
41 | 41 | "eslint-import-resolver-typescript": "^2.0.0", |
42 | | - "eslint-plugin-import": "^2.20.1", |
43 | | - "eslint-plugin-prettier": "^3.1.2", |
44 | | - "jest": "^25.1.0", |
45 | | - "prettier": "^1.19.1", |
| 42 | + "eslint-plugin-import": "^2.22.0", |
| 43 | + "eslint-plugin-prettier": "^3.1.4", |
| 44 | + "jest": "^26.1.0", |
| 45 | + "prettier": "^2.0.5", |
46 | 46 | "rimraf": "^3.0.2", |
47 | | - "typescript": "^3.7.5" |
| 47 | + "typescript": "^3.9.7" |
48 | 48 | }, |
49 | 49 | "peerDependencies": { |
50 | 50 | "@react-native-community/cli": ">= 3.0.0" |
51 | 51 | }, |
52 | 52 | "dependencies": { |
53 | | - "execa": "^4.0.0", |
| 53 | + "execa": "^4.0.3", |
54 | 54 | "glob": "^7.1.6", |
55 | | - "graceful-fs": "^4.2.3", |
56 | | - "lodash": "^4.17.15" |
| 55 | + "graceful-fs": "^4.2.4", |
| 56 | + "lodash": "^4.17.19" |
57 | 57 | } |
58 | 58 | } |
0 commit comments