Skip to content

Commit 58e757f

Browse files
committed
Updated dependencies (downgrade of socket-client)
1 parent 77ac0cd commit 58e757f

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@iobroker/adapter-core": "^3.0.6",
45-
"@types/node": "^20.11.30",
45+
"@types/node": "^20.12.5",
4646
"@types/request": "^2.48.12",
4747
"axios": "^1.6.8",
4848
"jsonata": "^2.0.4",
@@ -52,7 +52,7 @@
5252
"request": "^2.88.2",
5353
"semver": "^7.6.0",
5454
"suncalc2": "^1.8.1",
55-
"typescript": "~5.4.3",
55+
"typescript": "~5.4.4",
5656
"virtual-tsc": "^0.6.2",
5757
"wake_on_lan": "^1.0.0"
5858
},
@@ -62,7 +62,6 @@
6262
"@alcalzone/release-script-plugin-license": "^3.7.0",
6363
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
6464
"@iobroker/adapter-dev": "^1.3.0",
65-
"@iobroker/dev-server": "^0.7.1",
6665
"@types/iobroker": "^4.0.5",
6766
"alcalzone-shared": "^4.0.8",
6867
"chai": "^4.3.10",

src/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,26 @@
77
"@craco/craco": "^7.1.0",
88
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
99
"@icons/material": "^0.4.1",
10-
"@iobroker/adapter-react-v5": "^4.10.1",
10+
"@iobroker/adapter-react-v5": "~4.12.3",
1111
"@iobroker/type-detector": "^3.0.5",
12-
"@mui/icons-material": "^5.15.14",
13-
"@mui/material": "^5.15.12",
14-
"@mui/styles": "^5.15.12",
12+
"@mui/icons-material": "^5.15.15",
13+
"@mui/material": "^5.15.15",
14+
"@mui/styles": "^5.15.15",
1515
"@mui/x-date-pickers": "^6.19.6",
16-
"@sentry/browser": "^7.106.0",
17-
"@sentry/integrations": "^7.106.1",
16+
"@sentry/browser": "^7.109.0",
17+
"@sentry/integrations": "^7.109.0",
1818
"craco-module-federation": "^1.1.0",
1919
"eslint": "^8.57.0",
2020
"eslint-config-airbnb": "^19.0.4",
2121
"eslint-plugin-eqeqeq-fix": "^1.0.3",
2222
"eslint-plugin-import": "^2.29.1",
2323
"eslint-plugin-jsx-a11y": "^6.8.0",
2424
"eslint-plugin-only-warn": "^1.1.0",
25-
"eslint-plugin-react": "^7.34.0",
25+
"eslint-plugin-react": "^7.34.1",
2626
"eslint-plugin-react-hooks": "^4.6.0",
2727
"lodash": "^4.17.21",
2828
"monaco-editor": "~0.47.0",
29-
"openai": "^4.28.4",
29+
"openai": "^4.33.0",
3030
"react": "^18.2.0",
3131
"react-ace": "^10.1.0",
3232
"react-bem-helper": "^1.4.1",
@@ -45,8 +45,8 @@
4545
"react-splitter-layout": "^4.0.0",
4646
"react-text-mask": "^5.5.0",
4747
"react-treeview-mui": "^0.1.2",
48-
"reactour": "^1.19.2",
49-
"sass": "^1.71.1",
48+
"reactour": "^1.19.3",
49+
"sass": "^1.74.1",
5050
"styled-components": "^6.1.8",
5151
"suncalc2": "^1.8.1"
5252
},

0 commit comments

Comments
 (0)