diff --git a/LICENSE b/LICENSE index 8d0b5db..6b801ed 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014-2023 bluefox , +Copyright (c) 2014-2024 bluefox , Copyright (c) 2014-2016 smiling_Jack diff --git a/README.md b/README.md index 5f9b254..9010f1f 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,10 @@ More description could be found [here](https://github.com/ioBroker/ioBroker.s7/b --> ## Changelog + +### __WORK IN PROGRESS__ +* (Bettman66) Fix REAL number parsing error + ### 1.4.2 (2023-12-04) * IMPORTANT: Node.js 16+ is required to run this version! * (Apollon77) Update dependencies to make adapter work with Node.js 20+ @@ -266,7 +270,7 @@ More description could be found [here](https://github.com/ioBroker/ioBroker.s7/b ## License The MIT License (MIT) -Copyright (c) 2014-2023 bluefox , +Copyright (c) 2014-2024 bluefox , Copyright (c) 2014-2016 smiling_Jack diff --git a/package.json b/package.json index 1e4e5b0..64e41fa 100644 --- a/package.json +++ b/package.json @@ -51,8 +51,8 @@ "@iobroker/legacy-testing": "^1.0.9", "axios": "^1.6.7", "gulp": "^4.0.2", - "mocha": "^10.2.0", - "chai": "^4.3.10", + "mocha": "^10.3.0", + "chai": "^4.4.1", "nan": "2.18.0" }, "bugs": { diff --git a/src/package.json b/src/package.json index 553b5ca..29fd704 100644 --- a/src/package.json +++ b/src/package.json @@ -3,18 +3,18 @@ "version": "1.4.2", "private": true, "dependencies": { - "@iobroker/adapter-react-v5": "^4.7.6", - "@mui/icons-material": "^5.14.19", + "@iobroker/adapter-react-v5": "^4.9.9", "@mui/material": "5.14.14", + "@mui/icons-material": "^5.15.10", "@mui/styles": "5.14.14", "babel-eslint": "^10.1.0", - "@sentry/browser": "^7.84.0", - "@sentry/integrations": "^7.84.0", + "@sentry/browser": "^7.101.1", + "@sentry/integrations": "^7.101.1", "react": "^18.2.0", "react-ace": "^10.1.0", "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", - "react-icons": "^4.12.0", + "react-icons": "^5.0.1", "react-scripts": "^5.0.1", "tsv-json": "^2.0.0" }, @@ -34,4 +34,4 @@ "not ie <= 11", "not op_mini all" ] -} \ No newline at end of file +}