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:
@@ -8,24 +8,24 @@
|
|||||||
"@reduxjs/toolkit": "^1.9.7",
|
"@reduxjs/toolkit": "^1.9.7",
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"http-status-codes": "^2.3.0",
|
"http-status-codes": "^2.3.0",
|
||||||
"kbar": "^0.1.0-beta.45",
|
"kbar": "^0.1.0-beta.46",
|
||||||
"local-storage-fallback": "^4.1.2",
|
"local-storage-fallback": "^4.1.3",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"luxon": "^3.4.4",
|
"luxon": "^3.5.0",
|
||||||
"mds": "https://github.com/minio/mds.git#v1.0.4",
|
"mds": "https://github.com/minio/mds.git#v1.0.4",
|
||||||
"react": "^18.3.1",
|
"react": "^18.3.1",
|
||||||
"react-component-export-image": "^1.0.6",
|
"react-component-export-image": "^1.0.6",
|
||||||
"react-copy-to-clipboard": "^5.1.0",
|
"react-copy-to-clipboard": "^5.1.0",
|
||||||
"react-dom": "^18.3.1",
|
"react-dom": "^18.3.1",
|
||||||
"react-dropzone": "^14.2.3",
|
"react-dropzone": "^14.3.5",
|
||||||
"react-markdown": "8.0.7",
|
"react-markdown": "8.0.7",
|
||||||
"react-pdf": "^9.1.0",
|
"react-pdf": "^9.2.1",
|
||||||
"react-redux": "^8.1.3",
|
"react-redux": "^8.1.3",
|
||||||
"react-router-dom": "6.25.1",
|
"react-router-dom": "6.29.0",
|
||||||
"react-virtualized": "^9.22.5",
|
"react-virtualized": "^9.22.6",
|
||||||
"react-window": "^1.8.10",
|
"react-window": "^1.8.11",
|
||||||
"react-window-infinite-loader": "^1.0.9",
|
"react-window-infinite-loader": "^1.0.10",
|
||||||
"recharts": "^2.12.7",
|
"recharts": "^2.15.1",
|
||||||
"styled-components": "5.3.11",
|
"styled-components": "5.3.11",
|
||||||
"superagent": "^9.0.2",
|
"superagent": "^9.0.2",
|
||||||
"tinycolor2": "^1.6.0"
|
"tinycolor2": "^1.6.0"
|
||||||
@@ -61,31 +61,31 @@
|
|||||||
"proxy": "http://localhost:9090/",
|
"proxy": "http://localhost:9090/",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
||||||
"@playwright/test": "^1.45.2",
|
"@playwright/test": "^1.50.1",
|
||||||
"@types/jest": "^29.5.12",
|
"@types/jest": "^29.5.14",
|
||||||
"@types/lodash": "^4.17.7",
|
"@types/lodash": "^4.17.15",
|
||||||
"@types/luxon": "^3.4.2",
|
"@types/luxon": "^3.4.2",
|
||||||
"@types/node": "20.14.11",
|
"@types/node": "20.17.19",
|
||||||
"@types/react": "18.3.3",
|
"@types/react": "18.3.18",
|
||||||
"@types/react-copy-to-clipboard": "^5.0.7",
|
"@types/react-copy-to-clipboard": "^5.0.7",
|
||||||
"@types/react-dom": "18.3.0",
|
"@types/react-dom": "18.3.5",
|
||||||
"@types/react-redux": "^7.1.33",
|
"@types/react-redux": "^7.1.34",
|
||||||
"@types/react-virtualized": "^9.21.30",
|
"@types/react-virtualized": "^9.22.2",
|
||||||
"@types/react-window": "^1.8.8",
|
"@types/react-window": "^1.8.8",
|
||||||
"@types/react-window-infinite-loader": "^1.0.9",
|
"@types/react-window-infinite-loader": "^1.0.9",
|
||||||
"@types/recharts": "^1.8.29",
|
"@types/recharts": "^1.8.29",
|
||||||
"@types/superagent": "^4.1.24",
|
"@types/superagent": "^4.1.24",
|
||||||
"@types/webpack-env": "^1.18.5",
|
"@types/webpack-env": "^1.18.8",
|
||||||
"babel-plugin-istanbul": "^6.1.1",
|
"babel-plugin-istanbul": "^6.1.1",
|
||||||
"customize-cra": "^1.0.0",
|
"customize-cra": "^1.0.0",
|
||||||
"knip": "^5.27.2",
|
"knip": "^5.44.4",
|
||||||
"minio": "^8.0.1",
|
"minio": "^8.0.4",
|
||||||
"nyc": "^15.1.0",
|
"nyc": "^15.1.0",
|
||||||
"prettier": "3.3.3",
|
"prettier": "3.5.1",
|
||||||
"react-app-rewire-hot-loader": "^2.0.1",
|
"react-app-rewire-hot-loader": "^2.0.1",
|
||||||
"react-app-rewired": "^2.2.1",
|
"react-app-rewired": "^2.2.1",
|
||||||
"react-scripts": "5.0.1",
|
"react-scripts": "5.0.1",
|
||||||
"testcafe": "3.6.2",
|
"testcafe": "3.7.2",
|
||||||
"typescript": "^5.5.3"
|
"typescript": "^5.5.3"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -6,8 +6,8 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
|
font-family:
|
||||||
monospace;
|
source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Chrome, Safari, Edge, Opera */
|
/* Chrome, Safari, Edge, Opera */
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ import licenseReducer from "./screens/Console/License/licenseSlice";
|
|||||||
import destinationSlice from "./screens/Console/EventDestinations/destinationsSlice";
|
import destinationSlice from "./screens/Console/EventDestinations/destinationsSlice";
|
||||||
import { objectBrowserWSMiddleware } from "./websockets/objectBrowserWSMiddleware";
|
import { objectBrowserWSMiddleware } from "./websockets/objectBrowserWSMiddleware";
|
||||||
|
|
||||||
let objectsWS: WebSocket;
|
var objectsWS: WebSocket;
|
||||||
|
|
||||||
const rootReducer = combineReducers({
|
const rootReducer = combineReducers({
|
||||||
system: systemReducer,
|
system: systemReducer,
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user