|
47 | 47 | "format:markdown": "prettier --write \"docs/**/*.md\"" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | | - "@babel/core": "^7.15.8", |
51 | | - "@babel/preset-env": "7.15.8", |
| 50 | + "@babel/core": "^7.16.0", |
| 51 | + "@babel/preset-env": "7.16.0", |
52 | 52 | "@octokit/core": "^3.5.1", |
53 | 53 | "@tsconfig/node12": "^1.0.9", |
54 | 54 | "@types/jest": "^27.0.2", |
55 | | - "@types/react": "^17.0.31", |
56 | | - "@types/react-native": "^0.65.9", |
57 | | - "@typescript-eslint/eslint-plugin": "^5.1.0", |
58 | | - "@typescript-eslint/parser": "^5.1.0", |
| 55 | + "@types/react": "^17.0.34", |
| 56 | + "@types/react-native": "^0.66.2", |
| 57 | + "@typescript-eslint/eslint-plugin": "^5.3.0", |
| 58 | + "@typescript-eslint/parser": "^5.3.0", |
59 | 59 | "babel-jest": "^27.3.1", |
60 | | - "clang-format": "^1.4.0", |
| 60 | + "clang-format": "^1.6.0", |
61 | 61 | "codecov": "^3.8.3", |
62 | 62 | "conventional-changelog-cli": "^2.0.34", |
63 | 63 | "cross-env": "^7.0.3", |
64 | | - "eslint": "^8.0.1", |
| 64 | + "eslint": "^8.2.0", |
65 | 65 | "eslint-config-prettier": "^8.3.0", |
66 | 66 | "eslint-plugin-mocha": "^9.0.0", |
67 | 67 | "eslint-plugin-prettier": "^4.0.0", |
|
78 | 78 | "typescript": "^4.4.4" |
79 | 79 | }, |
80 | 80 | "resolutions": { |
81 | | - "@types/react": "^17.0.27" |
| 81 | + "@types/react": "^17.0.34" |
82 | 82 | }, |
83 | 83 | "workspaces": { |
84 | 84 | "packages": [ |
|
0 commit comments