Skip to content

Commit bdffaee

Browse files
chore: update deps (#733)
2 parents f545eeb + 65c682b commit bdffaee

File tree

2 files changed

+600
-626
lines changed

2 files changed

+600
-626
lines changed

package.json

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
},
2525
"dependencies": {
2626
"@dagrejs/dagre": "^1.1.4",
27-
"@fontsource/inter": "^5.1.1",
27+
"@fontsource/inter": "^5.2.5",
2828
"@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",
3232
"@tisoap/react-flow-smart-edge": "^3.0.0",
3333
"@zenml-io/react-component-library": "^0.22.0",
3434
"awesome-debounce-promise": "^2.1.0",
@@ -43,49 +43,51 @@
4343
"react-countdown": "^2.3.6",
4444
"react-dom": "^18.3.1",
4545
"react-error-boundary": "^5.0.0",
46-
"react-hook-form": "^7.54.2",
46+
"react-hook-form": "^7.55.0",
4747
"react-joyride": "^2.9.3",
4848
"react-markdown": "^9.0.3",
4949
"react-router-dom": "^6.27.0",
5050
"reactflow": "^11.11.4",
5151
"reodotdev": "^1.0.0",
5252
"unique-names-generator": "^4.7.1",
53-
"zod": "^3.24.1"
53+
"zod": "^3.24.2"
5454
},
5555
"devDependencies": {
56-
"@playwright/test": "^1.50.0",
56+
"@playwright/test": "^1.51.1",
5757
"@tailwindcss/container-queries": "^0.1.1",
5858
"@tailwindcss/forms": "^0.5.10",
5959
"@tailwindcss/typography": "^0.5.16",
6060
"@types/lodash.debounce": "^4.0.9",
61-
"@types/node": "^22.12.0",
61+
"@types/node": "^22.14.0",
6262
"@types/papaparse": "^5.3.15",
6363
"@types/prismjs": "^1.26.5",
6464
"@types/react": "^18.3.11",
6565
"@types/react-dom": "^18.3.1",
6666
"@typescript-eslint/eslint-plugin": "^7.12.0",
6767
"@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",
7070
"eslint": "^8.57.0",
7171
"eslint-plugin-react-hooks": "^4.6.2",
72-
"eslint-plugin-react-refresh": "^0.4.18",
72+
"eslint-plugin-react-refresh": "^0.4.19",
7373
"husky": "^9.1.7",
74-
"lint-staged": "^15.4.3",
74+
"lint-staged": "^15.5.0",
7575
"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",
7878
"prettier-plugin-tailwindcss": "^0.6.11",
7979
"tailwindcss": "^3.4.17",
8080
"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",
8383
"vite-plugin-bundle-prefetch": "^0.0.4",
8484
"vite-plugin-svgr": "^4.3.0",
85-
"vitest": "^3.0.5"
85+
"vitest": "^3.1.1"
8686
},
8787
"pnpm": {
8888
"overrides": {
89+
"@babel/helpers": "^7.26.10",
90+
"@babel/runtime": "^7.26.10",
8991
"braces": "^3.0.3",
9092
"cross-spawn": "^7.0.5",
9193
"micromatch": "^4.0.8",

0 commit comments

Comments
 (0)