@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-remote-state/client",
3
- "version": "1.1.2",
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.0.0",
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.0.0",
34
+ "@react-remote-state/types": "^1.1.2",
35
35
  "socket.io-client": "^4.8.1"
36
36
  }
37
37
  }