|
24 | 24 | }, |
25 | 25 | "dependencies": { |
26 | 26 | "@dagrejs/dagre": "^1.1.4", |
27 | | - "@fontsource/inter": "^5.1.0", |
28 | | - "@hookform/resolvers": "^3.9.0", |
29 | | - "@radix-ui/react-tabs": "^1.1.1", |
30 | | - "@tanstack/react-query": "^5.59.15", |
31 | | - "@tanstack/react-table": "^8.20.5", |
| 27 | + "@fontsource/inter": "^5.1.1", |
| 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", |
32 | 32 | "@tisoap/react-flow-smart-edge": "^3.0.0", |
33 | | - "@zenml-io/react-component-library": "^0.18.0", |
| 33 | + "@zenml-io/react-component-library": "^0.19.2", |
34 | 34 | "awesome-debounce-promise": "^2.1.0", |
35 | | - "class-variance-authority": "^0.7.0", |
| 35 | + "class-variance-authority": "^0.7.1", |
36 | 36 | "clsx": "^2.1.1", |
37 | 37 | "immer": "^10.1.1", |
| 38 | + "jwt-decode": "^4.0.0", |
38 | 39 | "lodash.debounce": "^4.0.8", |
39 | | - "papaparse": "^5.4.1", |
| 40 | + "papaparse": "^5.5.2", |
40 | 41 | "prismjs": "^1.29.0", |
41 | 42 | "react": "^18.3.1", |
| 43 | + "react-countdown": "^2.3.6", |
42 | 44 | "react-dom": "^18.3.1", |
43 | | - "react-error-boundary": "^4.1.2", |
44 | | - "react-hook-form": "^7.53.1", |
45 | | - "react-joyride": "^2.9.2", |
46 | | - "react-markdown": "^9.0.1", |
| 45 | + "react-error-boundary": "^5.0.0", |
| 46 | + "react-hook-form": "^7.54.2", |
| 47 | + "react-joyride": "^2.9.3", |
| 48 | + "react-markdown": "^9.0.3", |
47 | 49 | "react-router-dom": "^6.27.0", |
48 | 50 | "reactflow": "^11.11.4", |
49 | 51 | "unique-names-generator": "^4.7.1", |
50 | | - "zod": "^3.23.8" |
| 52 | + "zod": "^3.24.1" |
51 | 53 | }, |
52 | 54 | "devDependencies": { |
53 | | - "@playwright/test": "^1.48.1", |
| 55 | + "@playwright/test": "^1.50.0", |
54 | 56 | "@tailwindcss/container-queries": "^0.1.1", |
55 | | - "@tailwindcss/forms": "^0.5.7", |
56 | | - "@tailwindcss/typography": "^0.5.10", |
| 57 | + "@tailwindcss/forms": "^0.5.10", |
| 58 | + "@tailwindcss/typography": "^0.5.16", |
57 | 59 | "@types/lodash.debounce": "^4.0.9", |
58 | | - "@types/node": "^20.14.2", |
| 60 | + "@types/node": "^22.12.0", |
59 | 61 | "@types/papaparse": "^5.3.15", |
60 | | - "@types/prismjs": "^1.26.4", |
| 62 | + "@types/prismjs": "^1.26.5", |
61 | 63 | "@types/react": "^18.3.11", |
62 | 64 | "@types/react-dom": "^18.3.1", |
63 | 65 | "@typescript-eslint/eslint-plugin": "^7.12.0", |
64 | 66 | "@typescript-eslint/parser": "^7.12.0", |
65 | | - "@vitejs/plugin-react-swc": "^3.7.1", |
| 67 | + "@vitejs/plugin-react-swc": "^3.7.2", |
66 | 68 | "autoprefixer": "^10.4.20", |
67 | 69 | "eslint": "^8.57.0", |
68 | 70 | "eslint-plugin-react-hooks": "^4.6.2", |
69 | | - "eslint-plugin-react-refresh": "^0.4.6", |
70 | | - "husky": "^9.1.6", |
71 | | - "lint-staged": "^15.2.10", |
| 71 | + "eslint-plugin-react-refresh": "^0.4.18", |
| 72 | + "husky": "^9.1.7", |
| 73 | + "lint-staged": "^15.4.3", |
72 | 74 | "openapi-typescript": "^6.7.6", |
73 | | - "postcss": "^8.4.47", |
74 | | - "prettier": "^3.3.3", |
75 | | - "prettier-plugin-tailwindcss": "^0.5.12", |
76 | | - "tailwindcss": "^3.4.14", |
| 75 | + "postcss": "^8.5.1", |
| 76 | + "prettier": "^3.4.2", |
| 77 | + "prettier-plugin-tailwindcss": "^0.6.11", |
| 78 | + "tailwindcss": "^3.4.17", |
77 | 79 | "tailwindcss-animate": "^1.0.7", |
78 | | - "typescript": "^5.6.3", |
79 | | - "vite": "^5.4.9", |
| 80 | + "typescript": "^5.7.3", |
| 81 | + "vite": "^6.0.11", |
80 | 82 | "vite-plugin-bundle-prefetch": "^0.0.4", |
81 | | - "vite-plugin-svgr": "^4.2.0", |
82 | | - "vitest": "^1.6.0" |
| 83 | + "vite-plugin-svgr": "^4.3.0", |
| 84 | + "vitest": "^3.0.4" |
83 | 85 | }, |
84 | 86 | "pnpm": { |
85 | 87 | "overrides": { |
86 | 88 | "braces": "^3.0.3", |
87 | 89 | "cross-spawn": "^7.0.5", |
88 | 90 | "micromatch": "^4.0.8", |
89 | | - "nanoid": "^3.3.8" |
| 91 | + "nanoid": "^3.3.8", |
| 92 | + "undici": "^5.28.5" |
90 | 93 | } |
91 | 94 | } |
92 | 95 | } |
0 commit comments