@iobroker/gui-components 8.0.1 → 8.0.2

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 +6 -6
package/README.md CHANGED
@@ -689,7 +689,7 @@ You can find the migration instructions:
689
689
  -->
690
690
 
691
691
  ## Changelog
692
- ### 8.0.1 (2025-10-23)
692
+ ### 8.0.2 (2025-10-23)
693
693
 
694
694
  - (@GermanBluefox) Split packages from mono-repo
695
695
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iobroker/gui-components",
3
- "version": "8.0.1",
3
+ "version": "8.0.2",
4
4
  "description": "React components to develop ioBroker interfaces with react.",
5
5
  "author": {
6
6
  "name": "bluefox",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "repository": {
26
26
  "type": "git",
27
- "url": "git+https://github.com/ioBroker/adapter-react-v5.git"
27
+ "url": "git+https://github.com/ioBroker/gui-components.git"
28
28
  },
29
29
  "publishConfig": {
30
30
  "access": "public"
@@ -52,12 +52,8 @@
52
52
  },
53
53
  "homepage": "https://github.com/ioBroker/gui-components#readme",
54
54
  "dependencies": {
55
- "@alcalzone/release-script": "^5.0.0",
56
- "@alcalzone/release-script-plugin-license": "^4.0.0",
57
55
  "@emotion/react": "^11.14.0",
58
56
  "@emotion/styled": "^11.14.1",
59
- "@iobroker/build-tools": "^2.0.15",
60
- "@iobroker/eslint-config": "^2.2.0",
61
57
  "@iobroker/js-controller-common": "^7.0.8-alpha.7-20250928-40cb80c18",
62
58
  "@iobroker/js-controller-common-db": "^7.0.8-alpha.7-20250928-40cb80c18",
63
59
  "@iobroker/socket-client": "5.0.2",
@@ -76,6 +72,10 @@
76
72
  "react-inlinesvg": "^4.2.0"
77
73
  },
78
74
  "devDependencies": {
75
+ "@alcalzone/release-script": "^5.0.0",
76
+ "@alcalzone/release-script-plugin-license": "^4.0.0",
77
+ "@iobroker/build-tools": "^2.0.15",
78
+ "@iobroker/eslint-config": "^2.2.0",
79
79
  "@types/node": "^22.15.30",
80
80
  "@types/react": "^18.3.23",
81
81
  "@types/react-color": "^3.0.13",