|
23 | 23 | ]
|
24 | 24 | },
|
25 | 25 | "dependencies": {
|
26 |
| - "@dagrejs/dagre": "^1.1.2", |
27 |
| - "@fontsource/inter": "^5.0.18", |
28 |
| - "@hookform/resolvers": "^3.5.0", |
29 |
| - "@radix-ui/react-tabs": "^1.1.0", |
30 |
| - "@tanstack/react-query": "^5.40.1", |
31 |
| - "@tanstack/react-table": "^8.17.3", |
| 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", |
32 | 32 | "@tisoap/react-flow-smart-edge": "^3.0.0",
|
33 | 33 | "@zenml-io/react-component-library": "^0.18.0",
|
34 | 34 | "awesome-debounce-promise": "^2.1.0",
|
|
40 | 40 | "prismjs": "^1.29.0",
|
41 | 41 | "react": "^18.3.1",
|
42 | 42 | "react-dom": "^18.3.1",
|
43 |
| - "react-error-boundary": "^4.0.13", |
44 |
| - "react-hook-form": "^7.51.5", |
45 |
| - "react-joyride": "^2.8.2", |
| 43 | + "react-error-boundary": "^4.1.2", |
| 44 | + "react-hook-form": "^7.53.1", |
| 45 | + "react-joyride": "^2.9.2", |
46 | 46 | "react-markdown": "^9.0.1",
|
47 |
| - "react-router-dom": "^6.23.1", |
48 |
| - "reactflow": "^11.11.3", |
| 47 | + "react-router-dom": "^6.27.0", |
| 48 | + "reactflow": "^11.11.4", |
49 | 49 | "unique-names-generator": "^4.7.1",
|
50 | 50 | "zod": "^3.23.8"
|
51 | 51 | },
|
52 | 52 | "devDependencies": {
|
53 |
| - "@playwright/test": "^1.44.1", |
| 53 | + "@playwright/test": "^1.48.1", |
54 | 54 | "@tailwindcss/forms": "^0.5.7",
|
55 | 55 | "@tailwindcss/typography": "^0.5.10",
|
56 | 56 | "@types/lodash.debounce": "^4.0.9",
|
57 | 57 | "@types/node": "^20.14.2",
|
58 |
| - "@types/papaparse": "^5.3.14", |
| 58 | + "@types/papaparse": "^5.3.15", |
59 | 59 | "@types/prismjs": "^1.26.4",
|
60 |
| - "@types/react": "^18.3.3", |
61 |
| - "@types/react-dom": "^18.3.0", |
| 60 | + "@types/react": "^18.3.11", |
| 61 | + "@types/react-dom": "^18.3.1", |
62 | 62 | "@typescript-eslint/eslint-plugin": "^7.12.0",
|
63 | 63 | "@typescript-eslint/parser": "^7.12.0",
|
64 |
| - "@vitejs/plugin-react-swc": "^3.7.0", |
65 |
| - "autoprefixer": "^10.4.19", |
| 64 | + "@vitejs/plugin-react-swc": "^3.7.1", |
| 65 | + "autoprefixer": "^10.4.20", |
66 | 66 | "eslint": "^8.57.0",
|
67 | 67 | "eslint-plugin-react-hooks": "^4.6.2",
|
68 | 68 | "eslint-plugin-react-refresh": "^0.4.6",
|
69 |
| - "husky": "^9.0.11", |
70 |
| - "lint-staged": "^15.2.5", |
| 69 | + "husky": "^9.1.6", |
| 70 | + "lint-staged": "^15.2.10", |
71 | 71 | "openapi-typescript": "^6.7.6",
|
72 |
| - "postcss": "^8.4.38", |
73 |
| - "prettier": "^3.3.0", |
| 72 | + "postcss": "^8.4.47", |
| 73 | + "prettier": "^3.3.3", |
74 | 74 | "prettier-plugin-tailwindcss": "^0.5.12",
|
75 |
| - "tailwindcss": "^3.4.3", |
| 75 | + "tailwindcss": "^3.4.14", |
76 | 76 | "tailwindcss-animate": "^1.0.7",
|
77 |
| - "typescript": "^5.4.5", |
78 |
| - "vite": "^5.2.12", |
| 77 | + "typescript": "^5.6.3", |
| 78 | + "vite": "^5.4.9", |
79 | 79 | "vite-plugin-bundle-prefetch": "^0.0.4",
|
80 | 80 | "vite-plugin-svgr": "^4.2.0",
|
81 | 81 | "vitest": "^1.6.0"
|
| 82 | + }, |
| 83 | + "pnpm": { |
| 84 | + "overrides": { |
| 85 | + "braces": "^3.0.3", |
| 86 | + "micromatch": "^4.0.8" |
| 87 | + } |
82 | 88 | }
|
83 | 89 | }
|
0 commit comments