|
31 | 31 | "test": "ava --fail-fast",
|
32 | 32 | "cleanup": "del-cli @type lib",
|
33 | 33 | "prepare": "npm run cleanup && npm run build",
|
34 |
| - "postinstall": "husky install", |
| 34 | + "_postinstall": "husky install", |
35 | 35 | "prepublishOnly": "pinst --disable",
|
36 | 36 | "postpublish": "pinst --enable"
|
37 | 37 | },
|
|
40 | 40 | "devDependencies": {
|
41 | 41 | "@octetstream/eslint-config": "5.0.0",
|
42 | 42 | "@types/mime-types": "2.1.1",
|
43 |
| - "@types/node": "17.0.25", |
| 43 | + "@types/node": "17.0.35", |
44 | 44 | "@typescript-eslint/eslint-plugin": "5.18.0",
|
45 | 45 | "@typescript-eslint/parser": "5.18.0",
|
46 | 46 | "ava": "4.2.0",
|
47 |
| - "c8": "7.11.2", |
| 47 | + "c8": "7.11.3", |
48 | 48 | "del-cli": "4.0.1",
|
49 | 49 | "eslint": "7.32.0",
|
50 | 50 | "eslint-config-airbnb-typescript": "12.3.1",
|
|
53 | 53 | "eslint-plugin-jsx-a11y": "6.4.1",
|
54 | 54 | "eslint-plugin-react": "7.26.1",
|
55 | 55 | "formdata-node": "4.3.2",
|
56 |
| - "husky": "7.0.4", |
57 |
| - "lint-staged": "12.4.0", |
58 |
| - "pinst": "2.1.6", |
| 56 | + "husky": "8.0.1", |
| 57 | + "lint-staged": "12.4.1", |
| 58 | + "pinst": "3.0.0", |
59 | 59 | "ts-node": "10.7.0",
|
60 | 60 | "ttypescript": "1.5.13",
|
61 |
| - "typescript": "4.6.3" |
| 61 | + "typescript": "4.6.4" |
62 | 62 | }
|
63 | 63 | }
|
0 commit comments