update peer depends
All checks were successful
Publish JS SDK / docker (push) Successful in 12s

This commit is contained in:
Braydon 2024-09-09 19:52:01 -04:00
parent c8e7ac621c
commit b78cd9ba8a

@ -1,6 +1,6 @@
{ {
"name": "usetether", "name": "usetether",
"version": "1.0.4", "version": "1.0.5",
"author": "Braydon (Rainnny) <braydonrainnny@gmail.com>", "author": "Braydon (Rainnny) <braydonrainnny@gmail.com>",
"description": "An API designed to provide real-time access to a user's Discord data.", "description": "An API designed to provide real-time access to a user's Discord data.",
"keywords": [ "keywords": [
@ -33,10 +33,6 @@
}, },
"peerDependencies": { "peerDependencies": {
"typescript": "^5.0.0", "typescript": "^5.0.0",
"@types/react": "^18.3.5",
"react": "^18.3.1"
},
"dependencies": {
"react": "*" "react": "*"
} }
} }