diff --git a/JS-SDK/bun.lockb b/JS-SDK/bun.lockb index 4bb87c4..993f7ca 100644 Binary files a/JS-SDK/bun.lockb and b/JS-SDK/bun.lockb differ diff --git a/JS-SDK/package.json b/JS-SDK/package.json index 469ed2b..8ff45f5 100644 --- a/JS-SDK/package.json +++ b/JS-SDK/package.json @@ -1,6 +1,6 @@ { "name": "usetether", - "version": "1.0.7", + "version": "1.0.8", "author": "Braydon (Rainnny) ", "description": "An API designed to provide real-time access to a user's Discord data.", "keywords": [ @@ -27,12 +27,15 @@ ], "devDependencies": { "@types/bun": "latest", - "bun-plugin-dts": "^0.2.2", "@types/react": "^18.3.5", - "react": "^18.3.1" + "@types/react-dom": "^18.3.0", + "bun-plugin-dts": "^0.2.2", + "react": "^18.3.1", + "react-dom": "18.3.1" }, "peerDependencies": { "typescript": "^5.0.0", - "react": "*" + "react": "*", + "react-dom": "*" } } \ No newline at end of file