Skip to content

Commit

Permalink
chore: update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Sep 17, 2023
1 parent 55c9857 commit fef9925
Show file tree
Hide file tree
Showing 3 changed files with 1,367 additions and 967 deletions.
4 changes: 2 additions & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"push": true,
"tagName": "v${version}",
"commitMessage": "chore: release v${version}",
"changelog": "auto-changelog --stdout --unreleased --template ./templates/changelog-template.hbs"
"changelog": "auto-changelog --stdout --template ./templates/changelog-template.hbs"
},
"github": {
"release": true,
"releaseNotes": "auto-changelog --stdout --unreleased --template ./templates/release-template.hbs"
"releaseNotes": "auto-changelog --stdout --template ./templates/release-template.hbs"
},
"npm": {
"publish": false
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"invariant": "^2.2.4"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@react-native-community/eslint-config": "^3.0.0",
"@release-it/conventional-changelog": "^5.1.0",
"@release-it/conventional-changelog": "^7.0.1",
"@types/invariant": "^2.2.34",
"@types/react": "17.0.2",
"@types/react-native": "^0.67.7",
Expand All @@ -63,7 +63,7 @@
"react-native-builder-bob": "^0.18.1",
"react-native-gesture-handler": "^1.10.3",
"react-native-reanimated": "^2.8.0",
"release-it": "^15.4.2",
"release-it": "^16.1.5",
"typescript": "^4.2.4"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit fef9925

Please sign in to comment.