|
54 | 54 | "registry": "https://registry.npmjs.org/" |
55 | 55 | }, |
56 | 56 | "devDependencies": { |
57 | | - "@arkweid/lefthook": "^0.7.7", |
58 | | - "@babel/eslint-parser": "^7.19.1", |
59 | 57 | "@commitlint/config-conventional": "^17.2.0", |
| 58 | + "@evilmartians/lefthook": "^1.4.8", |
60 | 59 | "@react-native-community/eslint-config": "^3.2.0", |
61 | | - "@release-it/conventional-changelog": "^5.1.1", |
| 60 | + "@release-it/conventional-changelog": "^7.0.0", |
62 | 61 | "@types/jest": "^29.2.2", |
63 | 62 | "@types/react": "^18.2.19", |
64 | 63 | "@types/react-native": "^0.72.2", |
| 64 | + "@typescript-eslint/parser": "^5.62.0", |
65 | 65 | "commitlint": "^17.2.0", |
66 | 66 | "eslint": "^8.27.0", |
67 | 67 | "eslint-config-prettier": "^8.5.0", |
|
72 | 72 | "react": "^18.2.0", |
73 | 73 | "react-native": "^0.72.3", |
74 | 74 | "react-native-builder-bob": "^0.21.3", |
75 | | - "release-it": "^15.5.0", |
76 | | - "typescript": "^4.8.4" |
| 75 | + "release-it": "^16.1.4", |
| 76 | + "typescript": "^4.9.5" |
77 | 77 | }, |
78 | 78 | "resolutions": { |
79 | 79 | "@types/react": "17.0.21" |
|
84 | 84 | "react": "*", |
85 | 85 | "react-native": "*" |
86 | 86 | }, |
| 87 | + "overrides": { |
| 88 | + "@release-it/conventional-changelog": { |
| 89 | + "semver": "~7.5.2" |
| 90 | + } |
| 91 | + }, |
87 | 92 | "jest": { |
88 | 93 | "preset": "react-native", |
89 | 94 | "modulePathIgnorePatterns": [ |
|
0 commit comments