deps: zod

This commit is contained in:
bholmesdev 2023-03-02 11:23:59 -05:00
parent 32dda6230e
commit cbfa05f218
2 changed files with 4 additions and 1 deletions

View file

@ -33,7 +33,8 @@
"dependencies": {
"@markdoc/markdoc": "^0.2.2",
"gray-matter": "^4.0.3",
"stringify-attributes": "^3.0.0"
"stringify-attributes": "^3.0.0",
"zod": "^3.17.3"
},
"devDependencies": {
"@types/chai": "^4.3.1",

View file

@ -3009,10 +3009,12 @@ importers:
mocha: ^9.2.2
stringify-attributes: ^3.0.0
vite: ^4.0.3
zod: ^3.17.3
dependencies:
'@markdoc/markdoc': 0.2.2
gray-matter: 4.0.3
stringify-attributes: 3.0.0
zod: 3.20.6
devDependencies:
'@types/chai': 4.3.4
'@types/html-escaper': 3.0.0