|
43 | 43 | "format:markdown": "prettier --write \"docs/**/*.md\"" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | | - "@babel/core": "^7.14.0", |
47 | | - "@babel/preset-env": "7.14.1", |
48 | | - "@octokit/core": "^3.3.1", |
| 46 | + "@babel/core": "^7.14.8", |
| 47 | + "@babel/preset-env": "7.14.9", |
| 48 | + "@octokit/core": "^3.5.1", |
49 | 49 | "@tsconfig/node12": "^1.0.9", |
50 | | - "@types/jest": "^26.0.23", |
51 | | - "@types/react": "^17.0.5", |
52 | | - "@types/react-native": "^0.64.4", |
53 | | - "@typescript-eslint/eslint-plugin": "^4.22.1", |
54 | | - "@typescript-eslint/parser": "^4.22.1", |
55 | | - "babel-jest": "^26.6.3", |
56 | | - "codecov": "^3.8.2", |
| 50 | + "@types/jest": "^26.0.24", |
| 51 | + "@types/react": "^17.0.15", |
| 52 | + "@types/react-native": "^0.64.12", |
| 53 | + "@typescript-eslint/eslint-plugin": "^4.29.0", |
| 54 | + "@typescript-eslint/parser": "^4.29.0", |
| 55 | + "babel-jest": "^27.0.6", |
| 56 | + "codecov": "^3.8.3", |
57 | 57 | "conventional-changelog-cli": "^2.0.34", |
58 | 58 | "cross-env": "^7.0.3", |
59 | | - "eslint": "^7.25.0", |
| 59 | + "eslint": "^7.32.0", |
60 | 60 | "eslint-config-prettier": "^8.3.0", |
61 | | - "eslint-plugin-mocha": "^8.1.0", |
| 61 | + "eslint-plugin-mocha": "^9.0.0", |
62 | 62 | "eslint-plugin-prettier": "^3.4.0", |
63 | | - "eslint-plugin-react": "^7.23.2", |
64 | | - "genversion": "^2.3.1", |
65 | | - "inquirer": "^8.0.0", |
66 | | - "jest": "^26.6.3", |
| 63 | + "eslint-plugin-react": "^7.24.0", |
| 64 | + "genversion": "^3.0.1", |
| 65 | + "inquirer": "^8.1.2", |
| 66 | + "jest": "^27.0.6", |
67 | 67 | "lerna": "4.0.0", |
68 | | - "prettier": "^2.2.1", |
| 68 | + "prettier": "^2.3.2", |
69 | 69 | "rimraf": "^3.0.2", |
70 | 70 | "shelljs": "^0.8.3", |
71 | | - "ts-jest": "^26.5.6", |
72 | | - "typescript": "^4.2.3" |
| 71 | + "ts-jest": "^27.0.4", |
| 72 | + "typescript": "^4.3.5" |
73 | 73 | }, |
74 | 74 | "resolutions": { |
75 | | - "@types/react": "^17.0.5" |
| 75 | + "@types/react": "^17.0.15" |
76 | 76 | }, |
77 | 77 | "workspaces": { |
78 | 78 | "packages": [ |
|
0 commit comments