diff --git a/README.md b/README.md index f3e4bc6..087637e 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ See here: https://github.com/ioBroker/ioBroker.vis-2-widgets-react-template --> ## Changelog +### **WORK IN PROGRESS** +* (bluefox) updated packages + ### 1.0.2 (2023-12-04) * (foxriver76) port to `@iobroker/types` diff --git a/package.json b/package.json index 403571c..9079314 100644 --- a/package.json +++ b/package.json @@ -38,10 +38,10 @@ "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.14.19", - "@mui/material": "5.14.19", - "@mui/styles": "5.14.19", - "@sentry/browser": "^7.77.0", - "@sentry/integrations": "^7.77.0", + "@mui/material": "^5.14.20", + "@mui/styles": "5.14.14", + "@sentry/browser": "^7.85.0", + "@sentry/integrations": "^7.85.0", "node-dir": "^0.1.17", "acorn": "^8.11.2", "acorn-jsx": "^5.3.2", @@ -57,7 +57,7 @@ "@babel/preset-env": "^7.23.5", "@babel/preset-flow": "^7.23.3", "@babel/preset-react": "^7.23.3", - "@types/react": "^18.2.39", + "@types/react": "^18.2.42", "babel": "^6.23.0", "gulp": "^4.0.2", "gulp-babel": "^8.0.0",