|
27 | 27 | "@babel/core": "7.12.3",
|
28 | 28 | "@babel/eslint-parser": "7.12.1",
|
29 | 29 | "@babel/eslint-plugin": "7.12.1",
|
30 |
| - "@commitlint/cli": "11.0.0", |
31 |
| - "@commitlint/config-conventional": "11.0.0", |
32 |
| - "babel-eslint": "10.1.0", |
| 30 | + "@commitlint/cli": "13.1.0", |
| 31 | + "@commitlint/config-conventional": "13.1.0", |
33 | 32 | "babel-preset-kyt-react": "1.1.3",
|
34 | 33 | "enzyme": "3.11.0",
|
35 |
| - "enzyme-adapter-react-16": "1.15.5", |
36 |
| - "enzyme-to-json": "3.6.1", |
| 34 | + "enzyme-adapter-react-16": "1.15.6", |
| 35 | + "enzyme-to-json": "3.6.2", |
37 | 36 | "eslint": "7.13.0",
|
38 | 37 | "eslint-config-airbnb": "18.2.1",
|
39 | 38 | "eslint-config-kyt": "1.3.5",
|
|
46 | 45 | "eslint-plugin-prettier": "3.1.4",
|
47 | 46 | "eslint-plugin-react": "7.21.5",
|
48 | 47 | "eslint-plugin-react-hooks": "4.2.0",
|
49 |
| - "husky": "4.3.0", |
| 48 | + "husky": "7.0.1", |
50 | 49 | "jest": "26.6.3",
|
51 | 50 | "jsdom": "16.4.0",
|
52 | 51 | "microbundle": "0.12.4",
|
|
68 | 67 | "test-watch": "yarn test --watch",
|
69 | 68 | "test-update": "yarn test -u",
|
70 | 69 | "compile": "yarn run clean && KYT_ENV_TYPE=client NODE_ENV=production microbundle --jsx React.createElement",
|
71 |
| - "prepare": "yarn compile" |
72 |
| - }, |
73 |
| - "husky": { |
74 |
| - "hooks": { |
75 |
| - "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" |
76 |
| - } |
| 70 | + "prepare": "yarn compile && husky install" |
77 | 71 | }
|
78 | 72 | }
|
0 commit comments