Skip to content

Commit 252c1b2

Browse files
committed
update dependencies and remove husky
1 parent b486fce commit 252c1b2

File tree

3 files changed

+263
-76
lines changed

3 files changed

+263
-76
lines changed

.husky/pre-commit

Lines changed: 0 additions & 7 deletions
This file was deleted.

package.json

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
"dev": "yarn build && node dist/bin/index.js --v",
1313
"lint": "eslint src --fix --ext ts",
1414
"format": "prettier --write \"src/**/*.ts\"",
15-
"postinstall": "husky install",
16-
"prepack": "pinst --disable && yarn lint && yarn format && yarn build",
17-
"postpack": "pinst --enable"
15+
"prepack": "yarn lint && yarn format && yarn build"
1816
},
1917
"dependencies": {
2018
"@sapphire/stopwatch": "^1.4.1",
@@ -29,7 +27,7 @@
2927
"sanitize-filename": "^1.6.3",
3028
"spotify-web-api-node": "^5.0.2",
3129
"undici": "^5.10.0",
32-
"youtubei.js": "^2.0.0",
30+
"youtubei.js": "^2.2.1",
3331
"ytdl-core": "^4.11.2"
3432
},
3533
"devDependencies": {
@@ -39,18 +37,16 @@
3937
"@types/cli-progress": "^3.11.0",
4038
"@types/fluent-ffmpeg": "^2.1.20",
4139
"@types/inquirer": "^9.0.1",
42-
"@types/node": "^18.7.15",
40+
"@types/node": "^18.7.18",
4341
"@types/spotify-web-api-node": "^5.0.7",
44-
"@typescript-eslint/eslint-plugin": "^5.36.2",
45-
"@typescript-eslint/parser": "^5.36.2",
46-
"all-contributors-cli": "^6.20.0",
47-
"eslint": "^8.23.0",
42+
"@typescript-eslint/eslint-plugin": "^5.37.0",
43+
"@typescript-eslint/parser": "^5.37.0",
44+
"all-contributors-cli": "^6.20.4",
45+
"eslint": "^8.23.1",
4846
"eslint-config-prettier": "^8.5.0",
4947
"eslint-plugin-prettier": "^4.2.1",
50-
"husky": "^8.0.0",
51-
"pinst": "^3.0.0",
5248
"prettier": "^2.7.1",
53-
"typescript": "^4.8.2"
49+
"typescript": "^4.8.3"
5450
},
5551
"resolutions": {
5652
"@types/spotify-api": "^0.0.17"

0 commit comments

Comments
 (0)