Skip to content

Commit 7da49ed

Browse files
committed
chore: update dependencies
1 parent f9449b4 commit 7da49ed

File tree

3 files changed

+1868
-1060
lines changed

3 files changed

+1868
-1060
lines changed

Diff for: .husky/pre-commit

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
yarn lint-staged

Diff for: package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "dist/index.js",
55
"type": "module",
66
"scripts": {
7-
"postinstall": "husky install",
7+
"postinstall": "husky",
88
"build": "rimraf dist && tsc -p tsconfig.build.json",
99
"build:main": "tsc -p tsconfig.build.json",
1010
"dev": "tsc -p tsconfig.build.json --watch",
@@ -29,19 +29,19 @@
2929
"node": "^18.12"
3030
},
3131
"dependencies": {
32-
"@companion-module/base": "~1.0.2",
33-
"@types/node": "^18.11.9",
34-
"@types/spotify-api": "^0.0.19",
35-
"got": "^12.5.3",
36-
"p-queue": "^7.3.0",
37-
"type-fest": "^3.3.0"
32+
"@companion-module/base": "~1.9.0",
33+
"@types/node": "^18.19.43",
34+
"@types/spotify-api": "^0.0.25",
35+
"got": "^12.6.1",
36+
"p-queue": "^8.0.1",
37+
"type-fest": "^4.24.0"
3838
},
3939
"devDependencies": {
40-
"@companion-module/tools": "^0.5.1",
41-
"husky": "^8.0.2",
42-
"lint-staged": "^13.0.4",
43-
"rimraf": "^3.0.2",
44-
"typescript": "~4.9"
40+
"@companion-module/tools": "^1.5.1",
41+
"husky": "^9.1.4",
42+
"lint-staged": "^15.2.8",
43+
"rimraf": "^5.0.10",
44+
"typescript": "~5.1.6"
4545
},
4646
"packageManager": "[email protected]"
4747
}

0 commit comments

Comments
 (0)