Skip to content

Commit 0d1b2a9

Browse files
committed
chore: upgrade lefthook
1 parent 08a3230 commit 0d1b2a9

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"watch": "concurrently 'yarn typecheck --watch' 'lerna run --parallel prepare -- --watch'"
2020
},
2121
"devDependencies": {
22-
"@arkweid/lefthook": "^0.7.7",
2322
"@commitlint/config-conventional": "^17.0.2",
23+
"@evilmartians/lefthook": "^1.5.0",
2424
"@lerna-lite/cli": "^1.13.0",
2525
"@lerna-lite/run": "^1.13.0",
2626
"commitlint": "^17.0.2",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"devDependencies": {
5959
"@commitlint/config-conventional": "^17.0.2",
60-
"@evilmartians/lefthook": "^1.2.2",
60+
"@evilmartians/lefthook": "^1.5.0",
6161
"@react-native/eslint-config": "^0.72.2",
6262
"@release-it/conventional-changelog": "^5.0.0",
6363
"@types/jest": "^28.1.2",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,6 @@ __metadata:
2222
languageName: node
2323
linkType: hard
2424

25-
"@arkweid/lefthook@npm:^0.7.7":
26-
version: 0.7.7
27-
resolution: "@arkweid/lefthook@npm:0.7.7"
28-
bin:
29-
lefthook: bin/index.js
30-
checksum: 45d9364b125a3fe05ad32f3dc1ebe779c3d237bb550ba083e8e8d273fcc0fae80cd3a59e989c3aedd1e7775033fae617af91c2817cd0ce53a1694b833e9b5b54
31-
conditions: (os=darwin | os=linux | os=win32) & (cpu=x64 | cpu=arm64 | cpu=ia32)
32-
languageName: node
33-
linkType: hard
34-
3525
"@babel/cli@npm:^7.17.10":
3626
version: 7.22.15
3727
resolution: "@babel/cli@npm:7.22.15"
@@ -1777,6 +1767,16 @@ __metadata:
17771767
languageName: node
17781768
linkType: hard
17791769

1770+
"@evilmartians/lefthook@npm:^1.5.0":
1771+
version: 1.5.0
1772+
resolution: "@evilmartians/lefthook@npm:1.5.0"
1773+
bin:
1774+
lefthook: bin/index.js
1775+
checksum: 576582a7071be909c04386cd0a8f9dccf8ef85a257f2b3df41fb991598dbc4cd2e2ed85e9ccd2b70dd5d31f279bba69a9a691126198a26dbee03660664553ac5
1776+
conditions: (os=darwin | os=linux | os=win32) & (cpu=x64 | cpu=arm64 | cpu=ia32)
1777+
languageName: node
1778+
linkType: hard
1779+
17801780
"@humanwhocodes/config-array@npm:^0.11.11":
17811781
version: 0.11.11
17821782
resolution: "@humanwhocodes/config-array@npm:0.11.11"
@@ -8424,8 +8424,8 @@ __metadata:
84248424
version: 0.0.0-use.local
84258425
resolution: "root-workspace-0b6124@workspace:."
84268426
dependencies:
8427-
"@arkweid/lefthook": ^0.7.7
84288427
"@commitlint/config-conventional": ^17.0.2
8428+
"@evilmartians/lefthook": ^1.5.0
84298429
"@lerna-lite/cli": ^1.13.0
84308430
"@lerna-lite/run": ^1.13.0
84318431
commitlint: ^17.0.2

0 commit comments

Comments
 (0)