Updated console dependencies (#3068)
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
@@ -12,22 +12,20 @@
|
||||
"@mui/material": "^5.12.1",
|
||||
"@mui/styles": "^5.12.0",
|
||||
"@mui/x-date-pickers": "^5.0.20",
|
||||
"@reduxjs/toolkit": "^1.9.5",
|
||||
"@uiw/react-textarea-code-editor": "^2.1.1",
|
||||
"@reduxjs/toolkit": "^1.9.6",
|
||||
"kbar": "^0.1.0-beta.39",
|
||||
"local-storage-fallback": "^4.1.1",
|
||||
"lodash": "^4.17.21",
|
||||
"luxon": "^3.3.0",
|
||||
"luxon": "^3.4.3",
|
||||
"mds": "https://github.com/minio/mds.git#v0.9.2",
|
||||
"react": "^18.1.0",
|
||||
"react-component-export-image": "^1.0.6",
|
||||
"react-copy-to-clipboard": "^5.0.2",
|
||||
"react-dom": "^18.1.0",
|
||||
"react-dropzone": "^14.2.3",
|
||||
"react-grid-layout": "^1.2.0",
|
||||
"react-markdown": "8.0.7",
|
||||
"react-redux": "^8.0.7",
|
||||
"react-router-dom": "6.15.0",
|
||||
"react-redux": "^8.1.3",
|
||||
"react-router-dom": "6.16.0",
|
||||
"react-virtualized": "^9.22.5",
|
||||
"react-window": "^1.8.9",
|
||||
"react-window-infinite-loader": "^1.0.9",
|
||||
@@ -68,22 +66,21 @@
|
||||
"devDependencies": {
|
||||
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
||||
"@playwright/test": "^1.35.0",
|
||||
"@types/lodash": "^4.14.195",
|
||||
"@types/lodash": "^4.14.199",
|
||||
"@types/luxon": "^3.3.0",
|
||||
"@types/minio": "7.1.1",
|
||||
"@types/node": "18.16.0",
|
||||
"@types/react": "18.2.21",
|
||||
"@types/react-copy-to-clipboard": "^5.0.2",
|
||||
"@types/react-dom": "18.2.7",
|
||||
"@types/react-grid-layout": "^1.1.1",
|
||||
"@types/react-redux": "^7.1.25",
|
||||
"@types/react-virtualized": "^9.21.22",
|
||||
"@types/react-window": "^1.8.5",
|
||||
"@types/react-window-infinite-loader": "^1.0.6",
|
||||
"@types/recharts": "^1.8.24",
|
||||
"@types/superagent": "^4.1.18",
|
||||
"@types/webpack-env": "^1.18.1",
|
||||
"@types/websocket": "^1.0.0",
|
||||
"@types/react": "18.2.24",
|
||||
"@types/react-copy-to-clipboard": "^5.0.5",
|
||||
"@types/react-dom": "18.2.8",
|
||||
"@types/react-redux": "^7.1.27",
|
||||
"@types/react-virtualized": "^9.21.23",
|
||||
"@types/react-window": "^1.8.6",
|
||||
"@types/react-window-infinite-loader": "^1.0.7",
|
||||
"@types/recharts": "^1.8.25",
|
||||
"@types/superagent": "^4.1.19",
|
||||
"@types/webpack-env": "^1.18.2",
|
||||
"@types/websocket": "^1.0.7",
|
||||
"babel-plugin-istanbul": "^6.1.1",
|
||||
"customize-cra": "^1.0.0",
|
||||
"minio": "^7.1.3",
|
||||
@@ -99,7 +96,7 @@
|
||||
"resolutions": {
|
||||
"nth-check": "^2.0.1",
|
||||
"yaml": "^2.3.1",
|
||||
"postcss": "^8.4.24",
|
||||
"postcss": "^8.4.31",
|
||||
"react-scripts/**/node-forge": "^1.3.0",
|
||||
"react-scripts/**/async": "^2.6.4",
|
||||
"react-scripts/workbox-webpack-plugin/workbox-build/@surma/rollup-plugin-off-main-thread/ejs/jake/async": "^2.6.4",
|
||||
@@ -112,7 +109,8 @@
|
||||
"recharts/**/d3-color": "^3.1.0",
|
||||
"websocket/debug": "^3.1.0",
|
||||
"fast-xml-parser": "^4.2.4",
|
||||
"semver": "^7.5.2"
|
||||
"semver": "^7.5.2",
|
||||
"testcafe/**/tough-cookie": "^4.1.3"
|
||||
},
|
||||
"main": "index.js"
|
||||
}
|
||||
|
||||
@@ -22,8 +22,6 @@ import {
|
||||
} from "@mui/material/styles";
|
||||
import theme from "./theme/main";
|
||||
import "react-virtualized/styles.css";
|
||||
import "react-grid-layout/css/styles.css";
|
||||
import "react-resizable/css/styles.css";
|
||||
|
||||
import { generateOverrideTheme } from "./utils/stylesUtils";
|
||||
import "./index.css";
|
||||
|
||||
1861
portal-ui/yarn.lock
1861
portal-ui/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user