Skip to content

Commit 0dac5c0

Browse files
chore: update dependencies (#685)
1 parent a2f0108 commit 0dac5c0

File tree

3 files changed

+1116
-998
lines changed

3 files changed

+1116
-998
lines changed

.husky/pre-commit

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
npx lint-staged

package.json

+30-24
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
]
2424
},
2525
"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",
3232
"@tisoap/react-flow-smart-edge": "^3.0.0",
3333
"@zenml-io/react-component-library": "^0.18.0",
3434
"awesome-debounce-promise": "^2.1.0",
@@ -40,44 +40,50 @@
4040
"prismjs": "^1.29.0",
4141
"react": "^18.3.1",
4242
"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",
4646
"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",
4949
"unique-names-generator": "^4.7.1",
5050
"zod": "^3.23.8"
5151
},
5252
"devDependencies": {
53-
"@playwright/test": "^1.44.1",
53+
"@playwright/test": "^1.48.1",
5454
"@tailwindcss/forms": "^0.5.7",
5555
"@tailwindcss/typography": "^0.5.10",
5656
"@types/lodash.debounce": "^4.0.9",
5757
"@types/node": "^20.14.2",
58-
"@types/papaparse": "^5.3.14",
58+
"@types/papaparse": "^5.3.15",
5959
"@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",
6262
"@typescript-eslint/eslint-plugin": "^7.12.0",
6363
"@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",
6666
"eslint": "^8.57.0",
6767
"eslint-plugin-react-hooks": "^4.6.2",
6868
"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",
7171
"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",
7474
"prettier-plugin-tailwindcss": "^0.5.12",
75-
"tailwindcss": "^3.4.3",
75+
"tailwindcss": "^3.4.14",
7676
"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",
7979
"vite-plugin-bundle-prefetch": "^0.0.4",
8080
"vite-plugin-svgr": "^4.2.0",
8181
"vitest": "^1.6.0"
82+
},
83+
"pnpm": {
84+
"overrides": {
85+
"braces": "^3.0.3",
86+
"micromatch": "^4.0.8"
87+
}
8288
}
8389
}

0 commit comments

Comments
 (0)