Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Deivu committed Nov 7, 2023
1 parent e54cd8e commit 8e7d1cb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ Refer to [/src/connectors](https://github.com/Deivu/Shoukaku/tree/master/src/con

* Lavalink Version: `3.5.x < to 3.9.x >`

* Node Version: `> 16.0.0 `
* Node Version: `16.0.0 <`

> `npm install shoukaku`
* Version: Dev (4.0.0-dev)

* Needs Lavalink Versions: `4.x.x <`

* Node Version: `> 18.0.0`
* Node Version: `18.0.0 <`

> `npm install https://github.com/shipgirlproject/Shoukaku.git`
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,21 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Deivu/Shoukaku"
"url": "https://github.com/shipgirlproject/Shoukaku.git"
},
"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.10",
"@types/node-fetch": "^2.6.9",
"@types/ws": "^8.5.8",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"tsup": "^7.2.0",
"typedoc": "^0.25.3",
"typescript": "^5.2.2"
}
}

0 comments on commit 8e7d1cb

Please sign in to comment.