|
50 | 50 | "format:markdown": "prettier --write \"docs/**/*.md\""
|
51 | 51 | },
|
52 | 52 | "devDependencies": {
|
53 |
| - "@babel/core": "^7.17.2", |
| 53 | + "@babel/core": "^7.17.5", |
54 | 54 | "@babel/preset-env": "^7.16.11",
|
55 | 55 | "@octokit/core": "^3.5.1",
|
56 | 56 | "@tsconfig/node12": "^1.0.9",
|
57 |
| - "@types/jest": "^27.4.0", |
| 57 | + "@types/jest": "^27.4.1", |
58 | 58 | "@types/react": "^17.0.39",
|
59 |
| - "@types/react-native": "^0.66.15", |
60 |
| - "@typescript-eslint/eslint-plugin": "^5.11.0", |
61 |
| - "@typescript-eslint/parser": "^5.11.0", |
| 59 | + "@types/react-native": "^0.67.2", |
| 60 | + "@typescript-eslint/eslint-plugin": "^5.13.0", |
| 61 | + "@typescript-eslint/parser": "^5.13.0", |
62 | 62 | "babel-jest": "^27.5.1",
|
63 | 63 | "clang-format": "^1.6.0",
|
64 | 64 | "codecov": "^3.8.3",
|
65 | 65 | "conventional-changelog-cli": "^2.2.2",
|
66 | 66 | "cross-env": "^7.0.3",
|
67 |
| - "eslint": "^8.9.0", |
68 |
| - "eslint-config-prettier": "^8.3.0", |
| 67 | + "eslint": "^8.10.0", |
| 68 | + "eslint-config-prettier": "^8.5.0", |
69 | 69 | "eslint-plugin-mocha": "^10.0.3",
|
70 | 70 | "eslint-plugin-prettier": "^4.0.0",
|
71 |
| - "eslint-plugin-react": "^7.28.0", |
| 71 | + "eslint-plugin-react": "^7.29.3", |
72 | 72 | "genversion": "^3.0.2",
|
73 | 73 | "google-java-format": "^1.0.1",
|
74 | 74 | "inquirer": "^8.2.0",
|
|
78 | 78 | "rimraf": "^3.0.2",
|
79 | 79 | "shelljs": "^0.8.5",
|
80 | 80 | "ts-jest": "^27.1.3",
|
81 |
| - "typescript": "^4.5.5" |
| 81 | + "typescript": "^4.6.2" |
82 | 82 | },
|
83 | 83 | "resolutions": {
|
84 | 84 | "@types/react": "^17.0.39"
|
|
0 commit comments