Skip to content

Commit 0020238

Browse files
feat: update dependencies (#711)
1 parent 79ce74e commit 0020238

File tree

2 files changed

+815
-786
lines changed

2 files changed

+815
-786
lines changed

package.json

Lines changed: 32 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -24,71 +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",
3838
"jwt-decode": "^4.0.0",
3939
"lodash.debounce": "^4.0.8",
40-
"papaparse": "^5.4.1",
40+
"papaparse": "^5.5.2",
4141
"prismjs": "^1.29.0",
4242
"react": "^18.3.1",
4343
"react-countdown": "^2.3.6",
4444
"react-dom": "^18.3.1",
45-
"react-error-boundary": "^4.1.2",
46-
"react-hook-form": "^7.53.1",
47-
"react-joyride": "^2.9.2",
48-
"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",
4949
"react-router-dom": "^6.27.0",
5050
"reactflow": "^11.11.4",
5151
"unique-names-generator": "^4.7.1",
52-
"zod": "^3.23.8"
52+
"zod": "^3.24.1"
5353
},
5454
"devDependencies": {
55-
"@playwright/test": "^1.48.1",
55+
"@playwright/test": "^1.50.0",
5656
"@tailwindcss/container-queries": "^0.1.1",
57-
"@tailwindcss/forms": "^0.5.7",
58-
"@tailwindcss/typography": "^0.5.10",
57+
"@tailwindcss/forms": "^0.5.10",
58+
"@tailwindcss/typography": "^0.5.16",
5959
"@types/lodash.debounce": "^4.0.9",
60-
"@types/node": "^20.14.2",
60+
"@types/node": "^22.12.0",
6161
"@types/papaparse": "^5.3.15",
62-
"@types/prismjs": "^1.26.4",
62+
"@types/prismjs": "^1.26.5",
6363
"@types/react": "^18.3.11",
6464
"@types/react-dom": "^18.3.1",
6565
"@typescript-eslint/eslint-plugin": "^7.12.0",
6666
"@typescript-eslint/parser": "^7.12.0",
67-
"@vitejs/plugin-react-swc": "^3.7.1",
67+
"@vitejs/plugin-react-swc": "^3.7.2",
6868
"autoprefixer": "^10.4.20",
6969
"eslint": "^8.57.0",
7070
"eslint-plugin-react-hooks": "^4.6.2",
71-
"eslint-plugin-react-refresh": "^0.4.6",
72-
"husky": "^9.1.6",
73-
"lint-staged": "^15.2.10",
71+
"eslint-plugin-react-refresh": "^0.4.18",
72+
"husky": "^9.1.7",
73+
"lint-staged": "^15.4.3",
7474
"openapi-typescript": "^6.7.6",
75-
"postcss": "^8.4.47",
76-
"prettier": "^3.3.3",
77-
"prettier-plugin-tailwindcss": "^0.5.12",
78-
"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",
7979
"tailwindcss-animate": "^1.0.7",
80-
"typescript": "^5.6.3",
81-
"vite": "^5.4.9",
80+
"typescript": "^5.7.3",
81+
"vite": "^6.0.11",
8282
"vite-plugin-bundle-prefetch": "^0.0.4",
83-
"vite-plugin-svgr": "^4.2.0",
84-
"vitest": "^1.6.0"
83+
"vite-plugin-svgr": "^4.3.0",
84+
"vitest": "^3.0.4"
8585
},
8686
"pnpm": {
8787
"overrides": {
8888
"braces": "^3.0.3",
8989
"cross-spawn": "^7.0.5",
9090
"micromatch": "^4.0.8",
91-
"nanoid": "^3.3.8"
91+
"nanoid": "^3.3.8",
92+
"undici": "^5.28.5"
9293
}
9394
}
9495
}

0 commit comments

Comments
 (0)