|
10 | 10 | "preview": "vite preview"
|
11 | 11 | },
|
12 | 12 | "dependencies": {
|
13 |
| - "@emotion/css": "^11.13.0", |
14 |
| - "@emotion/is-prop-valid": "^1.3.0", |
15 |
| - "@emotion/react": "^11.13.0", |
16 |
| - "@emotion/styled": "^11.11.5", |
17 |
| - "@fingerprintjs/fingerprintjs": "^4.5.0", |
| 13 | + "@emotion/css": "^11.13.4", |
| 14 | + "@emotion/is-prop-valid": "^1.3.1", |
| 15 | + "@emotion/react": "^11.13.3", |
| 16 | + "@emotion/styled": "^11.13.0", |
| 17 | + "@fingerprintjs/fingerprintjs": "^4.5.1", |
18 | 18 | "@microlink/react-json-view": "latest",
|
19 | 19 | "@mui/base": "5.0.0-beta.5",
|
20 |
| - "@mui/icons-material": "^5.15.20", |
21 |
| - "@mui/material": "^5.15.20", |
22 |
| - "@mui/styles": "^5.15.20", |
| 20 | + "@mui/icons-material": "^5.16.7", |
| 21 | + "@mui/material": "^5.16.7", |
| 22 | + "@mui/styles": "^5.16.7", |
23 | 23 | "@mui/x-charts": "7.7.1",
|
24 |
| - "@szhsin/react-menu": "^4.1.0", |
25 |
| - "@tanstack/match-sorter-utils": "^8.15.1", |
26 |
| - "@tanstack/react-table": "^8.17.3", |
27 |
| - "axios": "^1.7.4", |
| 24 | + "@szhsin/react-menu": "^4.2.2", |
| 25 | + "@tanstack/match-sorter-utils": "^8.19.4", |
| 26 | + "@tanstack/react-table": "^8.20.5", |
| 27 | + "axios": "^1.7.7", |
28 | 28 | "classnames": "^2.5.1",
|
29 | 29 | "combokeys": "^3.0.1",
|
30 | 30 | "date-fns": "^2.30.0",
|
31 |
| - "dayjs": "^1.11.12", |
| 31 | + "dayjs": "^1.11.13", |
32 | 32 | "deep-freeze": "^0.0.1",
|
33 | 33 | "dnd-core": "^16.0.1",
|
34 | 34 | "echarts": "^5.5.1",
|
35 | 35 | "fuzzy": "^0.1.3",
|
36 | 36 | "immutability-helper": "^3.1.1",
|
37 | 37 | "isomorphic-dompurify": "^1.13.0",
|
38 |
| - "javascript-time-ago": "^2.5.10", |
| 38 | + "javascript-time-ago": "^2.5.11", |
39 | 39 | "jquery": "^3.7.1",
|
40 | 40 | "jsdom": "24.1.1",
|
41 | 41 | "lodash": "^4.17.21",
|
42 | 42 | "lru-memoize": "^1.1.0",
|
43 | 43 | "memoize-one": "^6.0.0",
|
44 | 44 | "moment": "^2.30.1",
|
45 |
| - "moment-timezone": "^0.5.45", |
| 45 | + "moment-timezone": "^0.5.46", |
46 | 46 | "nanoid": "^5.0.7",
|
47 | 47 | "papaparse": "^5.4.1",
|
48 | 48 | "prismjs": "^1.29.0",
|
49 | 49 | "react": "^18.3.1",
|
50 |
| - "react-cookie": "^7.2.0", |
51 |
| - "react-day-picker": "^9.0.1", |
| 50 | + "react-cookie": "^7.2.1", |
| 51 | + "react-day-picker": "^9.1.4", |
52 | 52 | "react-dnd": "^16.0.1",
|
53 | 53 | "react-dnd-html5-backend": "^16.0.1",
|
54 | 54 | "react-dom": "^18.3.1",
|
55 | 55 | "react-flot": "^1.3.0",
|
56 | 56 | "react-redux": "^8.1.3",
|
57 | 57 | "react-responsive": "^9.0.2",
|
58 |
| - "react-router-dom": "^6.24.0", |
59 |
| - "react-select": "^5.8.0", |
| 58 | + "react-router-dom": "^6.27.0", |
| 59 | + "react-select": "^5.8.1", |
60 | 60 | "redux": "^4.2.1",
|
61 | 61 | "redux-thunk": "^2.4.2",
|
62 | 62 | "reselect": "^5.1.1",
|
63 | 63 | "slate": "^0.103.0",
|
64 | 64 | "slate-history": "^0.100.0",
|
65 | 65 | "slate-react": "^0.105.0",
|
66 |
| - "tss-react": "^4.9.10", |
| 66 | + "tss-react": "^4.9.13", |
67 | 67 | "uuid": "^10.0.0",
|
68 |
| - "web-vitals": "^4.2.3", |
| 68 | + "web-vitals": "^4.2.4", |
69 | 69 | "zod": "^3.23.8",
|
70 |
| - "zustand": "^4.5.2" |
| 70 | + "zustand": "^4.5.5" |
71 | 71 | },
|
72 | 72 | "devDependencies": {
|
73 | 73 | "@emotion/babel-plugin": "^11.12.0",
|
74 | 74 | "@testing-library/react": "^14.3.1",
|
75 | 75 | "@types/fingerprintjs": "^0.5.28",
|
76 |
| - "@types/jest": "^29.5.12", |
77 |
| - "@types/react": "^18.3.3", |
78 |
| - "@types/react-dom": "^18.3.0", |
79 |
| - "@typescript-eslint/eslint-plugin": "^7.17.0", |
80 |
| - "@typescript-eslint/parser": "^7.17.0", |
| 76 | + "@types/jest": "^29.5.14", |
| 77 | + "@types/react": "^18.3.12", |
| 78 | + "@types/react-dom": "^18.3.1", |
| 79 | + "@typescript-eslint/eslint-plugin": "^7.18.0", |
| 80 | + "@typescript-eslint/parser": "^7.18.0", |
81 | 81 | "@vitejs/plugin-basic-ssl": "^1.1.0",
|
82 |
| - "@vitejs/plugin-react": "^4.3.1", |
| 82 | + "@vitejs/plugin-react": "^4.3.3", |
83 | 83 | "dayjs-plugin-utc": "^0.1.2",
|
84 |
| - "eslint": "^8.57.0", |
| 84 | + "eslint": "^8.57.1", |
85 | 85 | "eslint-plugin-react-hooks": "^4.6.2",
|
86 |
| - "eslint-plugin-react-refresh": "^0.4.7", |
| 86 | + "eslint-plugin-react-refresh": "^0.4.13", |
87 | 87 | "happy-dom": "^14.12.3",
|
88 | 88 | "jsdom": "24.1.1",
|
89 |
| - "prettier": "^3.3.2", |
90 |
| - "sass": "^1.77.5", |
| 89 | + "prettier": "^3.3.3", |
| 90 | + "sass": "^1.80.3", |
91 | 91 | "scss": "^0.2.4",
|
92 |
| - "typescript": "^5.4.5", |
93 |
| - "vite": "^5.4.6", |
| 92 | + "typescript": "^5.6.3", |
| 93 | + "vite": "^5.4.10", |
94 | 94 | "vitest": "^1.6.0"
|
95 | 95 | }
|
96 | 96 | }
|
0 commit comments