chore: deps

This commit is contained in:
iCrawl
2023-08-22 00:30:08 +02:00
parent 899bc5f78b
commit 5d7c59c301
51 changed files with 1805 additions and 2054 deletions

View File

@@ -1,7 +1,7 @@
import * as VoiceConnection from '../src/VoiceConnection';
import { joinVoiceChannel } from '../src/joinVoiceChannel';
const adapterCreator = () => ({ destroy: jest.fn(), send: jest.fn() } as any);
const adapterCreator = () => ({ destroy: jest.fn(), send: jest.fn() }) as any;
const createVoiceConnection = jest.spyOn(VoiceConnection, 'createVoiceConnection');
beforeAll(() => {

View File

@@ -57,7 +57,7 @@
"@types/ws": "^8.5.5",
"discord-api-types": "0.37.54",
"prism-media": "^1.3.5",
"tslib": "^2.6.1",
"tslib": "^2.6.2",
"ws": "^8.13.0"
},
"devDependencies": {
@@ -67,16 +67,16 @@
"@favware/cliff-jumper": "^2.1.1",
"@microsoft/api-extractor": "^7.36.4",
"@types/jest": "^29.5.3",
"@types/node": "16.18.40",
"@types/node": "16.18.41",
"cross-env": "^7.0.3",
"esbuild-plugin-version-injector": "^1.2.0",
"eslint": "^8.47.0",
"eslint-config-neon": "^0.1.47",
"eslint-formatter-pretty": "^5.0.0",
"jest": "^29.6.2",
"jest": "^29.6.3",
"jest-websocket-mock": "^2.4.1",
"mock-socket": "^9.2.1",
"prettier": "^2.8.8",
"prettier": "^3.0.2",
"tsup": "^7.2.0",
"turbo": "^1.10.12",
"tweetnacl": "^1.0.3",