Skip to content

Commit fd51c9d

Browse files
authored
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>
1 parent 51f8794 commit fd51c9d

File tree

3 files changed

+122
-332
lines changed

3 files changed

+122
-332
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",

web-app/public/scripts/pdf.worker.min.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56796,7 +56796,7 @@ class WorkerMessageHandler {
5679656796
infoRef: Q.trailer.getRaw("Info") || null,
5679756797
info: e,
5679856798
fileIds: Q.trailer.get("ID") || null,
56799-
startXRef: E ? h : Q.lastXRefStreamPos ?? h,
56799+
startXRef: E ? h : (Q.lastXRefStreamPos ?? h),
5680056800
filename: s,
5680156801
};
5680256802
}

0 commit comments

Comments
 (0)