Skip to content

Commit

Permalink
* (bluefox) upgraded socketio and ws dependencies to correct the erro…
Browse files Browse the repository at this point in the history
…r by unsubscribing on client disconnect
  • Loading branch information
GermanBluefox committed Sep 28, 2023
1 parent 49c9f73 commit 2238d51
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,14 @@ the path could be provided here (e.g. `/vis/`) so this path will be opened autom
-->

## Changelog
### **WORK IN PROGRESS**
* (bluefox) upgraded socketio and ws dependencies to correct the error by unsubscribing on client disconnect

### 6.1.2 (2023-09-14)
* (foxriver76) upgrade socketio and ws dependencies
* (foxriver76) upgraded socketio and ws dependencies

### 6.1.1 (2023-09-05)
* (mcm1957) added missing node16 requirement
* (mcm1957) Added missing node16 requirement

### 6.1.0 (2023-08-01)
* (bluefox) Added the subscribing on the specific instance messages
Expand Down
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"node": ">= 16"
},
"dependencies": {
"@iobroker/webserver": "^0.3.6",
"@iobroker/webserver": "^0.3.7",
"@iobroker/adapter-core": "^3.0.3",
"body-parser": "^1.20.2",
"compression": "^1.7.4",
Expand All @@ -28,8 +28,8 @@
"express": "^4.18.2",
"express-session": "^1.17.3",
"iobroker.simple-api": "^2.7.2",
"iobroker.ws": "2.5.5",
"iobroker.socketio": "6.5.5",
"iobroker.ws": "2.5.6",
"iobroker.socketio": "6.5.6",
"mime-types": "^2.1.35",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
Expand All @@ -39,10 +39,10 @@
"@alcalzone/release-script": "^3.6.0",
"@alcalzone/release-script-plugin-iobroker": "^3.6.0",
"@alcalzone/release-script-plugin-license": "^3.5.9",
"@iobroker/legacy-testing": "^0.3.7",
"axios": "^1.5.0",
"chai": "^4.3.8",
"eslint": "^8.48.0",
"@iobroker/legacy-testing": "^1.0.0",
"axios": "^1.5.1",
"chai": "^4.3.10",
"eslint": "^8.50.0",
"gulp": "^4.0.2",
"mocha": "^10.2.0"
},
Expand All @@ -52,7 +52,6 @@
"main": "main.js",
"files": [
"admin/",
"lib/",
"www/",
"io-package.json",
"LICENSE",
Expand Down
18 changes: 9 additions & 9 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@iobroker/adapter-react-v5": "^4.4.5",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.7",
"@mui/styles": "^5.14.7",
"@sentry/browser": "^7.61.0",
"@sentry/integrations": "^7.61.0",
"@iobroker/adapter-react-v5": "^4.5.5",
"@mui/icons-material": "^5.14.11",
"@mui/material": "^5.14.11",
"@mui/styles": "^5.14.11",
"@sentry/browser": "^7.72.0",
"@sentry/integrations": "^7.72.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.48.0",
"eslint": "^8.50.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-eqeqeq-fix": "^1.0.3",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^4.10.1",
"react-icons": "^4.11.0",
"react-scripts": "^5.0.1"
},
"scripts": {
Expand Down

0 comments on commit 2238d51

Please sign in to comment.