|
7 | 7 | "dependencies": {
|
8 | 8 | "@emotion/react": "^11.10.6",
|
9 | 9 | "@emotion/styled": "^11.10.6",
|
10 |
| - "@mui/icons-material": "^5.11.11", |
| 10 | + "@mui/icons-material": "^5.11.16", |
11 | 11 | "@mui/lab": "^5.0.0-alpha.122",
|
12 |
| - "@mui/material": "^5.11.13", |
13 |
| - "@mui/styles": "^5.11.13", |
| 12 | + "@mui/material": "^5.12.1", |
| 13 | + "@mui/styles": "^5.12.0", |
14 | 14 | "@mui/x-date-pickers": "^5.0.20",
|
15 |
| - "@reduxjs/toolkit": "^1.9.3", |
| 15 | + "@reduxjs/toolkit": "^1.9.5", |
16 | 16 | "@uiw/react-textarea-code-editor": "^2.1.1",
|
17 | 17 | "kbar": "^0.1.0-beta.39",
|
18 | 18 | "local-storage-fallback": "^4.1.1",
|
|
26 | 26 | "react-dropzone": "^14.2.3",
|
27 | 27 | "react-grid-layout": "^1.2.0",
|
28 | 28 | "react-redux": "^8.0.5",
|
29 |
| - "react-router-dom": "6.9.0", |
30 |
| - "react-virtualized": "^9.22.3", |
31 |
| - "react-window": "^1.8.8", |
32 |
| - "react-window-infinite-loader": "^1.0.7", |
| 29 | + "react-router-dom": "6.10.0", |
| 30 | + "react-virtualized": "^9.22.5", |
| 31 | + "react-window": "^1.8.9", |
| 32 | + "react-window-infinite-loader": "^1.0.9", |
33 | 33 | "recharts": "^2.4.3",
|
34 |
| - "styled-components": "^5.3.9", |
| 34 | + "styled-components": "^5.3.10", |
35 | 35 | "superagent": "^8.0.8",
|
36 | 36 | "tinycolor2": "^1.6.0",
|
37 | 37 | "websocket": "^1.0.31"
|
|
63 | 63 | },
|
64 | 64 | "proxy": "http://localhost:9090/",
|
65 | 65 | "devDependencies": {
|
66 |
| - "@playwright/test": "^1.31.2", |
67 |
| - "@types/lodash": "^4.14.191", |
68 |
| - "@types/luxon": "^3.2.0", |
69 |
| - "@types/minio": "^7.0.17", |
70 |
| - "@types/node": "18.15.3", |
71 |
| - "@types/react": "18.0.28", |
| 66 | + "@playwright/test": "^1.32.3", |
| 67 | + "@types/lodash": "^4.14.194", |
| 68 | + "@types/luxon": "^3.3.0", |
| 69 | + "@types/minio": "^7.0.18", |
| 70 | + "@types/node": "18.16.0", |
| 71 | + "@types/react": "18.0.38", |
72 | 72 | "@types/react-copy-to-clipboard": "^5.0.2",
|
73 | 73 | "@types/react-dom": "18.0.11",
|
74 | 74 | "@types/react-grid-layout": "^1.1.1",
|
|
83 | 83 | "babel-plugin-istanbul": "^6.1.1",
|
84 | 84 | "customize-cra": "^1.0.0",
|
85 | 85 | "nyc": "^15.1.0",
|
86 |
| - "playwright": "^1.31.2", |
87 |
| - "prettier": "2.8.4", |
| 86 | + "playwright": "^1.31.3", |
| 87 | + "prettier": "2.8.8", |
88 | 88 | "react-app-rewire-hot-loader": "^2.0.1",
|
89 | 89 | "react-app-rewired": "^2.2.1",
|
90 | 90 | "react-scripts": "5.0.1",
|
91 |
| - "testcafe": "^2.3.0", |
| 91 | + "testcafe": "^2.5.0", |
92 | 92 | "typescript": "^4.4.3",
|
93 |
| - "minio": "^7.0.32" |
| 93 | + "minio": "^7.0.33" |
94 | 94 | },
|
95 | 95 | "resolutions": {
|
96 | 96 | "nth-check": "^2.0.1",
|
97 | 97 | "yaml": "^2.2.2",
|
98 |
| - "postcss": "^8.2.13", |
| 98 | + "postcss": "^8.4.23", |
99 | 99 | "react-scripts/**/node-forge": "^1.3.0",
|
100 | 100 | "react-scripts/**/async": "^2.6.4",
|
101 | 101 | "react-scripts/workbox-webpack-plugin/workbox-build/@surma/rollup-plugin-off-main-thread/ejs/jake/async": "^2.6.4",
|
|
106 | 106 | "react-scripts/**/json5": "^2.2.2",
|
107 | 107 | "react-scripts/**/debug": "^3.1.0",
|
108 | 108 | "recharts/**/d3-color": "^3.1.0",
|
109 |
| - "websocket/debug": "^3.1.0", |
110 |
| - "minio/xml2js": "^0.5.0" |
| 109 | + "minio/xml2js": "^0.5.0", |
| 110 | + "websocket/debug": "^3.1.0" |
111 | 111 | },
|
112 | 112 | "main": "index.js"
|
113 | 113 | }
|
0 commit comments