Skip to content

Commit 1c55932

Browse files
authored
Updated console dependencies (#2849)
1 parent 5a77054 commit 1c55932

File tree

2 files changed

+1336
-1670
lines changed

2 files changed

+1336
-1670
lines changed

portal-ui/package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"homepage": ".",
66
"private": true,
77
"dependencies": {
8-
"@emotion/react": "^11.10.6",
9-
"@emotion/styled": "^11.10.6",
8+
"@emotion/react": "^11.11.0",
9+
"@emotion/styled": "^11.11.0",
1010
"@mui/icons-material": "^5.11.16",
1111
"@mui/lab": "^5.0.0-alpha.122",
1212
"@mui/material": "^5.12.1",
@@ -19,21 +19,21 @@
1919
"local-storage-fallback": "^4.1.1",
2020
"lodash": "^4.17.21",
2121
"luxon": "^3.3.0",
22-
"mds": "https://github.com/minio/mds.git#V0.4.3",
22+
"mds": "https://github.com/minio/mds.git#v0.5.0",
2323
"react": "^18.1.0",
2424
"react-component-export-image": "^1.0.6",
2525
"react-copy-to-clipboard": "^5.0.2",
2626
"react-dom": "^18.1.0",
2727
"react-dropzone": "^14.2.3",
2828
"react-grid-layout": "^1.2.0",
29-
"react-redux": "^8.0.5",
30-
"react-router-dom": "6.10.0",
29+
"react-redux": "^8.0.7",
30+
"react-router-dom": "6.11.2",
3131
"react-virtualized": "^9.22.5",
3232
"react-window": "^1.8.9",
3333
"react-window-infinite-loader": "^1.0.9",
34-
"recharts": "^2.4.3",
34+
"recharts": "^2.6.2",
3535
"streamsaver": "^2.0.6",
36-
"styled-components": "^5.3.10",
36+
"styled-components": "^5.3.11",
3737
"superagent": "^8.0.8",
3838
"tinycolor2": "^1.6.0",
3939
"websocket": "^1.0.31"
@@ -66,39 +66,39 @@
6666
},
6767
"proxy": "http://localhost:9090/",
6868
"devDependencies": {
69-
"@playwright/test": "^1.34.0",
70-
"@types/lodash": "^4.14.194",
69+
"@playwright/test": "^1.34.3",
70+
"@types/lodash": "^4.14.195",
7171
"@types/luxon": "^3.3.0",
72-
"@types/minio": "^7.0.18",
72+
"@types/minio": "^7.1.0",
7373
"@types/node": "18.16.0",
74-
"@types/react": "18.0.38",
74+
"@types/react": "18.2.8",
7575
"@types/react-copy-to-clipboard": "^5.0.2",
76-
"@types/react-dom": "18.0.11",
76+
"@types/react-dom": "18.2.4",
7777
"@types/react-grid-layout": "^1.1.1",
7878
"@types/react-redux": "^7.1.25",
79-
"@types/react-virtualized": "^9.21.21",
79+
"@types/react-virtualized": "^9.21.22",
8080
"@types/react-window": "^1.8.5",
8181
"@types/react-window-infinite-loader": "^1.0.6",
8282
"@types/recharts": "^1.8.24",
83-
"@types/superagent": "^4.1.16",
84-
"@types/webpack-env": "^1.14.1",
83+
"@types/superagent": "^4.1.18",
84+
"@types/webpack-env": "^1.18.1",
8585
"@types/websocket": "^1.0.0",
8686
"babel-plugin-istanbul": "^6.1.1",
8787
"customize-cra": "^1.0.0",
88-
"minio": "^7.0.33",
88+
"minio": "^7.1.1",
8989
"nyc": "^15.1.0",
90-
"playwright": "^1.31.3",
90+
"playwright": "^1.34.3",
9191
"prettier": "2.8.8",
9292
"react-app-rewire-hot-loader": "^2.0.1",
9393
"react-app-rewired": "^2.2.1",
9494
"react-scripts": "5.0.1",
95-
"testcafe": "^2.5.0",
95+
"testcafe": "^2.6.2",
9696
"typescript": "^4.4.3"
9797
},
9898
"resolutions": {
9999
"nth-check": "^2.0.1",
100-
"yaml": "^2.2.2",
101-
"postcss": "^8.4.23",
100+
"yaml": "^2.3.1",
101+
"postcss": "^8.4.24",
102102
"react-scripts/**/node-forge": "^1.3.0",
103103
"react-scripts/**/async": "^2.6.4",
104104
"react-scripts/workbox-webpack-plugin/workbox-build/@surma/rollup-plugin-off-main-thread/ejs/jake/async": "^2.6.4",

0 commit comments

Comments
 (0)