deps: zod

This commit is contained in:
bholmesdev 2023-03-02 11:23:59 -05:00
parent 6fb8a60f49
commit 9d2b3ca03b
2 changed files with 4 additions and 1 deletions

View file

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

View file

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