|
33 | 33 | "typescript": "tsc --noEmit", |
34 | 34 | "lint": "eslint \"**/*.{js,ts,tsx}\"", |
35 | 35 | "prepare": "bob build", |
36 | | - "release": "release-it", |
37 | 36 | "example": "yarn --cwd example", |
38 | 37 | "pods": "cd example && pod-install --quiet", |
39 | 38 | "bootstrap": "yarn example && yarn && yarn pods" |
|
56 | 55 | "devDependencies": { |
57 | 56 | "@commitlint/config-conventional": "^19.5.0", |
58 | 57 | "@react-native/eslint-config": "^0.73.1", |
59 | | - "@release-it/conventional-changelog": "^9.0.2", |
60 | 58 | "@types/jest": "^29.5.14", |
61 | 59 | "@types/react": "~18.3.12", |
62 | 60 | "@types/react-native": "0.72.2", |
|
70 | 68 | "pod-install": "^0.1.0", |
71 | 69 | "prettier": "^3.0.3", |
72 | 70 | "react-native-builder-bob": "^0.20.4", |
73 | | - "release-it": "^17.10.0", |
74 | 71 | "typescript": "^5.2.2" |
75 | 72 | }, |
76 | 73 | "peerDependencies": { |
|
81 | 78 | "node": ">=16" |
82 | 79 | }, |
83 | 80 | "resolutions": { |
84 | | - "@types/react": "^18.2.44", |
85 | | - "conventional-changelog-conventionalcommits": "8.0.0" |
| 81 | + "@types/react": "^18.2.44" |
86 | 82 | }, |
87 | 83 | "commitlint": { |
88 | 84 | "extends": [ |
89 | 85 | "@commitlint/config-conventional" |
90 | 86 | ] |
91 | 87 | }, |
92 | | - "release-it": { |
93 | | - "git": { |
94 | | - "commitMessage": "chore: release ${version}", |
95 | | - "tagName": "v${version}" |
96 | | - }, |
97 | | - "npm": { |
98 | | - "publish": true |
99 | | - }, |
100 | | - "github": { |
101 | | - "release": true |
102 | | - }, |
103 | | - "plugins": { |
104 | | - "@release-it/conventional-changelog": { |
105 | | - "preset": { |
106 | | - "name": "conventionalcommits" |
107 | | - } |
108 | | - } |
109 | | - } |
110 | | - }, |
111 | 88 | "eslintConfig": { |
112 | 89 | "root": true, |
113 | 90 | "extends": [ |
|
0 commit comments