Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abalabahaha committed Nov 14, 2021
1 parent 3fe4d21 commit 16110a6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ rules:
groups:
screaming-snake-case-static-properties:
- name: "/^[A-Z_0-9]+$/"
- type: property
sort: none
type: property
static: true
alphabetical-static-properties:
- type: property
Expand All @@ -58,6 +57,7 @@ rules:
alphabetical-methods:
- type: method
sort: alphabetical
static: false
alphabetical-properties:
- type: property
sort: alphabetical
Expand Down
1 change: 1 addition & 0 deletions lib/gateway/Shard.js
Original file line number Diff line number Diff line change
Expand Up @@ -2346,6 +2346,7 @@ class Shard extends EventEmitter {
}

_onWSClose(code, reason) {
reason = reason.toString();
this.emit("debug", "WS disconnected: " + JSON.stringify({
code: code,
reason: reason,
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@
},
"homepage": "https://abal.moe/Eris/",
"dependencies": {
"ws": "^7.4.6"
"ws": "^8.2.3"
},
"devDependencies": {
"@types/node": "^14.14.35",
"@types/ws": "^7.4.4",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"eslint": "^7.22.0",
"eslint-plugin-sort-class-members": "^1.10.0",
"typescript": "^4.2.2"
"@types/node": "^16.11.7",
"@types/ws": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-plugin-sort-class-members": "^1.14.0",
"typescript": "^4.4.4"
},
"optionalDependencies": {
"opusscript": "^0.0.8",
"tweetnacl": "^1.0.1"
"tweetnacl": "^1.0.3"
},
"browser": {
"@discordjs/opus": false,
Expand Down

0 comments on commit 16110a6

Please sign in to comment.