|
16 | 16 | "devDependencies": {
|
17 | 17 | "@babel/core": "^7.12.9",
|
18 | 18 | "@babel/runtime": "^7.12.5",
|
19 |
| - "@react-native-community/eslint-config": "^2.0.0", |
| 19 | + "@react-native-community/eslint-config": "^3.0.0", |
20 | 20 | "@semantic-release/changelog": "^6.0.2",
|
21 |
| - "@semantic-release/commit-analyzer": "^9.0.2", |
| 21 | + "@semantic-release/commit-analyzer": "^13.0.0", |
22 | 22 | "@semantic-release/git": "^10.0.1",
|
23 |
| - "@semantic-release/github": "^8.0.7", |
24 |
| - "@semantic-release/npm": "^9.0.1", |
25 |
| - "@semantic-release/release-notes-generator": "^10.0.3", |
| 23 | + "@semantic-release/github": "^10.0.0", |
| 24 | + "@semantic-release/npm": "^12.0.0", |
| 25 | + "@semantic-release/release-notes-generator": "^14.0.0", |
26 | 26 | "@testing-library/jest-native": "^5.3.0",
|
27 |
| - "@testing-library/react-native": "^11.5.0", |
28 |
| - "@tsconfig/react-native": "^2.0.2", |
29 |
| - "@types/jest": "^26.0.23", |
| 27 | + "@testing-library/react-native": "^12.0.0", |
| 28 | + "@tsconfig/react-native": "^3.0.0", |
| 29 | + "@types/jest": "^29.0.0", |
30 | 30 | "@types/react": "^18.0.21",
|
31 | 31 | "@types/react-native": "^0.70.6",
|
32 | 32 | "@types/react-test-renderer": "^18.0.0",
|
33 |
| - "@typescript-eslint/eslint-plugin": "^5.37.0", |
34 |
| - "@typescript-eslint/parser": "^5.37.0", |
35 |
| - "babel-jest": "^26.6.3", |
36 |
| - "eslint": "^7.32.0", |
37 |
| - "jest": "^26.6.3", |
| 33 | + "@typescript-eslint/eslint-plugin": "^8.0.0", |
| 34 | + "@typescript-eslint/parser": "^8.0.0", |
| 35 | + "babel-jest": "^29.0.0", |
| 36 | + "eslint": "^9.0.0", |
| 37 | + "jest": "^29.0.0", |
38 | 38 | "metro-react-native-babel-preset": "0.74.0",
|
39 | 39 | "react": "18.2.0",
|
40 | 40 | "react-native": "0.70.6",
|
41 | 41 | "react-test-renderer": "18.2.0",
|
42 |
| - "semantic-release": "^19.0.5", |
43 |
| - "typescript": "^4.8.3" |
| 42 | + "semantic-release": "^24.0.0", |
| 43 | + "typescript": "^5.0.0" |
44 | 44 | },
|
45 | 45 | "keywords": [
|
46 | 46 | "react-native",
|
|
0 commit comments