Skip to content

Commit

Permalink
Updated UI dependencies (#3411)
Browse files Browse the repository at this point in the history
- Fixed an issue with servers list not closing correctly in certain circumstances
- Updated internal UI dependencies

Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
  • Loading branch information
bexsoft authored Jul 22, 2024
1 parent 51f8794 commit fd51c9d
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 332 deletions.
12 changes: 6 additions & 6 deletions web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion web-app/public/scripts/pdf.worker.min.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -56796,7 +56796,7 @@ class WorkerMessageHandler {
infoRef: Q.trailer.getRaw("Info") || null,
info: e,
fileIds: Q.trailer.get("ID") || null,
startXRef: E ? h : Q.lastXRefStreamPos ?? h,
startXRef: E ? h : (Q.lastXRefStreamPos ?? h),
filename: s,
};
}
Expand Down
Loading

0 comments on commit fd51c9d

Please sign in to comment.