Updated Project dependencies (#3508)

Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
Alex
2025-02-21 16:20:45 -06:00
committed by GitHub
parent 9e0416f1ab
commit 36d0e78834
5 changed files with 58852 additions and 46338 deletions

View File

@@ -8,24 +8,24 @@
"@reduxjs/toolkit": "^1.9.7",
"clsx": "^2.1.1",
"http-status-codes": "^2.3.0",
"kbar": "^0.1.0-beta.45",
"local-storage-fallback": "^4.1.2",
"kbar": "^0.1.0-beta.46",
"local-storage-fallback": "^4.1.3",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"luxon": "^3.5.0",
"mds": "https://github.com/minio/mds.git#v1.0.4",
"react": "^18.3.1",
"react-component-export-image": "^1.0.6",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-dropzone": "^14.3.5",
"react-markdown": "8.0.7",
"react-pdf": "^9.1.0",
"react-pdf": "^9.2.1",
"react-redux": "^8.1.3",
"react-router-dom": "6.25.1",
"react-virtualized": "^9.22.5",
"react-window": "^1.8.10",
"react-window-infinite-loader": "^1.0.9",
"recharts": "^2.12.7",
"react-router-dom": "6.29.0",
"react-virtualized": "^9.22.6",
"react-window": "^1.8.11",
"react-window-infinite-loader": "^1.0.10",
"recharts": "^2.15.1",
"styled-components": "5.3.11",
"superagent": "^9.0.2",
"tinycolor2": "^1.6.0"
@@ -61,31 +61,31 @@
"proxy": "http://localhost:9090/",
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@playwright/test": "^1.45.2",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.7",
"@playwright/test": "^1.50.1",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.15",
"@types/luxon": "^3.4.2",
"@types/node": "20.14.11",
"@types/react": "18.3.3",
"@types/node": "20.17.19",
"@types/react": "18.3.18",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "18.3.0",
"@types/react-redux": "^7.1.33",
"@types/react-virtualized": "^9.21.30",
"@types/react-dom": "18.3.5",
"@types/react-redux": "^7.1.34",
"@types/react-virtualized": "^9.22.2",
"@types/react-window": "^1.8.8",
"@types/react-window-infinite-loader": "^1.0.9",
"@types/recharts": "^1.8.29",
"@types/superagent": "^4.1.24",
"@types/webpack-env": "^1.18.5",
"@types/webpack-env": "^1.18.8",
"babel-plugin-istanbul": "^6.1.1",
"customize-cra": "^1.0.0",
"knip": "^5.27.2",
"minio": "^8.0.1",
"knip": "^5.44.4",
"minio": "^8.0.4",
"nyc": "^15.1.0",
"prettier": "3.3.3",
"prettier": "3.5.1",
"react-app-rewire-hot-loader": "^2.0.1",
"react-app-rewired": "^2.2.1",
"react-scripts": "5.0.1",
"testcafe": "3.6.2",
"testcafe": "3.7.2",
"typescript": "^5.5.3"
},
"resolutions": {

File diff suppressed because one or more lines are too long

View File

@@ -6,8 +6,8 @@ body {
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
font-family:
source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}
/* Chrome, Safari, Edge, Opera */

View File

@@ -30,7 +30,7 @@ import licenseReducer from "./screens/Console/License/licenseSlice";
import destinationSlice from "./screens/Console/EventDestinations/destinationsSlice";
import { objectBrowserWSMiddleware } from "./websockets/objectBrowserWSMiddleware";
let objectsWS: WebSocket;
var objectsWS: WebSocket;
const rootReducer = combineReducers({
system: systemReducer,

File diff suppressed because it is too large Load Diff