@iobroker/adapter-react-v5 5.0.3 → 5.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -676,7 +676,7 @@ socket.getObjectViewCustom('custom', 'state', 'startKey', 'endKey')
676
676
  -->
677
677
 
678
678
  ## Changelog
679
- ### 5.0.3 (2024-06-06)
679
+ ### 5.0.4 (2024-06-07)
680
680
  * (bluefox) Added better typing
681
681
 
682
682
  ### 5.0.2 (2024-05-30)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iobroker/adapter-react-v5",
3
- "version": "5.0.3",
3
+ "version": "5.0.4",
4
4
  "description": "React classes to develop admin interfaces for ioBroker with react.",
5
5
  "author": {
6
6
  "name": "Denis Haev (bluefox)",
@@ -29,7 +29,7 @@
29
29
  "dependencies": {
30
30
  "@emotion/react": "^11.11.4",
31
31
  "@emotion/styled": "^11.11.5",
32
- "@iobroker/socket-client": "^2.4.17",
32
+ "@iobroker/socket-client": "^2.4.18",
33
33
  "@iobroker/types": "^6.0.1-alpha.0-20240603-8378eb65c",
34
34
  "@iobroker/js-controller-common": "^6.0.1-alpha.0-20240603-8378eb65c",
35
35
  "@iobroker/js-controller-common-db": "^6.0.1-alpha.0-20240603-8378eb65c",