|
6 | 6 | "scripts": {
|
7 | 7 | "build": "rm -rf ./dist && tsc --build --force --verbose",
|
8 | 8 | "lint": "eslint --ext .ts,js src",
|
9 |
| - "prepare": "install-peers", |
| 9 | + "prepare": "husky install && install-peers", |
10 | 10 | "first-release": "npx standard-version --commit-all --tag-prefix v --first-release",
|
11 | 11 | "release": "npx standard-version --commit-all --tag-prefix v",
|
12 | 12 | "extract-latest-change-log": "node scripts/extractLatestChangeLog.js"
|
|
30 | 30 | "inline-script"
|
31 | 31 | ],
|
32 | 32 | "devDependencies": {
|
33 |
| - "@commitlint/cli": "^11.0.0", |
34 |
| - "@commitlint/config-conventional": "^11.0.0", |
| 33 | + "@commitlint/cli": "^12.0.0", |
| 34 | + "@commitlint/config-conventional": "^12.0.0", |
35 | 35 | "@types/html-webpack-plugin": "^3.2.3",
|
36 | 36 | "@types/webpack": "^4.41.26",
|
37 | 37 | "@types/webpack-sources": "^1.4.0",
|
38 | 38 | "@typescript-eslint/eslint-plugin": "^4.0.0",
|
39 |
| - "@typescript-eslint/parser": "^3.6.0", |
| 39 | + "@typescript-eslint/parser": "^4.15.2", |
40 | 40 | "eslint": "^7.4.0",
|
41 | 41 | "eslint-config-airbnb-base": "^14.2.0",
|
42 | 42 | "eslint-plugin-import": "^2.22.0",
|
43 |
| - "husky": "3.1.0", |
| 43 | + "husky": "^5.1.2", |
44 | 44 | "install-peers-cli": "^2.2.0",
|
45 | 45 | "lint-staged": "^10.2.11",
|
| 46 | + "pinst": "^2.1.6", |
46 | 47 | "prettier": "^2.0.5",
|
47 | 48 | "typescript": "^4.1.3"
|
48 | 49 | },
|
|
0 commit comments