Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DonovanDMC committed Oct 25, 2024
1 parent eb72695 commit 8479bd4
Show file tree
Hide file tree
Showing 3 changed files with 1,096 additions and 805 deletions.
4 changes: 2 additions & 2 deletions lib/types/client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import type { AllowedMentions } from "./channels";
import type { GatewayOptions } from "./gateway";
import type { ImageFormat } from "../Constants";
import type { Agent } from "undici-types";
import type { Dispatcher } from "undici-types";

export interface ClientOptions {
/**
Expand Down Expand Up @@ -51,7 +51,7 @@ export interface RESTOptions {
* The agent to use for requests.
* @defaultValue null
*/
agent?: Agent | null;
agent?: Dispatcher | null;
/**
* The base URL to use for requests - must be a fully qualified url.
* @defaultValue https://discordapp.com/api/v\{REST_VERSION\}
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,34 +43,34 @@
"homepage": "https://github.com/OceanicJS/Oceanic#readme",
"devDependencies": {
"@favware/npm-deprecate": "^1.0.7",
"@mxssfd/typedoc-theme": "^1.1.3",
"@types/node": "^20.14.2",
"@mxssfd/typedoc-theme": "^1.1.7",
"@types/node": "^20.17.1",
"@types/pako": "^2.0.3",
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^6.21.0",
"erlpack": "^0.1.4",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-import-newlines": "^1.4.0",
"eslint-plugin-jsdoc": "^50.2.2",
"eslint-plugin-jsdoc": "^50.4.3",
"eslint-plugin-json": "^4.0.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-unused-imports": "^4.1.4",
"fzstd": "^0.1.1",
"pako": "^2.1.0",
"rimraf": "^6.0.1",
"typedoc": "0.25.13",
"typedoc": "0.26.6",
"typedoc-plugin-extras": "3.0.0",
"typedoc-plugin-mdn-links": "^3.1.19",
"typedoc-plugin-mdn-links": "^3.3.4",
"typedoc-plugin-merge-modules": "^5.1.0",
"typescript": "^5.4.5",
"undici-types": "~6.9.0",
"typescript": "~5.4.5",
"undici-types": "^6.20.0",
"zlib-sync": "^0.1.9"
},
"dependencies": {
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"ws": "^8.18.0"
},
"engines": {
Expand Down
Loading

0 comments on commit 8479bd4

Please sign in to comment.