|
17 | 17 | "dependencies": { |
18 | 18 | "@headlessui/react": "1.7.19", |
19 | 19 | "@heroicons/react": "2.2.0", |
20 | | - "@material-symbols/svg-300": "0.28.1", |
| 20 | + "@material-symbols/svg-300": "0.36.0", |
21 | 21 | "@popperjs/core": "2.11.8", |
22 | 22 | "@supabase/sql-formatter": "4.0.3", |
23 | | - "@tanstack/react-table": "8.20.6", |
24 | | - "@tanstack/react-virtual": "3.11.3", |
| 23 | + "@tanstack/react-table": "8.21.3", |
| 24 | + "@tanstack/react-virtual": "3.13.12", |
25 | 25 | "color-convert": "2.0.1", |
26 | 26 | "copy-to-clipboard": "3.3.3", |
27 | 27 | "dagre": "0.8.5", |
28 | | - "dayjs": "1.11.13", |
| 28 | + "dayjs": "1.11.18", |
29 | 29 | "deepdash": "5.3.9", |
30 | 30 | "echarts": "5.6.0", |
31 | 31 | "echarts-for-react": "3.0.2", |
|
36 | 36 | "lodash": "4.17.21", |
37 | 37 | "react": "18.3.1", |
38 | 38 | "react-cool-img": "1.2.12", |
39 | | - "react-day-picker": "9.5.1", |
| 39 | + "react-day-picker": "9.11.0", |
40 | 40 | "react-dom": "18.3.1", |
41 | 41 | "react-hotkeys": "2.0.0", |
42 | 42 | "react-markdown": "9.0.3", |
43 | 43 | "react-papaparse": "4.4.0", |
44 | 44 | "react-placeholder": "4.1.0", |
45 | 45 | "react-popper": "2.3.0", |
46 | | - "react-router-dom": "6.28.2", |
| 46 | + "react-router-dom": "6.30.1", |
47 | 47 | "react-router-hash-link": "2.4.3", |
48 | | - "react-select": "5.10.0", |
49 | | - "react-syntax-highlighter": "15.6.1", |
| 48 | + "react-select": "5.10.2", |
| 49 | + "react-syntax-highlighter": "15.6.6", |
50 | 50 | "react-time-picker": "7.0.0", |
51 | | - "react-use-websocket": "4.11.1", |
| 51 | + "react-use-websocket": "4.13.0", |
52 | 52 | "reactflow": "11.11.4", |
53 | 53 | "rehype-external-links": "3.0.0", |
54 | | - "remark-gfm": "4.0.0", |
55 | | - "semver": "7.6.3", |
| 54 | + "remark-gfm": "4.0.1", |
| 55 | + "semver": "7.7.2", |
56 | 56 | "use-deep-compare-effect": "1.8.1", |
57 | | - "uuid": "11.0.5", |
| 57 | + "uuid": "11.1.0", |
58 | 58 | "web-vitals": "4.2.4" |
59 | 59 | }, |
60 | 60 | "devDependencies": { |
61 | 61 | "@chromatic-com/storybook": "3.2.4", |
62 | 62 | "@craco/craco": "7.1.0", |
63 | | - "@storybook/addon-actions": "8.5.2", |
64 | | - "@storybook/addon-essentials": "8.5.2", |
65 | | - "@storybook/addon-links": "8.5.2", |
66 | | - "@storybook/node-logger": "8.5.2", |
67 | | - "@storybook/preset-create-react-app": "8.5.2", |
68 | | - "@storybook/preview-api": "8.5.2", |
69 | | - "@storybook/react": "8.5.2", |
70 | | - "@storybook/react-webpack5": "8.5.2", |
71 | | - "@storybook/theming": "8.5.2", |
| 63 | + "@storybook/addon-actions": "8.6.14", |
| 64 | + "@storybook/addon-essentials": "8.6.14", |
| 65 | + "@storybook/addon-links": "8.6.14", |
| 66 | + "@storybook/node-logger": "8.6.14", |
| 67 | + "@storybook/preset-create-react-app": "8.6.14", |
| 68 | + "@storybook/preview-api": "8.6.14", |
| 69 | + "@storybook/react": "8.6.14", |
| 70 | + "@storybook/react-webpack5": "8.6.14", |
| 71 | + "@storybook/theming": "8.6.14", |
72 | 72 | "@tailwindcss/forms": "0.5.10", |
73 | 73 | "@tailwindcss/line-clamp": "0.4.4", |
74 | | - "@tailwindcss/typography": "0.5.16", |
75 | | - "@testing-library/dom": "10.4.0", |
76 | | - "@testing-library/jest-dom": "6.6.3", |
77 | | - "@testing-library/react": "16.2.0", |
78 | | - "@tsconfig/create-react-app": "2.0.5", |
| 74 | + "@tailwindcss/typography": "0.5.18", |
| 75 | + "@testing-library/dom": "10.4.1", |
| 76 | + "@testing-library/jest-dom": "6.8.0", |
| 77 | + "@testing-library/react": "16.3.0", |
| 78 | + "@tsconfig/create-react-app": "2.0.7", |
79 | 79 | "@types/echarts": "5.0.0", |
80 | 80 | "@types/jest": "29.5.14", |
81 | | - "@types/lodash": "4.17.15", |
82 | | - "@types/node": "22.12.0", |
83 | | - "@types/react": "18.3.18", |
84 | | - "@types/react-dom": "18.3.5", |
85 | | - "autoprefixer": "10.4.20", |
| 81 | + "@types/lodash": "4.17.20", |
| 82 | + "@types/node": "22.18.6", |
| 83 | + "@types/react": "18.3.24", |
| 84 | + "@types/react-dom": "18.3.7", |
| 85 | + "autoprefixer": "10.4.21", |
86 | 86 | "buffer": "6.0.3", |
87 | 87 | "circular-dependency-plugin": "5.2.2", |
88 | 88 | "crypto-browserify": "3.12.1", |
89 | | - "fs-extra": "11.3.0", |
| 89 | + "fs-extra": "11.3.2", |
90 | 90 | "if-node-version": "1.1.1", |
91 | | - "lint-staged": "15.4.3", |
| 91 | + "lint-staged": "15.5.2", |
92 | 92 | "npm-run-all": "4.1.5", |
93 | | - "prettier": "3.4.2", |
| 93 | + "prettier": "3.6.2", |
94 | 94 | "process": "0.11.10", |
95 | 95 | "prop-types": "15.8.1", |
96 | 96 | "react-scripts": "5.0.1", |
97 | 97 | "source-map-explorer": "2.5.3", |
98 | | - "storybook": "8.5.2", |
| 98 | + "storybook": "8.6.14", |
99 | 99 | "storybook-addon-react-router-v6": "2.0.15", |
100 | 100 | "storybook-dark-mode": "4.0.2", |
101 | 101 | "stream-browserify": "3.0.0", |
|
130 | 130 | "minimatch": "3.0.5", |
131 | 131 | "node-forge": "1.3.0", |
132 | 132 | "nth-check": "2.0.1", |
133 | | - "semver": "7.5.2", |
134 | 133 | "path-to-regexp": "0.1.12", |
135 | 134 | "nanoid": "3.3.8", |
136 | 135 | "elliptic": "6.6.1", |
|
0 commit comments