|
16 | 16 | "scripts": { |
17 | 17 | "commit": "cz", |
18 | 18 | "fix": "tsc --noEmit && eslint . --fix && prettier --write .", |
19 | | - "postinstall": "husky install", |
| 19 | + "postinstall": "husky", |
20 | 20 | "lint": "tsc --noEmit && eslint . && prettier --check .", |
21 | 21 | "prepack": "tsc", |
22 | 22 | "test": "ava" |
|
36 | 36 | "unknown": "^0.2.5" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@commitlint/cli": "17.8.1", |
40 | | - "@commitlint/config-conventional": "17.8.1", |
41 | | - "@commitlint/cz-commitlint": "17.8.1", |
42 | | - "@softwareventures/eslint-config": "7.2.0", |
43 | | - "@softwareventures/precise-commits": "3.0.35", |
| 39 | + "@commitlint/cli": "19.3.0", |
| 40 | + "@commitlint/config-conventional": "19.2.2", |
| 41 | + "@commitlint/cz-commitlint": "19.2.0", |
| 42 | + "@softwareventures/eslint-config": "7.6.0", |
| 43 | + "@softwareventures/precise-commits": "4.0.12", |
44 | 44 | "@softwareventures/prettier-config": "4.0.0", |
45 | 45 | "@softwareventures/semantic-release-config": "5.0.0", |
46 | 46 | "@softwareventures/tsconfig": "7.1.0", |
|
52 | 52 | "commitizen": "4.3.0", |
53 | 53 | "conventional-changelog-conventionalcommits": "7.0.2", |
54 | 54 | "eslint": "8.56.0", |
55 | | - "eslint-config-prettier": "8.10.0", |
| 55 | + "eslint-config-prettier": "9.1.0", |
56 | 56 | "eslint-plugin-import": "2.29.1", |
57 | | - "eslint-plugin-jsdoc": "40.3.0", |
| 57 | + "eslint-plugin-jsdoc": "48.2.5", |
58 | 58 | "eslint-plugin-prefer-arrow": "1.2.3", |
59 | 59 | "eslint-plugin-sonarjs": "0.23.0", |
60 | | - "husky": "8.0.3", |
61 | | - "inquirer": "8.2.6", |
| 60 | + "husky": "9.0.11", |
| 61 | + "inquirer": "9.2.22", |
62 | 62 | "pinst": "3.0.0", |
63 | | - "prettier": "2.8.8", |
64 | | - "semantic-release": "19.0.5", |
| 63 | + "prettier": "3.2.5", |
| 64 | + "semantic-release": "22.0.12", |
65 | 65 | "semantic-release-pinst": "1.0.3", |
66 | 66 | "ts-node": "10.9.2", |
67 | | - "typescript": "4.9.5" |
| 67 | + "typescript": "5.4.5" |
68 | 68 | }, |
69 | 69 | "eslintConfig": { |
70 | 70 | "root": true, |
|
0 commit comments