Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@evilmartians/lefthook": "^1.2.2",
"@react-native/babel-preset": "0.79.1",
"@react-native/eslint-config": "0.79.2",
Expand Down
24 changes: 17 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1534,13 +1534,13 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/config-conventional@npm:^19.1.0":
version: 19.7.1
resolution: "@commitlint/config-conventional@npm:19.7.1"
"@commitlint/config-conventional@npm:^20.0.0":
version: 20.0.0
resolution: "@commitlint/config-conventional@npm:20.0.0"
dependencies:
"@commitlint/types": "npm:^19.5.0"
"@commitlint/types": "npm:^20.0.0"
conventional-changelog-conventionalcommits: "npm:^7.0.2"
checksum: 10/fce984d36e1a721bbbb466f67b5ec6634fbbf7626fbb9c53bdf3cca8810c4350c7cbce8c93627d1107398b61b14373dea34cd344fc9244c2834133b93569081a
checksum: 10/a98dd9fa3a23364143c95b124e35a81b0c5cb1e35866edd9cced1476dcb25268866a745f655ae22ff3d081013bcc5535402373b9723424a8aacf31dbb353f710
languageName: node
linkType: hard

Expand Down Expand Up @@ -1698,7 +1698,7 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/types@npm:^19.5.0, @commitlint/types@npm:^19.8.0":
"@commitlint/types@npm:^19.8.0":
version: 19.8.0
resolution: "@commitlint/types@npm:19.8.0"
dependencies:
Expand All @@ -1708,6 +1708,16 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/types@npm:^20.0.0":
version: 20.0.0
resolution: "@commitlint/types@npm:20.0.0"
dependencies:
"@types/conventional-commits-parser": "npm:^5.0.0"
chalk: "npm:^5.3.0"
checksum: 10/36c1eec3924f16221c05de0610c2e3073a994c6fa9901d1636c6235b8998c9ad6b3a7981eeb35ae2541d875f08b99b1cdffddd7944ccd0ebca26fba742fba0ac
languageName: node
linkType: hard

"@conventional-changelog/git-client@npm:^1.0.0":
version: 1.0.1
resolution: "@conventional-changelog/git-client@npm:1.0.1"
Expand Down Expand Up @@ -11066,7 +11076,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "react-native-ssl-public-key-pinning@workspace:."
dependencies:
"@commitlint/config-conventional": "npm:^19.1.0"
"@commitlint/config-conventional": "npm:^20.0.0"
"@evilmartians/lefthook": "npm:^1.2.2"
"@react-native/babel-preset": "npm:0.79.1"
"@react-native/eslint-config": "npm:0.79.2"
Expand Down
Loading