Skip to content

Commit e254da9

Browse files
feat: update dependencies (#607)
1 parent 094092a commit e254da9

File tree

2 files changed

+4265
-3565
lines changed

2 files changed

+4265
-3565
lines changed

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
]
2424
},
2525
"dependencies": {
26-
"@dagrejs/dagre": "^1.1.1",
26+
"@dagrejs/dagre": "^1.1.2",
2727
"@fontsource/inter": "^5.0.18",
28-
"@hookform/resolvers": "^3.3.4",
29-
"@tanstack/react-query": "^5.28.6",
30-
"@tanstack/react-table": "^8.15.3",
28+
"@hookform/resolvers": "^3.5.0",
29+
"@tanstack/react-query": "^5.40.1",
30+
"@tanstack/react-table": "^8.17.3",
3131
"@tisoap/react-flow-smart-edge": "^3.0.0",
3232
"@zenml-io/react-component-library": "^0.15.0",
3333
"class-variance-authority": "^0.7.0",
@@ -36,43 +36,43 @@
3636
"prismjs": "^1.29.0",
3737
"react": "^18.2.0",
3838
"react-dom": "^18.2.0",
39-
"react-hook-form": "^7.51.1",
40-
"react-joyride": "^2.8.1",
39+
"react-hook-form": "^7.51.5",
40+
"react-joyride": "^2.8.2",
4141
"react-markdown": "^9.0.1",
42-
"react-router-dom": "^6.22.3",
43-
"reactflow": "^11.11.0",
42+
"react-router-dom": "^6.23.1",
43+
"reactflow": "^11.11.3",
4444
"unique-names-generator": "^4.7.1",
45-
"zod": "^3.22.4"
45+
"zod": "^3.23.8"
4646
},
4747
"devDependencies": {
48-
"@playwright/test": "^1.42.1",
48+
"@playwright/test": "^1.44.1",
4949
"@tailwindcss/forms": "^0.5.7",
5050
"@tailwindcss/typography": "^0.5.10",
5151
"@types/lodash.debounce": "^4.0.9",
52-
"@types/node": "^20.11.30",
52+
"@types/node": "^20.14.2",
5353
"@types/papaparse": "^5.3.14",
54-
"@types/prismjs": "^1.26.3",
55-
"@types/react": "^18.2.64",
56-
"@types/react-dom": "^18.2.21",
57-
"@typescript-eslint/eslint-plugin": "^7.1.1",
58-
"@typescript-eslint/parser": "^7.1.1",
59-
"@vitejs/plugin-react-swc": "^3.5.0",
60-
"autoprefixer": "^10.4.18",
54+
"@types/prismjs": "^1.26.4",
55+
"@types/react": "^18.3.3",
56+
"@types/react-dom": "^18.3.0",
57+
"@typescript-eslint/eslint-plugin": "^7.12.0",
58+
"@typescript-eslint/parser": "^7.12.0",
59+
"@vitejs/plugin-react-swc": "^3.7.0",
60+
"autoprefixer": "^10.4.19",
6161
"eslint": "^8.57.0",
62-
"eslint-plugin-react-hooks": "^4.6.0",
62+
"eslint-plugin-react-hooks": "^4.6.2",
6363
"eslint-plugin-react-refresh": "^0.4.5",
6464
"husky": "^9.0.11",
65-
"lint-staged": "^15.2.2",
66-
"openapi-typescript": "^6.7.5",
67-
"postcss": "^8.4.37",
68-
"prettier": "^3.2.5",
65+
"lint-staged": "^15.2.5",
66+
"openapi-typescript": "^6.7.6",
67+
"postcss": "^8.4.38",
68+
"prettier": "^3.3.0",
6969
"prettier-plugin-tailwindcss": "^0.5.12",
70-
"tailwindcss": "^3.4.1",
70+
"tailwindcss": "^3.4.3",
7171
"tailwindcss-animate": "^1.0.7",
72-
"typescript": "^5.2.2",
73-
"vite": "^5.1.6",
72+
"typescript": "^5.4.5",
73+
"vite": "^5.2.12",
7474
"vite-plugin-bundle-prefetch": "^0.0.4",
7575
"vite-plugin-svgr": "^4.2.0",
76-
"vitest": "^1.5.0"
76+
"vitest": "^1.6.0"
7777
}
7878
}

0 commit comments

Comments
 (0)