Skip to content

Commit

Permalink
* (bluefox) Updated GUI packages
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Sep 27, 2022
1 parent 024a3c8 commit 28b2112
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ More description could be found [here](https://github.com/ioBroker/ioBroker.s7/b
-->

## Changelog
### **WORK IN PROGRESS**
* (bluefox) Updated GUI packages

### 1.3.13 (2022-08-02)
* (bluefox) Added preparations for ioBroker cloud
* (bluefox) Migrate GUI tu muiV5
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"node-snap7": "^1.0.6",
"iconv-lite": "0.6.3",
"async": "^3.2.4",
"@iobroker/adapter-core": "^2.6.0"
"@iobroker/adapter-core": "^2.6.6"
},
"devDependencies": {
"@alcalzone/release-script": "^3.5.9",
Expand Down
12 changes: 6 additions & 6 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"private": true,
"dependencies": {
"@iobroker/adapter-react-v5": "^3.1.34",
"@mui/material": "^5.10.3",
"@mui/icons-material": "^5.10.3",
"@mui/styles": "^5.10.3",
"@mui/material": "^5.10.7",
"@mui/icons-material": "^5.10.6",
"@mui/styles": "^5.10.7",
"babel-eslint": "^10.1.0",
"@sentry/browser": "^7.12.0",
"@sentry/integrations": "^7.12.1",
"@sentry/browser": "^7.13.0",
"@sentry/integrations": "^7.13.0",
"notistack": "^2.0.5",
"react": "^18.2.0",
"react-ace": "^10.1.0",
Expand All @@ -36,4 +36,4 @@
"not ie <= 11",
"not op_mini all"
]
}
}

0 comments on commit 28b2112

Please sign in to comment.