From bb015988a36827194c3f4573d4fe28465ee8ddf0 Mon Sep 17 00:00:00 2001
From: Ingo Fischer <github@fischer-ka.de>
Date: Sat, 17 Feb 2024 14:00:45 +0100
Subject: [PATCH] prepare release

---
 LICENSE          |  2 +-
 README.md        |  6 +++++-
 package.json     |  4 ++--
 src/package.json | 12 ++++++------
 4 files changed, 14 insertions(+), 10 deletions(-)

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 <dogafox@gmail.com>,
+Copyright (c) 2014-2024 bluefox <dogafox@gmail.com>,
 
 Copyright (c) 2014-2016 smiling_Jack <steffen.schorling@googlemail.com>
 
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 <dogafox@gmail.com>,
+Copyright (c) 2014-2024 bluefox <dogafox@gmail.com>,
 
 Copyright (c) 2014-2016 smiling_Jack <steffen.schorling@googlemail.com>
 
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
+}