|
25 | 25 | "build:staging:android": "cross-env APP_ENV=staging EXPO_NO_DOTENV=1 eas build --profile staging --platform android ", |
26 | 26 | "build:production:ios": "cross-env APP_ENV=production EXPO_NO_DOTENV=1 eas build --profile production --platform ios", |
27 | 27 | "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", |
29 | 29 | "app-release": "cross-env SKIP_BRANCH_PROTECTION=true np --no-publish --no-cleanup --no-release-draft", |
30 | 30 | "version": "pnpm run prebuild && git add .", |
31 | 31 | "lint": "eslint . --ext .js,.jsx,.ts,.tsx", |
|
83 | 83 | }, |
84 | 84 | "devDependencies": { |
85 | 85 | "@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", |
88 | 88 | "@dev-plugins/react-query": "^0.0.7", |
89 | 89 | "@expo/config": "~9.0.2", |
90 | 90 | "@testing-library/jest-dom": "^6.5.0", |
|
108 | 108 | "eslint-plugin-testing-library": "^6.2.2", |
109 | 109 | "eslint-plugin-unicorn": "^46.0.1", |
110 | 110 | "eslint-plugin-unused-imports": "^2.0.0", |
111 | | - "husky": "^8.0.3", |
| 111 | + "husky": "^9.1.5", |
112 | 112 | "jest": "^29.7.0", |
113 | 113 | "jest-environment-jsdom": "^29.7.0", |
114 | 114 | "jest-expo": "~51.0.4", |
|
0 commit comments