File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/create-react-native-library/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 60
60
"registry" : " https://registry.npmjs.org/"
61
61
},
62
62
"devDependencies" : {
63
- "@arkweid /lefthook" : " ^0.7.7 " ,
63
+ "@evilmartians /lefthook" : " ^1.2.2 " ,
64
64
"@commitlint/config-conventional" : " ^17.0.2" ,
65
65
"@react-native-community/eslint-config" : " ^3.0.2" ,
66
66
"@release-it/conventional-changelog" : " ^5.0.0" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
10
10
}
11
11
12
12
dependencies {
13
- classpath ' com.android.tools.build:gradle:3.5.3 '
13
+ classpath ' com.android.tools.build:gradle:7.2.1 '
14
14
< % if (project. kotlin) { -% >
15
15
// noinspection DifferentKotlinGradleVersion
16
16
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
You can’t perform that action at this time.
0 commit comments