Skip to content

Commit 28b2112

Browse files
committed
* (bluefox) Updated GUI packages
1 parent 024a3c8 commit 28b2112

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ More description could be found [here](https://github.com/ioBroker/ioBroker.s7/b
6666
-->
6767

6868
## Changelog
69+
### **WORK IN PROGRESS**
70+
* (bluefox) Updated GUI packages
71+
6972
### 1.3.13 (2022-08-02)
7073
* (bluefox) Added preparations for ioBroker cloud
7174
* (bluefox) Migrate GUI tu muiV5

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"node-snap7": "^1.0.6",
4040
"iconv-lite": "0.6.3",
4141
"async": "^3.2.4",
42-
"@iobroker/adapter-core": "^2.6.0"
42+
"@iobroker/adapter-core": "^2.6.6"
4343
},
4444
"devDependencies": {
4545
"@alcalzone/release-script": "^3.5.9",

src/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"private": true,
55
"dependencies": {
66
"@iobroker/adapter-react-v5": "^3.1.34",
7-
"@mui/material": "^5.10.3",
8-
"@mui/icons-material": "^5.10.3",
9-
"@mui/styles": "^5.10.3",
7+
"@mui/material": "^5.10.7",
8+
"@mui/icons-material": "^5.10.6",
9+
"@mui/styles": "^5.10.7",
1010
"babel-eslint": "^10.1.0",
11-
"@sentry/browser": "^7.12.0",
12-
"@sentry/integrations": "^7.12.1",
11+
"@sentry/browser": "^7.13.0",
12+
"@sentry/integrations": "^7.13.0",
1313
"notistack": "^2.0.5",
1414
"react": "^18.2.0",
1515
"react-ace": "^10.1.0",
@@ -36,4 +36,4 @@
3636
"not ie <= 11",
3737
"not op_mini all"
3838
]
39-
}
39+
}

0 commit comments

Comments
 (0)