|
12 | 12 | "@mui/material": "^5.12.1",
|
13 | 13 | "@mui/styles": "^5.12.0",
|
14 | 14 | "@mui/x-date-pickers": "^5.0.20",
|
15 |
| - "@reduxjs/toolkit": "^1.9.5", |
16 |
| - "@uiw/react-textarea-code-editor": "^2.1.1", |
| 15 | + "@reduxjs/toolkit": "^1.9.6", |
17 | 16 | "kbar": "^0.1.0-beta.39",
|
18 | 17 | "local-storage-fallback": "^4.1.1",
|
19 | 18 | "lodash": "^4.17.21",
|
20 |
| - "luxon": "^3.3.0", |
| 19 | + "luxon": "^3.4.3", |
21 | 20 | "mds": "https://github.com/minio/mds.git#v0.9.2",
|
22 | 21 | "react": "^18.1.0",
|
23 | 22 | "react-component-export-image": "^1.0.6",
|
24 | 23 | "react-copy-to-clipboard": "^5.0.2",
|
25 | 24 | "react-dom": "^18.1.0",
|
26 | 25 | "react-dropzone": "^14.2.3",
|
27 |
| - "react-grid-layout": "^1.2.0", |
28 | 26 | "react-markdown": "8.0.7",
|
29 |
| - "react-redux": "^8.0.7", |
30 |
| - "react-router-dom": "6.15.0", |
| 27 | + "react-redux": "^8.1.3", |
| 28 | + "react-router-dom": "6.16.0", |
31 | 29 | "react-virtualized": "^9.22.5",
|
32 | 30 | "react-window": "^1.8.9",
|
33 | 31 | "react-window-infinite-loader": "^1.0.9",
|
|
68 | 66 | "devDependencies": {
|
69 | 67 | "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
70 | 68 | "@playwright/test": "^1.35.0",
|
71 |
| - "@types/lodash": "^4.14.195", |
| 69 | + "@types/lodash": "^4.14.199", |
72 | 70 | "@types/luxon": "^3.3.0",
|
73 | 71 | "@types/minio": "7.1.1",
|
74 | 72 | "@types/node": "18.16.0",
|
75 |
| - "@types/react": "18.2.21", |
76 |
| - "@types/react-copy-to-clipboard": "^5.0.2", |
77 |
| - "@types/react-dom": "18.2.7", |
78 |
| - "@types/react-grid-layout": "^1.1.1", |
79 |
| - "@types/react-redux": "^7.1.25", |
80 |
| - "@types/react-virtualized": "^9.21.22", |
81 |
| - "@types/react-window": "^1.8.5", |
82 |
| - "@types/react-window-infinite-loader": "^1.0.6", |
83 |
| - "@types/recharts": "^1.8.24", |
84 |
| - "@types/superagent": "^4.1.18", |
85 |
| - "@types/webpack-env": "^1.18.1", |
86 |
| - "@types/websocket": "^1.0.0", |
| 73 | + "@types/react": "18.2.24", |
| 74 | + "@types/react-copy-to-clipboard": "^5.0.5", |
| 75 | + "@types/react-dom": "18.2.8", |
| 76 | + "@types/react-redux": "^7.1.27", |
| 77 | + "@types/react-virtualized": "^9.21.23", |
| 78 | + "@types/react-window": "^1.8.6", |
| 79 | + "@types/react-window-infinite-loader": "^1.0.7", |
| 80 | + "@types/recharts": "^1.8.25", |
| 81 | + "@types/superagent": "^4.1.19", |
| 82 | + "@types/webpack-env": "^1.18.2", |
| 83 | + "@types/websocket": "^1.0.7", |
87 | 84 | "babel-plugin-istanbul": "^6.1.1",
|
88 | 85 | "customize-cra": "^1.0.0",
|
89 | 86 | "minio": "^7.1.3",
|
|
99 | 96 | "resolutions": {
|
100 | 97 | "nth-check": "^2.0.1",
|
101 | 98 | "yaml": "^2.3.1",
|
102 |
| - "postcss": "^8.4.24", |
| 99 | + "postcss": "^8.4.31", |
103 | 100 | "react-scripts/**/node-forge": "^1.3.0",
|
104 | 101 | "react-scripts/**/async": "^2.6.4",
|
105 | 102 | "react-scripts/workbox-webpack-plugin/workbox-build/@surma/rollup-plugin-off-main-thread/ejs/jake/async": "^2.6.4",
|
|
112 | 109 | "recharts/**/d3-color": "^3.1.0",
|
113 | 110 | "websocket/debug": "^3.1.0",
|
114 | 111 | "fast-xml-parser": "^4.2.4",
|
115 |
| - "semver": "^7.5.2" |
| 112 | + "semver": "^7.5.2", |
| 113 | + "testcafe/**/tough-cookie": "^4.1.3" |
116 | 114 | },
|
117 | 115 | "main": "index.js"
|
118 | 116 | }
|
0 commit comments