Skip to content

Commit 078ce0e

Browse files
authored
Updated console dependencies (#3068)
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
1 parent 9beca2c commit 078ce0e

File tree

3 files changed

+981
-924
lines changed

3 files changed

+981
-924
lines changed

portal-ui/package.json

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,20 @@
1212
"@mui/material": "^5.12.1",
1313
"@mui/styles": "^5.12.0",
1414
"@mui/x-date-pickers": "^5.0.20",
15-
"@reduxjs/toolkit": "^1.9.5",
16-
"@uiw/react-textarea-code-editor": "^2.1.1",
15+
"@reduxjs/toolkit": "^1.9.6",
1716
"kbar": "^0.1.0-beta.39",
1817
"local-storage-fallback": "^4.1.1",
1918
"lodash": "^4.17.21",
20-
"luxon": "^3.3.0",
19+
"luxon": "^3.4.3",
2120
"mds": "https://github.com/minio/mds.git#v0.9.2",
2221
"react": "^18.1.0",
2322
"react-component-export-image": "^1.0.6",
2423
"react-copy-to-clipboard": "^5.0.2",
2524
"react-dom": "^18.1.0",
2625
"react-dropzone": "^14.2.3",
27-
"react-grid-layout": "^1.2.0",
2826
"react-markdown": "8.0.7",
29-
"react-redux": "^8.0.7",
30-
"react-router-dom": "6.15.0",
27+
"react-redux": "^8.1.3",
28+
"react-router-dom": "6.16.0",
3129
"react-virtualized": "^9.22.5",
3230
"react-window": "^1.8.9",
3331
"react-window-infinite-loader": "^1.0.9",
@@ -68,22 +66,21 @@
6866
"devDependencies": {
6967
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
7068
"@playwright/test": "^1.35.0",
71-
"@types/lodash": "^4.14.195",
69+
"@types/lodash": "^4.14.199",
7270
"@types/luxon": "^3.3.0",
7371
"@types/minio": "7.1.1",
7472
"@types/node": "18.16.0",
75-
"@types/react": "18.2.21",
76-
"@types/react-copy-to-clipboard": "^5.0.2",
77-
"@types/react-dom": "18.2.7",
78-
"@types/react-grid-layout": "^1.1.1",
79-
"@types/react-redux": "^7.1.25",
80-
"@types/react-virtualized": "^9.21.22",
81-
"@types/react-window": "^1.8.5",
82-
"@types/react-window-infinite-loader": "^1.0.6",
83-
"@types/recharts": "^1.8.24",
84-
"@types/superagent": "^4.1.18",
85-
"@types/webpack-env": "^1.18.1",
86-
"@types/websocket": "^1.0.0",
73+
"@types/react": "18.2.24",
74+
"@types/react-copy-to-clipboard": "^5.0.5",
75+
"@types/react-dom": "18.2.8",
76+
"@types/react-redux": "^7.1.27",
77+
"@types/react-virtualized": "^9.21.23",
78+
"@types/react-window": "^1.8.6",
79+
"@types/react-window-infinite-loader": "^1.0.7",
80+
"@types/recharts": "^1.8.25",
81+
"@types/superagent": "^4.1.19",
82+
"@types/webpack-env": "^1.18.2",
83+
"@types/websocket": "^1.0.7",
8784
"babel-plugin-istanbul": "^6.1.1",
8885
"customize-cra": "^1.0.0",
8986
"minio": "^7.1.3",
@@ -99,7 +96,7 @@
9996
"resolutions": {
10097
"nth-check": "^2.0.1",
10198
"yaml": "^2.3.1",
102-
"postcss": "^8.4.24",
99+
"postcss": "^8.4.31",
103100
"react-scripts/**/node-forge": "^1.3.0",
104101
"react-scripts/**/async": "^2.6.4",
105102
"react-scripts/workbox-webpack-plugin/workbox-build/@surma/rollup-plugin-off-main-thread/ejs/jake/async": "^2.6.4",
@@ -112,7 +109,8 @@
112109
"recharts/**/d3-color": "^3.1.0",
113110
"websocket/debug": "^3.1.0",
114111
"fast-xml-parser": "^4.2.4",
115-
"semver": "^7.5.2"
112+
"semver": "^7.5.2",
113+
"testcafe/**/tough-cookie": "^4.1.3"
116114
},
117115
"main": "index.js"
118116
}

portal-ui/src/StyleHandler.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ import {
2222
} from "@mui/material/styles";
2323
import theme from "./theme/main";
2424
import "react-virtualized/styles.css";
25-
import "react-grid-layout/css/styles.css";
26-
import "react-resizable/css/styles.css";
2725

2826
import { generateOverrideTheme } from "./utils/stylesUtils";
2927
import "./index.css";

0 commit comments

Comments
 (0)