diff --git a/package.json b/package.json index f2e5af2..574949b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@iobroker/vis-2-widgets-react-dev": "^0.4.6", "@types/gulp": "^4.0.13", "@types/mocha": "^10.0.1", - "@types/node": "^20.5.0", + "@types/node": "^20.5.1", "eslint": "^8.47.0", "gulp": "^4.0.2", "mocha": "^10.2.0", diff --git a/src-widgets/package.json b/src-widgets/package.json index bc2dd8b..ee52842 100644 --- a/src-widgets/package.json +++ b/src-widgets/package.json @@ -8,7 +8,7 @@ "@craco/craco": "^7.1.0", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", - "@iobroker/adapter-react-v5": "^4.5.0", + "@iobroker/adapter-react-v5": "^4.5.3", "@iobroker/vis-2-widgets-react-dev": "^0.4.6", "@mui/icons-material": "^5.14.3", "@mui/material": "^5.14.5", @@ -27,7 +27,7 @@ "eslint": "^8.47.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-eqeqeq-fix": "^1.0.3", - "eslint-plugin-import": "^2.28.0", + "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.2", @@ -42,7 +42,7 @@ "react-icons": "^4.10.1", "react-leaflet": "^4.2.1", "react-scripts": "^5.0.1", - "sass": "^1.66.0", + "sass": "^1.66.1", "uuid": "^9.0.0" }, "scripts": { diff --git a/src-widgets/src/Wizard.jsx b/src-widgets/src/Wizard.jsx index f705e08..18880c5 100644 --- a/src-widgets/src/Wizard.jsx +++ b/src-widgets/src/Wizard.jsx @@ -290,7 +290,7 @@ const WizardDialog = props => {
{Generic.t('%s of %s devices selected', counters[roomId], room.devices.length)}
- + {room.devices.map((device, deviceId) =>