Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
chore(Deps): update dependencies (#109)
Browse files Browse the repository at this point in the history
* chore(Deps): update dependencies

* chore: disable eslint(no-redeclare)

* chore(Deps): use tiny-typed-emitter instead of typed-emitter

* test(VoiceUDPSocket): fix failing tests after updating jest

* chore(Deps): move tiny-type-emitter

* chore(Deps): update lockfile

* chore(Deps): make discord-api-types regular dep

* chore(Deps): add @types/ws as normal dep
  • Loading branch information
amishshah authored Jun 8, 2021
1 parent 7deaa72 commit 0a92031
Show file tree
Hide file tree
Showing 10 changed files with 2,416 additions and 5,142 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"selector": "enumMember",
"format": ["PascalCase"]
}
]
],
"no-redeclare": "off"
}
}
Loading

0 comments on commit 0a92031

Please sign in to comment.