Skip to content

Commit d007507

Browse files
huncrysBenjamin Perez
and
Benjamin Perez
committed
Updated project dependencies (minio#3541)
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net> Co-authored-by: Benjamin Perez <benjamin@bexsoft.net>
1 parent c99e0bf commit d007507

File tree

3 files changed

+578
-317
lines changed

3 files changed

+578
-317
lines changed

web-app/package.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"kbar": "^0.1.0-beta.46",
1212
"local-storage-fallback": "^4.1.3",
1313
"lodash": "^4.17.21",
14-
"luxon": "^3.5.0",
15-
"mds": "https://github.com/minio/mds.git#v1.1.2",
14+
"luxon": "^3.6.1",
15+
"mds": "https://github.com/minio/mds.git#v1.1.3",
1616
"react": "^18.3.1",
1717
"react-component-export-image": "^1.0.6",
1818
"react-copy-to-clipboard": "^5.1.0",
1919
"react-dom": "^18.3.1",
20-
"react-dropzone": "^14.3.5",
20+
"react-dropzone": "^14.3.8",
2121
"react-markdown": "8.0.7",
2222
"react-pdf": "^9.2.1",
2323
"react-redux": "^8.1.3",
24-
"react-router-dom": "6.29.0",
24+
"react-router-dom": "6.30.0",
2525
"react-virtualized": "^9.22.6",
2626
"react-window": "^1.8.11",
2727
"react-window-infinite-loader": "^1.0.10",
@@ -61,14 +61,15 @@
6161
"proxy": "http://localhost:9090/",
6262
"devDependencies": {
6363
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
64-
"@playwright/test": "^1.50.1",
64+
"@babel/runtime": "^7.27.1",
65+
"@playwright/test": "^1.52.0",
6566
"@types/jest": "^29.5.14",
66-
"@types/lodash": "^4.17.15",
67-
"@types/luxon": "^3.4.2",
68-
"@types/node": "20.17.19",
69-
"@types/react": "18.3.18",
67+
"@types/lodash": "^4.17.16",
68+
"@types/luxon": "^3.6.2",
69+
"@types/node": "20.17.47",
70+
"@types/react": "18.3.21",
7071
"@types/react-copy-to-clipboard": "^5.0.7",
71-
"@types/react-dom": "18.3.5",
72+
"@types/react-dom": "18.3.7",
7273
"@types/react-redux": "^7.1.34",
7374
"@types/react-virtualized": "^9.22.2",
7475
"@types/react-window": "^1.8.8",
@@ -78,16 +79,16 @@
7879
"@types/webpack-env": "^1.18.8",
7980
"babel-plugin-istanbul": "^6.1.1",
8081
"customize-cra": "^1.0.0",
81-
"knip": "^5.44.4",
82-
"minio": "^8.0.4",
82+
"knip": "^5.56.0",
83+
"minio": "^8.0.5",
8384
"nyc": "^15.1.0",
84-
"prettier": "3.5.1",
85+
"prettier": "3.5.3",
8586
"react-app-rewire-hot-loader": "^2.0.1",
8687
"react-app-rewired": "^2.2.1",
8788
"react-scripts": "5.0.1",
88-
"swagger-typescript-api": "13.0.23",
89+
"swagger-typescript-api": "13.1.3",
8990
"testcafe": "3.7.2",
90-
"typescript": "^5.5.3"
91+
"typescript": "^5.8.3"
9192
},
9293
"resolutions": {
9394
"nth-check": "^2.0.1",

web-app/src/utils/stylesUtils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ export const generateOverrideTheme = (overrideVars: IEmbeddedCustomStyles) => {
4040
logoColor: "#C51B3F",
4141
logoLabelColor: overrideVars.fontColor,
4242
logoLabelInverse: "#FFF",
43+
logoContrast: "#000",
44+
logoContrastInverse: overrideVars.fontColor,
4345
loaderColor: overrideVars.loaderColor,
4446
boxBackground: overrideVars.boxBackground,
4547
mutedText: "#9c9c9c",

0 commit comments

Comments
 (0)