Skip to content

Commit 1f01a2a

Browse files
Merge pull request #721 from zenml-io/staging
Release
2 parents bfbe96d + 506b68e commit 1f01a2a

File tree

16 files changed

+1493
-905
lines changed

16 files changed

+1493
-905
lines changed

package.json

Lines changed: 34 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -24,69 +24,72 @@
2424
},
2525
"dependencies": {
2626
"@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",
3232
"@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",
3434
"awesome-debounce-promise": "^2.1.0",
35-
"class-variance-authority": "^0.7.0",
35+
"class-variance-authority": "^0.7.1",
3636
"clsx": "^2.1.1",
3737
"immer": "^10.1.1",
38+
"jwt-decode": "^4.0.0",
3839
"lodash.debounce": "^4.0.8",
39-
"papaparse": "^5.4.1",
40+
"papaparse": "^5.5.2",
4041
"prismjs": "^1.29.0",
4142
"react": "^18.3.1",
43+
"react-countdown": "^2.3.6",
4244
"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",
4749
"react-router-dom": "^6.27.0",
4850
"reactflow": "^11.11.4",
4951
"unique-names-generator": "^4.7.1",
50-
"zod": "^3.23.8"
52+
"zod": "^3.24.1"
5153
},
5254
"devDependencies": {
53-
"@playwright/test": "^1.48.1",
55+
"@playwright/test": "^1.50.0",
5456
"@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",
5759
"@types/lodash.debounce": "^4.0.9",
58-
"@types/node": "^20.14.2",
60+
"@types/node": "^22.12.0",
5961
"@types/papaparse": "^5.3.15",
60-
"@types/prismjs": "^1.26.4",
62+
"@types/prismjs": "^1.26.5",
6163
"@types/react": "^18.3.11",
6264
"@types/react-dom": "^18.3.1",
6365
"@typescript-eslint/eslint-plugin": "^7.12.0",
6466
"@typescript-eslint/parser": "^7.12.0",
65-
"@vitejs/plugin-react-swc": "^3.7.1",
67+
"@vitejs/plugin-react-swc": "^3.7.2",
6668
"autoprefixer": "^10.4.20",
6769
"eslint": "^8.57.0",
6870
"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",
7274
"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",
7779
"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",
8082
"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"
8385
},
8486
"pnpm": {
8587
"overrides": {
8688
"braces": "^3.0.3",
8789
"cross-spawn": "^7.0.5",
8890
"micromatch": "^4.0.8",
89-
"nanoid": "^3.3.8"
91+
"nanoid": "^3.3.8",
92+
"undici": "^5.28.5"
9093
}
9194
}
9295
}

0 commit comments

Comments
 (0)