@iobroker/adapter-react-v5 7.4.7 → 7.4.8

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -13,7 +13,7 @@ If you want to create the configuration page with ReactJS:
13
13
  - Change `name` from `src` to `ADAPTERNAME-admin` (Of course replace `ADAPTERNAME` with yours)
14
14
  - Add to devDependencies:
15
15
  ```json
16
- "@iobroker/adapter-react-v5": "^7.4.7",
16
+ "@iobroker/adapter-react-v5": "^7.4.8",
17
17
  ```
18
18
  Versions can be higher.
19
19
  So your `src/package.json` should look like:
@@ -24,7 +24,7 @@ If you want to create the configuration page with ReactJS:
24
24
  "version": "0.1.0",
25
25
  "private": true,
26
26
  "dependencies": {
27
- "@iobroker/adapter-react-v5": "^7.4.7",
27
+ "@iobroker/adapter-react-v5": "^7.4.8",
28
28
  "@iobroker/build-tools": "^1.0.0",
29
29
  "babel-eslint": "^10.1.0",
30
30
  "react-scripts": "^5.0.1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iobroker/adapter-react-v5",
3
- "version": "7.4.7",
3
+ "version": "7.4.8",
4
4
  "description": "React components to develop ioBroker interfaces with react.",
5
5
  "author": {
6
6
  "name": "bluefox",
@@ -85,5 +85,5 @@
85
85
  "ts-node": "^10.9.2",
86
86
  "typescript": "^5.7.2"
87
87
  },
88
- "gitHead": "6bd5a2c67f60347c4054f97d65ff3a3d183c259d"
88
+ "gitHead": "fa6c5eb306823b8051a913ca98af3a37b429a1f6"
89
89
  }