We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c04894 commit 37adabfCopy full SHA for 37adabf
package.json
@@ -37,19 +37,21 @@
37
],
38
"author": "LovesWorking (https://github.com/LovesWorking)",
39
"license": "MIT",
40
- "dependencies": {
41
- "socket.io-client": "^4.7.4"
42
- },
+ "dependencies": {},
43
"peerDependencies": {
44
"@tanstack/react-query": "^4.0.0 || ^5.0.0",
45
- "react": "^18 || ^19"
+ "react": "^18 || ^19",
+ "socket.io-client": "*"
46
},
47
"peerDependenciesMeta": {
48
"react-native": {
49
"optional": true
50
51
"@react-native-async-storage/async-storage": {
52
+ },
53
+ "socket.io-client": {
54
+ "optional": true
55
}
56
57
"devDependencies": {
0 commit comments