deps: zod
This commit is contained in:
parent
6fb8a60f49
commit
9d2b3ca03b
2 changed files with 4 additions and 1 deletions
|
@ -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",
|
||||
|
|
|
@ -3005,10 +3005,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
|
||||
|
|
Loading…
Reference in a new issue