Skip to content

Commit 75134ea

Browse files
committed
refactor: replace react-hook-form with tanstack form
1 parent 6b5a567 commit 75134ea

File tree

3 files changed

+361
-107
lines changed

3 files changed

+361
-107
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"@squonk/mui-theme": "4.0.0",
5858
"@squonk/sdf-parser": "1.3.0",
5959
"@tanstack/match-sorter-utils": "8.19.4",
60+
"@tanstack/react-form": "^1.0.5",
6061
"@tanstack/react-query": "5.68.0",
6162
"@tanstack/react-query-devtools": "5.68.0",
6263
"@tanstack/react-table": "8.21.2",
@@ -94,7 +95,6 @@
9495
"react": "19.0.0",
9596
"react-dom": "19.0.0",
9697
"react-dropzone": "14.3.8",
97-
"react-hook-form": "7.54.2",
9898
"react-plotly.js": "2.6.0",
9999
"sharp": "0.33.5",
100100
"typescript": "5.7.3",

0 commit comments

Comments
 (0)