File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed
packages/create-react-native-library/templates/common Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 19
19
"watch" : " concurrently 'yarn typecheck --watch' 'lerna run --parallel prepare -- --watch'"
20
20
},
21
21
"devDependencies" : {
22
- "@arkweid/lefthook" : " ^0.7.7" ,
23
22
"@commitlint/config-conventional" : " ^17.0.2" ,
23
+ "@evilmartians/lefthook" : " ^1.5.0" ,
24
24
"@lerna-lite/cli" : " ^1.13.0" ,
25
25
"@lerna-lite/run" : " ^1.13.0" ,
26
26
"commitlint" : " ^17.0.2" ,
Original file line number Diff line number Diff line change 57
57
},
58
58
"devDependencies" : {
59
59
"@commitlint/config-conventional" : " ^17.0.2" ,
60
- "@evilmartians/lefthook" : " ^1.2.2 " ,
60
+ "@evilmartians/lefthook" : " ^1.5.0 " ,
61
61
"@react-native/eslint-config" : " ^0.72.2" ,
62
62
"@release-it/conventional-changelog" : " ^5.0.0" ,
63
63
"@types/jest" : " ^28.1.2" ,
Original file line number Diff line number Diff line change @@ -22,16 +22,6 @@ __metadata:
22
22
languageName : node
23
23
linkType : hard
24
24
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
-
35
25
" @babel/cli@npm:^7.17.10 " :
36
26
version : 7.22.15
37
27
resolution : " @babel/cli@npm:7.22.15"
@@ -1777,6 +1767,16 @@ __metadata:
1777
1767
languageName : node
1778
1768
linkType : hard
1779
1769
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
+
1780
1780
" @humanwhocodes/config-array@npm:^0.11.11 " :
1781
1781
version : 0.11.11
1782
1782
resolution : " @humanwhocodes/config-array@npm:0.11.11"
@@ -8424,8 +8424,8 @@ __metadata:
8424
8424
version : 0.0.0-use.local
8425
8425
resolution : " root-workspace-0b6124@workspace:."
8426
8426
dependencies :
8427
- " @arkweid/lefthook " : ^0.7.7
8428
8427
" @commitlint/config-conventional " : ^17.0.2
8428
+ " @evilmartians/lefthook " : ^1.5.0
8429
8429
" @lerna-lite/cli " : ^1.13.0
8430
8430
" @lerna-lite/run " : ^1.13.0
8431
8431
commitlint : ^17.0.2
You can’t perform that action at this time.
0 commit comments