Skip to content

Commit de5b484

Browse files
committed
fix: don't use deprecated package for lefthook
1 parent 661ba00 commit de5b484

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"registry": "https://registry.npmjs.org/"
6161
},
6262
"devDependencies": {
63-
"@arkweid/lefthook": "^0.7.7",
63+
"@evilmartians/lefthook": "^1.2.2",
6464
"@commitlint/config-conventional": "^17.0.2",
6565
"@react-native-community/eslint-config": "^3.0.2",
6666
"@release-it/conventional-changelog": "^5.0.0",

packages/create-react-native-library/templates/native-common/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
}
1111

1212
dependencies {
13-
classpath 'com.android.tools.build:gradle:3.5.3'
13+
classpath 'com.android.tools.build:gradle:7.2.1'
1414
<% if (project.kotlin) { -%>
1515
// noinspection DifferentKotlinGradleVersion
1616
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

0 commit comments

Comments
 (0)