diff --git a/index.d.ts b/index.d.ts index 2ffb12e..32f7f33 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,5 +1,3 @@ -import { LoDashStatic } from "lodash"; - import { BdApi } from "./bdapi"; export * from "./addonapi"; @@ -22,12 +20,8 @@ declare global { /** BetterDiscord's global plugin API. */ const BdApi: BdApi; - const _: LoDashStatic; - interface Window { /** BetterDiscord's global plugin API. */ BdApi: BdApi; - - _: LoDashStatic; } } diff --git a/package.json b/package.json index 676547f..ddbcbfa 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,15 @@ { "name": "betterdiscord-types", - "version": "1.9.6", + "version": "1.9.7", "description": "Type definitions for BetterDiscord", "author": "Zerthox", "license": "MIT", "scripts": {}, "dependencies": { - "@types/classnames": "^2.3.1", - "@types/lodash": "^4.14.182", "@types/react": "^18.0.37", "@types/react-dom": "^18.0.11", - "@types/react-reconciler": "^0.28.0" + "@types/react-reconciler": "^0.28.0", + "classnames": "^2.5.1" }, "devDependencies": { "prettier": "^3.0.3",