redux-cluster-ws 2.0.29 → 2.0.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redux-cluster-ws",
3
- "version": "2.0.29",
3
+ "version": "2.0.33",
4
4
  "description": "WebSocket client/server wrapper for redux-cluster with TypeScript support",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/index.js",
@@ -105,17 +105,17 @@
105
105
  }
106
106
  ],
107
107
  "dependencies": {
108
- "@sergdudko/objectstream": "^4.0.7",
109
- "protoobject": "^2.1.3",
108
+ "@sergdudko/objectstream": "^4.0.8",
109
+ "protoobject": "^2.1.6",
110
110
  "redux": "^5.0.1",
111
- "redux-cluster": "^2.0.20"
111
+ "redux-cluster": "^2.0.24"
112
112
  },
113
113
  "devDependencies": {
114
114
  "@eslint/js": "^9.38.0",
115
115
  "@types/node": "^20.12.7",
116
116
  "@types/ws": "^8.18.1",
117
- "@typescript-eslint/eslint-plugin": "^8.46.1",
118
- "@typescript-eslint/parser": "^8.46.1",
117
+ "@typescript-eslint/eslint-plugin": "^8.46.2",
118
+ "@typescript-eslint/parser": "^8.46.2",
119
119
  "eslint": "^9.38.0",
120
120
  "globals": "^16.4.0",
121
121
  "typescript": "^5.4.5"