|
24 | 24 | },
|
25 | 25 | "dependencies": {
|
26 | 26 | "@dagrejs/dagre": "^1.1.4",
|
27 |
| - "@fontsource/inter": "^5.1.1", |
| 27 | + "@fontsource/inter": "^5.2.5", |
28 | 28 | "@hookform/resolvers": "^3.10.0",
|
29 |
| - "@radix-ui/react-tabs": "^1.1.2", |
30 |
| - "@tanstack/react-query": "^5.65.1", |
31 |
| - "@tanstack/react-table": "^8.20.6", |
| 29 | + "@radix-ui/react-tabs": "^1.1.3", |
| 30 | + "@tanstack/react-query": "^5.72.0", |
| 31 | + "@tanstack/react-table": "^8.21.2", |
32 | 32 | "@tisoap/react-flow-smart-edge": "^3.0.0",
|
33 | 33 | "@zenml-io/react-component-library": "^0.22.0",
|
34 | 34 | "awesome-debounce-promise": "^2.1.0",
|
|
43 | 43 | "react-countdown": "^2.3.6",
|
44 | 44 | "react-dom": "^18.3.1",
|
45 | 45 | "react-error-boundary": "^5.0.0",
|
46 |
| - "react-hook-form": "^7.54.2", |
| 46 | + "react-hook-form": "^7.55.0", |
47 | 47 | "react-joyride": "^2.9.3",
|
48 | 48 | "react-markdown": "^9.0.3",
|
49 | 49 | "react-router-dom": "^6.27.0",
|
50 | 50 | "reactflow": "^11.11.4",
|
51 | 51 | "reodotdev": "^1.0.0",
|
52 | 52 | "unique-names-generator": "^4.7.1",
|
53 |
| - "zod": "^3.24.1" |
| 53 | + "zod": "^3.24.2" |
54 | 54 | },
|
55 | 55 | "devDependencies": {
|
56 |
| - "@playwright/test": "^1.50.0", |
| 56 | + "@playwright/test": "^1.51.1", |
57 | 57 | "@tailwindcss/container-queries": "^0.1.1",
|
58 | 58 | "@tailwindcss/forms": "^0.5.10",
|
59 | 59 | "@tailwindcss/typography": "^0.5.16",
|
60 | 60 | "@types/lodash.debounce": "^4.0.9",
|
61 |
| - "@types/node": "^22.12.0", |
| 61 | + "@types/node": "^22.14.0", |
62 | 62 | "@types/papaparse": "^5.3.15",
|
63 | 63 | "@types/prismjs": "^1.26.5",
|
64 | 64 | "@types/react": "^18.3.11",
|
65 | 65 | "@types/react-dom": "^18.3.1",
|
66 | 66 | "@typescript-eslint/eslint-plugin": "^7.12.0",
|
67 | 67 | "@typescript-eslint/parser": "^7.12.0",
|
68 |
| - "@vitejs/plugin-react-swc": "^3.7.2", |
69 |
| - "autoprefixer": "^10.4.20", |
| 68 | + "@vitejs/plugin-react-swc": "^3.8.1", |
| 69 | + "autoprefixer": "^10.4.21", |
70 | 70 | "eslint": "^8.57.0",
|
71 | 71 | "eslint-plugin-react-hooks": "^4.6.2",
|
72 |
| - "eslint-plugin-react-refresh": "^0.4.18", |
| 72 | + "eslint-plugin-react-refresh": "^0.4.19", |
73 | 73 | "husky": "^9.1.7",
|
74 |
| - "lint-staged": "^15.4.3", |
| 74 | + "lint-staged": "^15.5.0", |
75 | 75 | "openapi-typescript": "^6.7.6",
|
76 |
| - "postcss": "^8.5.1", |
77 |
| - "prettier": "^3.4.2", |
| 76 | + "postcss": "^8.5.3", |
| 77 | + "prettier": "^3.5.3", |
78 | 78 | "prettier-plugin-tailwindcss": "^0.6.11",
|
79 | 79 | "tailwindcss": "^3.4.17",
|
80 | 80 | "tailwindcss-animate": "^1.0.7",
|
81 |
| - "typescript": "^5.7.3", |
82 |
| - "vite": "^6.0.11", |
| 81 | + "typescript": "^5.8.3", |
| 82 | + "vite": "^6.2.5", |
83 | 83 | "vite-plugin-bundle-prefetch": "^0.0.4",
|
84 | 84 | "vite-plugin-svgr": "^4.3.0",
|
85 |
| - "vitest": "^3.0.5" |
| 85 | + "vitest": "^3.1.1" |
86 | 86 | },
|
87 | 87 | "pnpm": {
|
88 | 88 | "overrides": {
|
| 89 | + "@babel/helpers": "^7.26.10", |
| 90 | + "@babel/runtime": "^7.26.10", |
89 | 91 | "braces": "^3.0.3",
|
90 | 92 | "cross-spawn": "^7.0.5",
|
91 | 93 | "micromatch": "^4.0.8",
|
|
0 commit comments