Skip to content

Commit

Permalink
Updated history about scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Apr 5, 2024
1 parent 0e9c9e8 commit 750e899
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
2 changes: 2 additions & 0 deletions docs/en/history/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,3 +391,5 @@ Homekit Tiles is a widget set based on the design of Apple HomeKit. The special

The widgets are designed for VIS 1.x.

## scheduler (05.4.2024) – new feature
Scheduler supports now holidays and custom types.
22 changes: 11 additions & 11 deletions engine/front-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,29 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@mui/material": "^5.14.11",
"@mui/styles": "^5.14.11",
"@emotion/react": "^11.11.1",
"@mui/material": "5.14.14",
"@mui/styles": "5.14.14",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@iobroker/adapter-react-v5": "^4.5.5",
"@iobroker/adapter-react-v5": "^4.11.6",
"babel-eslint": "^10.1.0",
"echarts": "^5.4.3",
"echarts": "^5.5.0",
"echarts-for-react": "^3.0.2",
"gulp": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-icons": "^5.0.1",
"react-scripts": "^5.0.1",
"react-showdown": "^2.3.1",
"react-splitter-layout": "^4.0.0",
"react-typed": "^1.2.0",
"react-typed": "^2.0.12",
"react-responsive-carousel": "^3.2.23",
"react-ga": "^3.3.1",
"eslint": "^8.50.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-eqeqeq-fix": "^1.0.3",
"eslint-plugin-only-warn": "^1.1.0"
Expand Down
8 changes: 4 additions & 4 deletions engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
},
"dependencies": {
"body-parser": "^1.20.2",
"express": "^4.18.2",
"express": "^4.19.1",
"express-brute": "^1.0.1",
"minisearch": "^6.1.0",
"minisearch": "^6.3.0",
"cors": "^2.8.5"
},
"devDependencies": {
"@google-cloud/translate": "^8.0.2",
"@google-cloud/translate": "^8.1.0",
"gulp": "^4.0.2",
"axios": "^1.5.1"
"axios": "^1.6.8"
},
"scripts": {
"start": "node main",
Expand Down

0 comments on commit 750e899

Please sign in to comment.