|
5 | 5 | "homepage": ".",
|
6 | 6 | "private": true,
|
7 | 7 | "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", |
10 | 10 | "@mui/icons-material": "^5.11.16",
|
11 | 11 | "@mui/lab": "^5.0.0-alpha.122",
|
12 | 12 | "@mui/material": "^5.12.1",
|
|
19 | 19 | "local-storage-fallback": "^4.1.1",
|
20 | 20 | "lodash": "^4.17.21",
|
21 | 21 | "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", |
23 | 23 | "react": "^18.1.0",
|
24 | 24 | "react-component-export-image": "^1.0.6",
|
25 | 25 | "react-copy-to-clipboard": "^5.0.2",
|
26 | 26 | "react-dom": "^18.1.0",
|
27 | 27 | "react-dropzone": "^14.2.3",
|
28 | 28 | "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", |
31 | 31 | "react-virtualized": "^9.22.5",
|
32 | 32 | "react-window": "^1.8.9",
|
33 | 33 | "react-window-infinite-loader": "^1.0.9",
|
34 |
| - "recharts": "^2.4.3", |
| 34 | + "recharts": "^2.6.2", |
35 | 35 | "streamsaver": "^2.0.6",
|
36 |
| - "styled-components": "^5.3.10", |
| 36 | + "styled-components": "^5.3.11", |
37 | 37 | "superagent": "^8.0.8",
|
38 | 38 | "tinycolor2": "^1.6.0",
|
39 | 39 | "websocket": "^1.0.31"
|
|
66 | 66 | },
|
67 | 67 | "proxy": "http://localhost:9090/",
|
68 | 68 | "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", |
71 | 71 | "@types/luxon": "^3.3.0",
|
72 |
| - "@types/minio": "^7.0.18", |
| 72 | + "@types/minio": "^7.1.0", |
73 | 73 | "@types/node": "18.16.0",
|
74 |
| - "@types/react": "18.0.38", |
| 74 | + "@types/react": "18.2.8", |
75 | 75 | "@types/react-copy-to-clipboard": "^5.0.2",
|
76 |
| - "@types/react-dom": "18.0.11", |
| 76 | + "@types/react-dom": "18.2.4", |
77 | 77 | "@types/react-grid-layout": "^1.1.1",
|
78 | 78 | "@types/react-redux": "^7.1.25",
|
79 |
| - "@types/react-virtualized": "^9.21.21", |
| 79 | + "@types/react-virtualized": "^9.21.22", |
80 | 80 | "@types/react-window": "^1.8.5",
|
81 | 81 | "@types/react-window-infinite-loader": "^1.0.6",
|
82 | 82 | "@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", |
85 | 85 | "@types/websocket": "^1.0.0",
|
86 | 86 | "babel-plugin-istanbul": "^6.1.1",
|
87 | 87 | "customize-cra": "^1.0.0",
|
88 |
| - "minio": "^7.0.33", |
| 88 | + "minio": "^7.1.1", |
89 | 89 | "nyc": "^15.1.0",
|
90 |
| - "playwright": "^1.31.3", |
| 90 | + "playwright": "^1.34.3", |
91 | 91 | "prettier": "2.8.8",
|
92 | 92 | "react-app-rewire-hot-loader": "^2.0.1",
|
93 | 93 | "react-app-rewired": "^2.2.1",
|
94 | 94 | "react-scripts": "5.0.1",
|
95 |
| - "testcafe": "^2.5.0", |
| 95 | + "testcafe": "^2.6.2", |
96 | 96 | "typescript": "^4.4.3"
|
97 | 97 | },
|
98 | 98 | "resolutions": {
|
99 | 99 | "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", |
102 | 102 | "react-scripts/**/node-forge": "^1.3.0",
|
103 | 103 | "react-scripts/**/async": "^2.6.4",
|
104 | 104 | "react-scripts/workbox-webpack-plugin/workbox-build/@surma/rollup-plugin-off-main-thread/ejs/jake/async": "^2.6.4",
|
|
0 commit comments