Skip to content

Commit 08ea435

Browse files
committed
chore: update husky to version 9
1 parent 8f640b0 commit 08ea435

File tree

2 files changed

+321
-252
lines changed

2 files changed

+321
-252
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"build:staging:android": "cross-env APP_ENV=staging EXPO_NO_DOTENV=1 eas build --profile staging --platform android ",
2626
"build:production:ios": "cross-env APP_ENV=production EXPO_NO_DOTENV=1 eas build --profile production --platform ios",
2727
"build:production:android": "cross-env APP_ENV=production EXPO_NO_DOTENV=1 eas build --profile production --platform android ",
28-
"postinstall": "husky install",
28+
"prepare": "husky",
2929
"app-release": "cross-env SKIP_BRANCH_PROTECTION=true np --no-publish --no-cleanup --no-release-draft",
3030
"version": "pnpm run prebuild && git add .",
3131
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
@@ -83,8 +83,8 @@
8383
},
8484
"devDependencies": {
8585
"@babel/core": "^7.24.5",
86-
"@commitlint/cli": "^17.8.1",
87-
"@commitlint/config-conventional": "^17.8.1",
86+
"@commitlint/cli": "^19.2.2",
87+
"@commitlint/config-conventional": "^19.2.2",
8888
"@dev-plugins/react-query": "^0.0.7",
8989
"@expo/config": "~9.0.2",
9090
"@testing-library/jest-dom": "^6.5.0",
@@ -108,7 +108,7 @@
108108
"eslint-plugin-testing-library": "^6.2.2",
109109
"eslint-plugin-unicorn": "^46.0.1",
110110
"eslint-plugin-unused-imports": "^2.0.0",
111-
"husky": "^8.0.3",
111+
"husky": "^9.1.5",
112112
"jest": "^29.7.0",
113113
"jest-environment-jsdom": "^29.7.0",
114114
"jest-expo": "~51.0.4",

0 commit comments

Comments
 (0)