Skip to content

Commit 29d0bb4

Browse files
committed
fix(deps): update dependency react-hook-form to v7.33.1
1 parent 9f7e805 commit 29d0bb4

File tree

25 files changed

+132
-132
lines changed

25 files changed

+132
-132
lines changed

package.json

+1-1
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.33.0"
69+
"react-hook-form": "7.33.1"
7070
}
7171
}

packages/concept-model-editor/package.json

+1-1
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.33.0"
70+
"react-hook-form": "7.33.1"
7171
}
7272
}

packages/concept-model/package.json

+1-1
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.33.0",
71+
"react-hook-form": "7.33.1",
7272
"zod": "3.17.3"
7373
}
7474
}

packages/core/package.json

+1-1
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.33.0",
50+
"react-hook-form": "7.33.1",
5151
"zod": "3.17.3"
5252
},
5353
"peerDependencies": {

packages/do-local/package.json

+1-1
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.33.0"
71+
"react-hook-form": "7.33.1"
7272
}
7373
}

packages/do/package.json

+1-1
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.33.0"
71+
"react-hook-form": "7.33.1"
7272
}
7373
}

packages/end-tries/package.json

+1-1
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.33.0"
73+
"react-hook-form": "7.33.1"
7474
}
7575
}

packages/flow-editor/package.json

+1-1
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.33.0"
73+
"react-hook-form": "7.33.1"
7474
}
7575
}

packages/flow-node/package.json

+1-1
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.33.0"
67+
"react-hook-form": "7.33.1"
6868
}
6969
}

packages/flow/package.json

+1-1
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.33.0"
69+
"react-hook-form": "7.33.1"
7070
}
7171
}

packages/icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@
6161
"@vocab/react": "1.1.2",
6262
"react": "18.2.0",
6363
"react-dom": "18.2.0",
64-
"react-hook-form": "7.33.0"
64+
"react-hook-form": "7.33.1"
6565
}
6666
}

packages/input-markdown/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@vocab/react": "1.1.2",
6767
"react": "18.2.0",
6868
"react-dom": "18.2.0",
69-
"react-hook-form": "7.33.0",
69+
"react-hook-form": "7.33.1",
7070
"zod": "3.17.3"
7171
}
7272
}

packages/mock/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
"@vocab/react": "1.1.2",
6363
"react": "18.2.0",
6464
"react-dom": "18.2.0",
65-
"react-hook-form": "7.33.0"
65+
"react-hook-form": "7.33.1"
6666
}
6767
}

packages/provider/package.json

+1-1
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.33.0"
69+
"react-hook-form": "7.33.1"
7070
}
7171
}

packages/report-flow/package.json

+1-1
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.33.0"
71+
"react-hook-form": "7.33.1"
7272
}
7373
}

packages/shell/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@
6565
"@vocab/react": "1.1.2",
6666
"react": "18.2.0",
6767
"react-dom": "18.2.0",
68-
"react-hook-form": "7.33.0"
68+
"react-hook-form": "7.33.1"
6969
}
7070
}

packages/start-simple/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@vocab/react": "1.1.2",
6767
"react": "18.2.0",
6868
"react-dom": "18.2.0",
69-
"react-hook-form": "7.33.0",
69+
"react-hook-form": "7.33.1",
7070
"zod": "3.17.3"
7171
}
7272
}

packages/task-choice/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@vocab/react": "1.1.2",
7070
"react": "18.2.0",
7171
"react-dom": "18.2.0",
72-
"react-hook-form": "7.33.0",
72+
"react-hook-form": "7.33.1",
7373
"zod": "3.17.3"
7474
}
7575
}

packages/task-fill-in-the-blank/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@vocab/react": "1.1.2",
7171
"react": "18.2.0",
7272
"react-dom": "18.2.0",
73-
"react-hook-form": "7.33.0",
73+
"react-hook-form": "7.33.1",
7474
"zod": "3.17.3"
7575
}
7676
}

packages/task-highlighting/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@vocab/react": "1.1.2",
6868
"react": "18.2.0",
6969
"react-dom": "18.2.0",
70-
"react-hook-form": "7.33.0",
70+
"react-hook-form": "7.33.1",
7171
"zod": "3.17.3"
7272
}
7373
}

packages/task-input/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@vocab/react": "1.1.2",
7171
"react": "18.2.0",
7272
"react-dom": "18.2.0",
73-
"react-hook-form": "7.33.0",
73+
"react-hook-form": "7.33.1",
7474
"zod": "3.17.3"
7575
}
7676
}

packages/task-yes-no/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@vocab/react": "1.1.2",
6868
"react": "18.2.0",
6969
"react-dom": "18.2.0",
70-
"react-hook-form": "7.33.0",
70+
"react-hook-form": "7.33.1",
7171
"zod": "3.17.3"
7272
}
7373
}

packages/title-simple/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@vocab/react": "1.1.2",
6767
"react": "18.2.0",
6868
"react-dom": "18.2.0",
69-
"react-hook-form": "7.33.0",
69+
"react-hook-form": "7.33.1",
7070
"zod": "3.17.3"
7171
}
7272
}

0 commit comments

Comments
 (0)