@react-remote-state/client 1.1.2 → 1.1.4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@react-remote-state/client",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.4",
|
4
4
|
"description": "Client for React Remote State applications",
|
5
5
|
"main": "./dist/index.js",
|
6
6
|
"module": "./dist/index.mjs",
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"author": "",
|
16
16
|
"license": "ISC",
|
17
17
|
"devDependencies": {
|
18
|
-
"@react-remote-state/server": "^1.
|
18
|
+
"@react-remote-state/server": "^1.1.2",
|
19
19
|
"@sheerun/mutationobserver-shim": "^0.3.3",
|
20
20
|
"@testing-library/react": "^16.0.1",
|
21
21
|
"@types/lodash": "^4.17.12",
|
@@ -31,7 +31,7 @@
|
|
31
31
|
"react": "^18.3.1"
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
|
-
"@react-remote-state/types": "^1.
|
34
|
+
"@react-remote-state/types": "^1.1.2",
|
35
35
|
"socket.io-client": "^4.8.1"
|
36
36
|
}
|
37
37
|
}
|