Skip to content

Commit dfedbf2

Browse files
committed
fix(deps): update dependency react-hook-form to v7.33.0
1 parent 3a302f2 commit dfedbf2

File tree

25 files changed

+109
-109
lines changed

25 files changed

+109
-109
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@
6666
"csstype": "3.1.0",
6767
"react": "18.2.0",
6868
"react-dom": "18.2.0",
69-
"react-hook-form": "7.32.2"
69+
"react-hook-form": "7.33.0"
7070
}
7171
}

packages/concept-model-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767
"@vocab/react": "1.1.2",
6868
"react": "18.2.0",
6969
"react-dom": "18.2.0",
70-
"react-hook-form": "7.32.2"
70+
"react-hook-form": "7.33.0"
7171
}
7272
}

packages/concept-model/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@vocab/react": "1.1.2",
6969
"react": "18.2.0",
7070
"react-dom": "18.2.0",
71-
"react-hook-form": "7.32.2",
71+
"react-hook-form": "7.33.0",
7272
"zod": "3.17.3"
7373
}
7474
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/react": "18.0.14",
4848
"react": "18.2.0",
4949
"react-dom": "18.2.0",
50-
"react-hook-form": "7.32.2",
50+
"react-hook-form": "7.33.0",
5151
"zod": "3.17.3"
5252
},
5353
"peerDependencies": {

packages/do-local/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@
6868
"@vocab/react": "1.1.2",
6969
"react": "18.2.0",
7070
"react-dom": "18.2.0",
71-
"react-hook-form": "7.32.2"
71+
"react-hook-form": "7.33.0"
7272
}
7373
}

packages/do/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@
6868
"@vocab/react": "1.1.2",
6969
"react": "18.2.0",
7070
"react-dom": "18.2.0",
71-
"react-hook-form": "7.32.2"
71+
"react-hook-form": "7.33.0"
7272
}
7373
}

packages/end-tries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@
7070
"@vocab/react": "1.1.2",
7171
"react": "18.2.0",
7272
"react-dom": "18.2.0",
73-
"react-hook-form": "7.32.2"
73+
"react-hook-form": "7.33.0"
7474
}
7575
}

packages/flow-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@
7070
"@vocab/react": "1.1.2",
7171
"react": "18.2.0",
7272
"react-dom": "18.2.0",
73-
"react-hook-form": "7.32.2"
73+
"react-hook-form": "7.33.0"
7474
}
7575
}

packages/flow-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
"@vocab/react": "1.1.2",
6565
"react": "18.2.0",
6666
"react-dom": "18.2.0",
67-
"react-hook-form": "7.32.2"
67+
"react-hook-form": "7.33.0"
6868
}
6969
}

packages/flow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@
6666
"@vocab/react": "1.1.2",
6767
"react": "18.2.0",
6868
"react-dom": "18.2.0",
69-
"react-hook-form": "7.32.2"
69+
"react-hook-form": "7.33.0"
7070
}
7171
}

0 commit comments

Comments
 (0)