|
40 | 40 | "format:markdown": "prettier --write \"docs/**/*.md\"" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | | - "@babel/core": "^7.13.10", |
44 | | - "@babel/preset-env": "7.13.15", |
| 43 | + "@babel/core": "^7.14.0", |
| 44 | + "@babel/preset-env": "7.14.1", |
45 | 45 | "@octokit/core": "^3.3.1", |
46 | | - "@types/jest": "^26.0.22", |
47 | | - "@types/react": "^17.0.3", |
48 | | - "@types/react-native": "^0.64.1", |
49 | | - "@typescript-eslint/eslint-plugin": "^4.19.0", |
50 | | - "@typescript-eslint/parser": "^4.19.0", |
| 46 | + "@types/jest": "^26.0.23", |
| 47 | + "@types/react": "^17.0.5", |
| 48 | + "@types/react-native": "^0.64.4", |
| 49 | + "@typescript-eslint/eslint-plugin": "^4.22.1", |
| 50 | + "@typescript-eslint/parser": "^4.22.1", |
51 | 51 | "babel-jest": "^26.6.3", |
52 | | - "codecov": "^3.6.5", |
| 52 | + "codecov": "^3.8.2", |
53 | 53 | "conventional-changelog-cli": "^2.0.34", |
54 | 54 | "cross-env": "^7.0.3", |
55 | | - "eslint": "^7.22.0", |
56 | | - "eslint-config-prettier": "^8.1.0", |
| 55 | + "eslint": "^7.25.0", |
| 56 | + "eslint-config-prettier": "^8.3.0", |
57 | 57 | "eslint-plugin-mocha": "^8.1.0", |
58 | | - "eslint-plugin-prettier": "^3.3.0", |
59 | | - "eslint-plugin-react": "^7.23.1", |
| 58 | + "eslint-plugin-prettier": "^3.4.0", |
| 59 | + "eslint-plugin-react": "^7.23.2", |
60 | 60 | "genversion": "^2.3.1", |
61 | 61 | "inquirer": "^8.0.0", |
62 | 62 | "jest": "^26.6.3", |
63 | 63 | "lerna": "4.0.0", |
64 | 64 | "prettier": "^2.2.1", |
65 | 65 | "rimraf": "^3.0.2", |
66 | 66 | "shelljs": "^0.8.3", |
67 | | - "ts-jest": "^26.5.4", |
| 67 | + "ts-jest": "^26.5.6", |
68 | 68 | "typescript": "^4.2.3" |
69 | 69 | }, |
70 | 70 | "resolutions": { |
71 | | - "@types/react": "^17.0.3" |
| 71 | + "@types/react": "^17.0.5" |
72 | 72 | }, |
73 | 73 | "workspaces": { |
74 | 74 | "packages": [ |
|
0 commit comments