Updated UI dependencies (#3411)

- Fixed an issue with servers list not closing correctly in certain circumstances
- Updated internal UI dependencies

Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
Alex
2024-07-22 10:44:46 -06:00
committed by GitHub
parent 51f8794aa6
commit fd51c9dc4c
3 changed files with 121 additions and 331 deletions

View File

@@ -10,7 +10,7 @@
"local-storage-fallback": "^4.1.2",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"mds": "https://github.com/minio/mds.git#v1.0.2",
"mds": "https://github.com/minio/mds.git#v1.0.3",
"react": "^18.3.1",
"react-component-export-image": "^1.0.6",
"react-copy-to-clipboard": "^5.1.0",
@@ -19,7 +19,7 @@
"react-markdown": "8.0.7",
"react-pdf": "^9.1.0",
"react-redux": "^8.1.3",
"react-router-dom": "6.24.1",
"react-router-dom": "6.25.1",
"react-use-websocket": "^4.8.1",
"react-virtualized": "^9.22.5",
"react-window": "^1.8.10",
@@ -59,10 +59,10 @@
"proxy": "http://localhost:9090/",
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@playwright/test": "^1.45.1",
"@types/lodash": "^4.17.6",
"@playwright/test": "^1.45.2",
"@types/lodash": "^4.17.7",
"@types/luxon": "^3.4.2",
"@types/node": "20.14.10",
"@types/node": "20.14.11",
"@types/react": "18.3.3",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "18.3.0",
@@ -77,7 +77,7 @@
"customize-cra": "^1.0.0",
"minio": "^8.0.1",
"nyc": "^15.1.0",
"prettier": "3.3.2",
"prettier": "3.3.3",
"react-app-rewire-hot-loader": "^2.0.1",
"react-app-rewired": "^2.2.1",
"react-scripts": "5.0.1",