@iobroker/adapter-react-v5 7.4.3 → 7.4.7

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.
@@ -7,7 +7,7 @@
7
7
  "ra_Add objects tree from JSON file": "Objektbaum aus JSON-Datei hinzufügen",
8
8
  "ra_Add row": "Zeile hinzufügen",
9
9
  "ra_Advanced options": "Erweiterte Optionen",
10
- "ra_All items are filtered out": "Alle Elemente werden herausgefiltert",
10
+ "ra_All items are filtered out": "Alle Elemente sind herausgefiltert",
11
11
  "ra_All objects": "Alle Objekte",
12
12
  "ra_Append": "Anhängen",
13
13
  "ra_Append %s entries or replace existing?": "%s Einträge anhängen oder vorhandene ersetzen?",
@@ -115,6 +115,7 @@
115
115
  "ra_License %s": "License %s",
116
116
  "ra_License agreement": "License agreement",
117
117
  "ra_License does not exist": "License does not exist",
118
+ "ra_tooltip_expire": "Expires in",
118
119
  "ra_License expired on %s": "License expired on %s",
119
120
  "ra_License for other product \"%s\"": "License for other product \"%s\"",
120
121
  "ra_License is for version %s, but required version is %s.": "License is for version %s, but required version is %s.",
package/i18n/de.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "ra_Add objects tree from JSON file": "Objektbaum aus JSON-Datei hinzufügen",
8
8
  "ra_Add row": "Zeile hinzufügen",
9
9
  "ra_Advanced options": "Erweiterte Optionen",
10
- "ra_All items are filtered out": "Alle Elemente werden herausgefiltert",
10
+ "ra_All items are filtered out": "Alle Elemente sind herausgefiltert",
11
11
  "ra_All objects": "Alle Objekte",
12
12
  "ra_Append": "Anhängen",
13
13
  "ra_Append %s entries or replace existing?": "%s Einträge anhängen oder vorhandene ersetzen?",
@@ -447,4 +447,4 @@
447
447
  "sch_validTo": "bis",
448
448
  "sch_wholeDay": "Ganzer Tag",
449
449
  "sch_yearEveryMonth": "jeden Monat"
450
- }
450
+ }
package/i18n/en.json CHANGED
@@ -115,6 +115,7 @@
115
115
  "ra_License %s": "License %s",
116
116
  "ra_License agreement": "License agreement",
117
117
  "ra_License does not exist": "License does not exist",
118
+ "ra_tooltip_expire": "Expires in",
118
119
  "ra_License expired on %s": "License expired on %s",
119
120
  "ra_License for other product \"%s\"": "License for other product \"%s\"",
120
121
  "ra_License is for version %s, but required version is %s.": "License is for version %s, but required version is %s.",
@@ -447,4 +448,4 @@
447
448
  "sch_validTo": "to",
448
449
  "sch_wholeDay": "Whole day",
449
450
  "sch_yearEveryMonth": "every month"
450
- }
451
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iobroker/adapter-react-v5",
3
- "version": "7.4.3",
3
+ "version": "7.4.7",
4
4
  "description": "React components to develop ioBroker interfaces with react.",
5
5
  "author": {
6
6
  "name": "bluefox",
@@ -56,13 +56,13 @@
56
56
  "dependencies": {
57
57
  "@emotion/react": "^11.13.5",
58
58
  "@emotion/styled": "^11.13.5",
59
- "@iobroker/js-controller-common": "^6.0.11",
60
- "@iobroker/js-controller-common-db": "6.0.11",
61
- "@iobroker/socket-client": "^3.1.3",
62
- "@iobroker/types": "^6.0.11",
59
+ "@iobroker/js-controller-common": "^7.0.6",
60
+ "@iobroker/js-controller-common-db": "^7.0.6",
61
+ "@iobroker/socket-client": "^4.0.0",
62
+ "@iobroker/types": "^7.0.6",
63
63
  "@mui/icons-material": "^6.1.9",
64
64
  "@mui/material": "^6.1.9",
65
- "@sentry/browser": "^8.41.0",
65
+ "@sentry/browser": "^8.43.0",
66
66
  "cronstrue": "^2.52.0",
67
67
  "react-color": "^2.19.3",
68
68
  "react-colorful": "^5.6.1",
@@ -85,5 +85,5 @@
85
85
  "ts-node": "^10.9.2",
86
86
  "typescript": "^5.7.2"
87
87
  },
88
- "gitHead": "a36a282da4418ffd052c700aa871ae9381b087d3"
88
+ "gitHead": "6bd5a2c67f60347c4054f97d65ff3a3d183c259d"
89
89
  }