Skip to content

Commit 565b6ae

Browse files
author
Benjamin Perez
committed
Updated UI dependencies
- Fixed an issue with servers list not closing correctly in certain circumstances - Updated internal UI dependencies Signed-off-by: Benjamin Perez <[email protected]>
1 parent 51f8794 commit 565b6ae

File tree

2 files changed

+121
-331
lines changed

2 files changed

+121
-331
lines changed

web-app/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"local-storage-fallback": "^4.1.2",
1111
"lodash": "^4.17.21",
1212
"luxon": "^3.4.4",
13-
"mds": "https://github.com/minio/mds.git#v1.0.2",
13+
"mds": "https://github.com/minio/mds.git#v1.0.3",
1414
"react": "^18.3.1",
1515
"react-component-export-image": "^1.0.6",
1616
"react-copy-to-clipboard": "^5.1.0",
@@ -19,7 +19,7 @@
1919
"react-markdown": "8.0.7",
2020
"react-pdf": "^9.1.0",
2121
"react-redux": "^8.1.3",
22-
"react-router-dom": "6.24.1",
22+
"react-router-dom": "6.25.1",
2323
"react-use-websocket": "^4.8.1",
2424
"react-virtualized": "^9.22.5",
2525
"react-window": "^1.8.10",
@@ -59,10 +59,10 @@
5959
"proxy": "http://localhost:9090/",
6060
"devDependencies": {
6161
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
62-
"@playwright/test": "^1.45.1",
63-
"@types/lodash": "^4.17.6",
62+
"@playwright/test": "^1.45.2",
63+
"@types/lodash": "^4.17.7",
6464
"@types/luxon": "^3.4.2",
65-
"@types/node": "20.14.10",
65+
"@types/node": "20.14.11",
6666
"@types/react": "18.3.3",
6767
"@types/react-copy-to-clipboard": "^5.0.7",
6868
"@types/react-dom": "18.3.0",
@@ -77,7 +77,7 @@
7777
"customize-cra": "^1.0.0",
7878
"minio": "^8.0.1",
7979
"nyc": "^15.1.0",
80-
"prettier": "3.3.2",
80+
"prettier": "3.3.3",
8181
"react-app-rewire-hot-loader": "^2.0.1",
8282
"react-app-rewired": "^2.2.1",
8383
"react-scripts": "5.0.1",

0 commit comments

Comments
 (0)