@iobroker/adapter-react-v5 8.2.1 → 8.2.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 +9 -7
package/README.md CHANGED
@@ -690,7 +690,7 @@ You can find the migration instructions:
690
690
  -->
691
691
 
692
692
  ## Changelog
693
- ### 8.2.1 (2026-04-18)
693
+ ### 8.2.2 (2026-04-21)
694
694
  - (@GermanBluefox) Force using React 18
695
695
 
696
696
  ### 8.2.0 (2026-04-17)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iobroker/adapter-react-v5",
3
- "version": "8.2.1",
3
+ "version": "8.2.2",
4
4
  "description": "React components to develop ioBroker interfaces with react.",
5
5
  "author": {
6
6
  "name": "bluefox",
@@ -19,7 +19,7 @@
19
19
  "1-build": "tsc -p tsconfig.build.json",
20
20
  "2-copy": "node tasks --2-copy",
21
21
  "3-patchReadme": "node tasks --3-patchReadme",
22
- "npm": "npm i -f",
22
+ "npm": "npm i",
23
23
  "lint": "eslint -c eslint.config.mjs src"
24
24
  },
25
25
  "repository": {
@@ -52,15 +52,11 @@
52
52
  },
53
53
  "homepage": "https://github.com/ioBroker/adapter-react-v5#readme",
54
54
  "dependencies": {
55
- "@emotion/react": "^11.14.0",
56
- "@emotion/styled": "^11.14.1",
57
55
  "@iobroker/js-controller-common": "^7.1.2-alpha.0-20260409-feacb179d",
58
56
  "@iobroker/js-controller-common-db": "^7.1.2-alpha.0-20260409-feacb179d",
59
57
  "@iobroker/socket-client": "^5.1.2",
60
58
  "@iobroker/type-detector": "^5.0.13",
61
59
  "@iobroker/types": "^7.1.2-alpha.0-20260409-feacb179d",
62
- "@mui/icons-material": "^6.5.0",
63
- "@mui/material": "^6.5.0",
64
60
  "@sentry/browser": "^10.48.0",
65
61
  "cronstrue": "^3.13.0",
66
62
  "file-selector": "^2.1.2",
@@ -73,13 +69,19 @@
73
69
  },
74
70
  "peerDependencies": {
75
71
  "react": "^18.3.1",
76
- "react-dom": "^18.3.1"
72
+ "react-dom": "^18.3.1",
73
+ "@mui/icons-material": "^6.5.0",
74
+ "@mui/material": "^6.5.0"
77
75
  },
78
76
  "devDependencies": {
79
77
  "@alcalzone/release-script": "^5.1.1",
80
78
  "@alcalzone/release-script-plugin-license": "^5.1.1",
79
+ "@emotion/react": "^11.14.0",
80
+ "@emotion/styled": "^11.14.1",
81
81
  "@iobroker/build-tools": "^3.0.1",
82
82
  "@iobroker/eslint-config": "^2.2.0",
83
+ "@mui/icons-material": "^6.5.0",
84
+ "@mui/material": "^6.5.0",
83
85
  "@types/node": "^25.6.0",
84
86
  "@types/react": "^18.3.28",
85
87
  "@types/react-color": "^3.0.13",