Skip to content

Commit ef8c3f4

Browse files
yjoseatlj
andauthored
fix: update release-it deps and config #733 (#746)
### Summary This is a simple fix for the issue encountered when trying to release a new package generated by the library. The solution mainly involved upgrading the dependencies and aligning the configuration. #733 ### Test plan The fix has been added to the library I am working on, and the issue has been resolved. --------- Co-authored-by: Burak Güner <md.burak.guner@gmail.com>
1 parent 3dbad92 commit ef8c3f4

File tree

1 file changed

+5
-3
lines changed
  • packages/create-react-native-library/templates/common

1 file changed

+5
-3
lines changed

packages/create-react-native-library/templates/common/$package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"registry": "https://registry.npmjs.org/"
7777
},
7878
"devDependencies": {
79-
"@commitlint/config-conventional": "^17.0.2",
79+
"@commitlint/config-conventional": "^19.6.0",
8080
"@evilmartians/lefthook": "^1.5.0",
8181
<% if (example === 'vanilla' && (project.moduleConfig === 'turbo-modules' || project.viewConfig === 'fabric-view')) { -%>
8282
"@react-native-community/cli": "15.0.0-alpha.2",
@@ -85,7 +85,7 @@
8585
"@release-it/conventional-changelog": "^9.0.2",
8686
"@types/jest": "^29.5.5",
8787
"@types/react": "^18.2.44",
88-
"commitlint": "^17.0.2",
88+
"commitlint": "^19.6.1",
8989
"del-cli": "^5.1.0",
9090
"eslint": "^8.51.0",
9191
"eslint-config-prettier": "^9.0.0",
@@ -150,7 +150,9 @@
150150
},
151151
"plugins": {
152152
"@release-it/conventional-changelog": {
153-
"preset": "angular"
153+
"preset": {
154+
"name": "angular"
155+
}
154156
}
155157
}
156158
},

0 commit comments

Comments
 (0)