Skip to content

Commit 8433021

Browse files
committed
fix(deps): update dependency zod to v3.19.1
1 parent ea376f8 commit 8433021

File tree

15 files changed

+47
-47
lines changed

15 files changed

+47
-47
lines changed

packages/bits/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
"zod": "3.x"
5454
},
5555
"devDependencies": {
56-
"zod": "3.19.0"
56+
"zod": "3.19.1"
5757
}
5858
}

packages/concept-model/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@
6969
"react": "18.2.0",
7070
"react-dom": "18.2.0",
7171
"react-hook-form": "7.35.0",
72-
"zod": "3.19.0"
72+
"zod": "3.19.1"
7373
}
7474
}

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"react": "18.2.0",
4949
"react-dom": "18.2.0",
5050
"react-hook-form": "7.35.0",
51-
"zod": "3.19.0"
51+
"zod": "3.19.1"
5252
},
5353
"peerDependencies": {
5454
"@emotion/cache": "11.x",

packages/end-tries/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@bitflow/icons": "workspace:*",
4545
"@bitflow/provider": "workspace:*",
4646
"@bitflow/shell": "workspace:*",
47-
"zod": "3.19.0"
47+
"zod": "3.19.1"
4848
},
4949
"peerDependencies": {
5050
"@emotion/cache": "11.x",

packages/input-markdown/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767
"react": "18.2.0",
6868
"react-dom": "18.2.0",
6969
"react-hook-form": "7.35.0",
70-
"zod": "3.19.0"
70+
"zod": "3.19.1"
7171
}
7272
}

packages/provider/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@bitflow/core": "workspace:*",
4343
"lodash.get": "^4.4.2",
44-
"zod": "3.19.0"
44+
"zod": "3.19.1"
4545
},
4646
"peerDependencies": {
4747
"@emotion/cache": "11.x",

packages/start-simple/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767
"react": "18.2.0",
6868
"react-dom": "18.2.0",
6969
"react-hook-form": "7.35.0",
70-
"zod": "3.19.0"
70+
"zod": "3.19.1"
7171
}
7272
}

packages/task-choice/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@
7070
"react": "18.2.0",
7171
"react-dom": "18.2.0",
7272
"react-hook-form": "7.35.0",
73-
"zod": "3.19.0"
73+
"zod": "3.19.1"
7474
}
7575
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@
7171
"react": "18.2.0",
7272
"react-dom": "18.2.0",
7373
"react-hook-form": "7.35.0",
74-
"zod": "3.19.0"
74+
"zod": "3.19.1"
7575
}
7676
}

packages/task-highlighting/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@
6868
"react": "18.2.0",
6969
"react-dom": "18.2.0",
7070
"react-hook-form": "7.35.0",
71-
"zod": "3.19.0"
71+
"zod": "3.19.1"
7272
}
7373
}

packages/task-input/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@
7171
"react": "18.2.0",
7272
"react-dom": "18.2.0",
7373
"react-hook-form": "7.35.0",
74-
"zod": "3.19.0"
74+
"zod": "3.19.1"
7575
}
7676
}

packages/task-yes-no/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@
6868
"react": "18.2.0",
6969
"react-dom": "18.2.0",
7070
"react-hook-form": "7.35.0",
71-
"zod": "3.19.0"
71+
"zod": "3.19.1"
7272
}
7373
}

packages/title-simple/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767
"react": "18.2.0",
6868
"react-dom": "18.2.0",
6969
"react-hook-form": "7.35.0",
70-
"zod": "3.19.0"
70+
"zod": "3.19.1"
7171
}
7272
}

pnpm-lock.yaml

+33-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"react-json-view": "1.21.3",
3737
"typeface-rubik": "1.1.13",
3838
"typeface-ubuntu-mono": "1.1.13",
39-
"zod": "3.19.0",
39+
"zod": "3.19.1",
4040
"zod-to-json-schema": "3.17.1"
4141
},
4242
"devDependencies": {

0 commit comments

Comments
 (0)