feat: Änderungen werden von websocket zu client gesendet und Redux aktualisiert UI

This commit is contained in:
Ismail Ali
2025-06-07 14:25:42 +02:00
parent 17def7357c
commit a8978034d2
5 changed files with 91 additions and 52 deletions

19
package-lock.json generated
View File

@@ -40,6 +40,7 @@
"xml2js": "^0.6.2"
},
"devDependencies": {
"cross-env": "^7.0.3",
"cypress": "^13.17.0",
"husky": "^9.1.7",
"identity-obj-proxy": "^3.0.0",
@@ -2444,6 +2445,24 @@
"node": ">=10"
}
},
"node_modules/cross-env": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz",
"integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==",
"dev": true,
"dependencies": {
"cross-spawn": "^7.0.1"
},
"bin": {
"cross-env": "src/bin/cross-env.js",
"cross-env-shell": "src/bin/cross-env-shell.js"
},
"engines": {
"node": ">=10.14",
"npm": ">=6",
"yarn": ">=1"
}
},
"node_modules/cross-fetch": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.2.0.tgz",