Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Jul 25, 2024
1 parent fa676e3 commit c745fdd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@iobroker/adapter-core": "^3.1.6",
"@types/node": "^20.14.11",
"@types/node": "^20.14.12",
"@types/request": "^2.48.12",
"axios": "^1.7.2",
"jsonata": "^2.0.5",
Expand All @@ -58,7 +58,7 @@
"wake_on_lan": "^1.0.0"
},
"devDependencies": {
"@alcalzone/release-script": "^3.7.3",
"@alcalzone/release-script": "^3.8.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
Expand Down
10 changes: 5 additions & 5 deletions src-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@craco/craco": "^7.1.0",
"@iobroker/adapter-react-v5": "^6.0.17",
"@iobroker/json-config": "^7.0.13",
"@mui/icons-material": "^5.16.1",
"@mui/material": "^5.16.1",
"@mui/x-date-pickers": "^7.10.0",
"@iobroker/adapter-react-v5": "^6.1.6",
"@iobroker/json-config": "^7.0.19",
"@mui/icons-material": "^5.16.5",
"@mui/material": "^5.16.5",
"@mui/x-date-pickers": "^7.11.0",
"@originjs/vite-plugin-federation": "^1.3.5",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^26.0.1",
Expand Down
14 changes: 7 additions & 7 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"@craco/craco": "^7.1.0",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@icons/material": "^0.4.1",
"@iobroker/adapter-react-v5": "^6.0.17",
"@iobroker/adapter-react-v5": "^6.1.6",
"@iobroker/type-detector": "^3.0.5",
"@mui/icons-material": "^5.15.20",
"@mui/icons-material": "^5.16.5",
"@devbookhq/splitter": "^1.4.2",
"@mui/material": "^5.16.1",
"@mui/x-date-pickers": "^7.10.0",
"@sentry/browser": "^8.17.0",
"@mui/material": "^5.16.5",
"@mui/x-date-pickers": "^7.11.0",
"@sentry/browser": "^8.20.0",
"craco-module-federation": "^1.1.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
Expand All @@ -29,7 +29,7 @@
"eslint-plugin-react-hooks": "^4.6.2",
"lodash": "^4.17.21",
"monaco-editor": "~0.50.0",
"openai": "^4.52.7",
"openai": "^4.53.0",
"react": "^18.3.1",
"react-ace": "^12.0.0",
"react-bem-helper": "^1.4.1",
Expand All @@ -50,7 +50,7 @@
"react-treeview-mui": "^0.1.2",
"reactour": "^1.19.4",
"sass": "^1.77.8",
"styled-components": "^6.1.11",
"styled-components": "^6.1.12",
"suncalc2": "^1.8.1"
},
"scripts": {
Expand Down

0 comments on commit c745fdd

Please sign in to comment.