|
5 | 5 | "homepage": ".",
|
6 | 6 | "private": true,
|
7 | 7 | "dependencies": {
|
8 |
| - "@reduxjs/toolkit": "^1.9.6", |
9 |
| - "kbar": "^0.1.0-beta.39", |
10 |
| - "local-storage-fallback": "^4.1.1", |
| 8 | + "@reduxjs/toolkit": "^1.9.7", |
| 9 | + "kbar": "^0.1.0-beta.45", |
| 10 | + "local-storage-fallback": "^4.1.2", |
11 | 11 | "lodash": "^4.17.21",
|
12 |
| - "luxon": "^3.4.3", |
| 12 | + "luxon": "^3.4.4", |
13 | 13 | "mds": "https://github.com/minio/mds.git#v1.0.2",
|
14 | 14 | "react": "^18.3.1",
|
15 | 15 | "react-component-export-image": "^1.0.6",
|
16 |
| - "react-copy-to-clipboard": "^5.0.2", |
| 16 | + "react-copy-to-clipboard": "^5.1.0", |
17 | 17 | "react-dom": "^18.3.1",
|
18 | 18 | "react-dropzone": "^14.2.3",
|
19 | 19 | "react-markdown": "8.0.7",
|
20 |
| - "react-pdf": "^8.0.2", |
| 20 | + "react-pdf": "^9.0.0", |
21 | 21 | "react-redux": "^8.1.3",
|
22 |
| - "react-router-dom": "6.23.0", |
| 22 | + "react-router-dom": "6.23.1", |
23 | 23 | "react-use-websocket": "^4.8.1",
|
24 | 24 | "react-virtualized": "^9.22.5",
|
25 | 25 | "react-window": "^1.8.10",
|
26 | 26 | "react-window-infinite-loader": "^1.0.9",
|
27 |
| - "recharts": "^2.12.6", |
| 27 | + "recharts": "^2.12.7", |
28 | 28 | "styled-components": "5.3.11",
|
29 | 29 | "superagent": "^9.0.2",
|
30 | 30 | "tinycolor2": "^1.6.0"
|
|
59 | 59 | "proxy": "http://localhost:9090/",
|
60 | 60 | "devDependencies": {
|
61 | 61 | "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
62 |
| - "@playwright/test": "^1.44.0", |
63 |
| - "@types/lodash": "^4.17.0", |
| 62 | + "@playwright/test": "^1.44.1", |
| 63 | + "@types/lodash": "^4.17.5", |
64 | 64 | "@types/luxon": "^3.4.2",
|
65 |
| - "@types/node": "20.12.8", |
66 |
| - "@types/react": "18.3.1", |
67 |
| - "@types/react-copy-to-clipboard": "^5.0.5", |
| 65 | + "@types/node": "20.14.2", |
| 66 | + "@types/react": "18.3.3", |
| 67 | + "@types/react-copy-to-clipboard": "^5.0.7", |
68 | 68 | "@types/react-dom": "18.3.0",
|
69 |
| - "@types/react-redux": "^7.1.32", |
| 69 | + "@types/react-redux": "^7.1.33", |
70 | 70 | "@types/react-virtualized": "^9.21.30",
|
71 |
| - "@types/react-window": "^1.8.6", |
72 |
| - "@types/react-window-infinite-loader": "^1.0.7", |
| 71 | + "@types/react-window": "^1.8.8", |
| 72 | + "@types/react-window-infinite-loader": "^1.0.9", |
73 | 73 | "@types/recharts": "^1.8.29",
|
74 | 74 | "@types/superagent": "^4.1.24",
|
75 |
| - "@types/webpack-env": "^1.18.2", |
| 75 | + "@types/webpack-env": "^1.18.5", |
76 | 76 | "babel-plugin-istanbul": "^6.1.1",
|
77 | 77 | "customize-cra": "^1.0.0",
|
78 | 78 | "minio": "^8.0.0",
|
79 | 79 | "nyc": "^15.1.0",
|
80 |
| - "prettier": "3.2.5", |
| 80 | + "prettier": "3.3.2", |
81 | 81 | "react-app-rewire-hot-loader": "^2.0.1",
|
82 | 82 | "react-app-rewired": "^2.2.1",
|
83 | 83 | "react-scripts": "5.0.1",
|
84 |
| - "testcafe": "3.5.0", |
| 84 | + "testcafe": "3.6.1", |
85 | 85 | "ts-prune": "^0.10.3",
|
86 |
| - "typescript": "^4.4.3" |
| 86 | + "typescript": "^4.9.5" |
87 | 87 | },
|
88 | 88 | "resolutions": {
|
89 | 89 | "nth-check": "^2.0.1",
|
|
93 | 93 | "semver": "^7.5.2"
|
94 | 94 | },
|
95 | 95 | "main": "index.js",
|
96 |
| - "packageManager": "yarn@4.2.2" |
| 96 | + "packageManager": "yarn@4.3.0" |
97 | 97 | }
|
0 commit comments