Skip to content

Commit 8b111ee

Browse files
committed
Update devDependencies
1 parent c19df2e commit 8b111ee

File tree

2 files changed

+147
-101
lines changed

2 files changed

+147
-101
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"test": "ava --fail-fast",
3232
"cleanup": "del-cli @type lib",
3333
"prepare": "npm run cleanup && npm run build",
34-
"postinstall": "husky install",
34+
"_postinstall": "husky install",
3535
"prepublishOnly": "pinst --disable",
3636
"postpublish": "pinst --enable"
3737
},
@@ -40,11 +40,11 @@
4040
"devDependencies": {
4141
"@octetstream/eslint-config": "5.0.0",
4242
"@types/mime-types": "2.1.1",
43-
"@types/node": "17.0.25",
43+
"@types/node": "17.0.35",
4444
"@typescript-eslint/eslint-plugin": "5.18.0",
4545
"@typescript-eslint/parser": "5.18.0",
4646
"ava": "4.2.0",
47-
"c8": "7.11.2",
47+
"c8": "7.11.3",
4848
"del-cli": "4.0.1",
4949
"eslint": "7.32.0",
5050
"eslint-config-airbnb-typescript": "12.3.1",
@@ -53,11 +53,11 @@
5353
"eslint-plugin-jsx-a11y": "6.4.1",
5454
"eslint-plugin-react": "7.26.1",
5555
"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",
5959
"ts-node": "10.7.0",
6060
"ttypescript": "1.5.13",
61-
"typescript": "4.6.3"
61+
"typescript": "4.6.4"
6262
}
6363
}

0 commit comments

Comments
 (0)