Skip to content

Commit

Permalink
chore: update pkgs and remove node-fetch types
Browse files Browse the repository at this point in the history
  • Loading branch information
0t4u committed Oct 30, 2023
1 parent 067c748 commit 6532d23
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,17 @@
"url": "https://github.com/Deivu/Shoukaku"
},
"dependencies": {
"ws": "^8.13.0"
"ws": "^8.14.2"
},
"devDependencies": {
"@augu/eslint-config": "^4.0.1",
"@types/node": "^20.3.1",
"@types/node-fetch": "^2.6.4",
"@types/ws": "^8.5.5",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"eslint": "^8.42.0",
"tsup": "^6.7.0",
"typedoc": "^0.24.8",
"typescript": "^5.1.3"
"@types/node": "^20.8.9",
"@types/ws": "^8.5.8",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint": "^8.52.0",
"tsup": "^7.2.0",
"typedoc": "^0.25.3",
"typescript": "^5.2.2"
}
}

0 comments on commit 6532d23

Please sign in to comment.