Skip to content

Commit

Permalink
Merge pull request #721 from zenml-io/staging
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
Cahllagerfeld authored Feb 6, 2025
2 parents bfbe96d + 506b68e commit 1f01a2a
Show file tree
Hide file tree
Showing 16 changed files with 1,493 additions and 905 deletions.
65 changes: 34 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,69 +24,72 @@
},
"dependencies": {
"@dagrejs/dagre": "^1.1.4",
"@fontsource/inter": "^5.1.0",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-tabs": "^1.1.1",
"@tanstack/react-query": "^5.59.15",
"@tanstack/react-table": "^8.20.5",
"@fontsource/inter": "^5.1.1",
"@hookform/resolvers": "^3.10.0",
"@radix-ui/react-tabs": "^1.1.2",
"@tanstack/react-query": "^5.65.1",
"@tanstack/react-table": "^8.20.6",
"@tisoap/react-flow-smart-edge": "^3.0.0",
"@zenml-io/react-component-library": "^0.18.0",
"@zenml-io/react-component-library": "^0.19.2",
"awesome-debounce-promise": "^2.1.0",
"class-variance-authority": "^0.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"immer": "^10.1.1",
"jwt-decode": "^4.0.0",
"lodash.debounce": "^4.0.8",
"papaparse": "^5.4.1",
"papaparse": "^5.5.2",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-countdown": "^2.3.6",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"react-hook-form": "^7.53.1",
"react-joyride": "^2.9.2",
"react-markdown": "^9.0.1",
"react-error-boundary": "^5.0.0",
"react-hook-form": "^7.54.2",
"react-joyride": "^2.9.3",
"react-markdown": "^9.0.3",
"react-router-dom": "^6.27.0",
"reactflow": "^11.11.4",
"unique-names-generator": "^4.7.1",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@playwright/test": "^1.48.1",
"@playwright/test": "^1.50.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20.14.2",
"@types/node": "^22.12.0",
"@types/papaparse": "^5.3.15",
"@types/prismjs": "^1.26.4",
"@types/prismjs": "^1.26.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@vitejs/plugin-react-swc": "^3.7.1",
"@vitejs/plugin-react-swc": "^3.7.2",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"eslint-plugin-react-refresh": "^0.4.18",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"openapi-typescript": "^6.7.6",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.12",
"tailwindcss": "^3.4.14",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vite-plugin-bundle-prefetch": "^0.0.4",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^1.6.0"
"vite-plugin-svgr": "^4.3.0",
"vitest": "^3.0.4"
},
"pnpm": {
"overrides": {
"braces": "^3.0.3",
"cross-spawn": "^7.0.5",
"micromatch": "^4.0.8",
"nanoid": "^3.3.8"
"nanoid": "^3.3.8",
"undici": "^5.28.5"
}
}
}
Loading

0 comments on commit 1f01a2a

Please sign in to comment.