mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-09 05:41:57 -04:00
chore(commons): add zod dependency
This dependency will be used to define our DTOs in the commons project and define the type only once. Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
098322cef8
commit
59744b65ea
2 changed files with 10 additions and 1 deletions
|
@ -48,7 +48,8 @@
|
|||
"js-yaml": "4.1.0",
|
||||
"reveal.js": "5.1.0",
|
||||
"ws": "8.18.0",
|
||||
"yjs": "13.6.23"
|
||||
"yjs": "13.6.23",
|
||||
"zod": "3.24.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jest/types": "29.6.3",
|
||||
|
|
|
@ -2650,6 +2650,7 @@ __metadata:
|
|||
typescript: "npm:5.6.3"
|
||||
ws: "npm:8.18.0"
|
||||
yjs: "npm:13.6.23"
|
||||
zod: "npm:^3.24.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
|
@ -20653,3 +20654,10 @@ __metadata:
|
|||
checksum: 10c0/dceb44c28578b31641e13695d200d34ec4ab3966a5729814d5445b194933c096b7ced71494ce53a0e8820685d1d010df8b2422e5bf2cdea7e469d97ffbea306f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"zod@npm:^3.24.2":
|
||||
version: 3.24.2
|
||||
resolution: "zod@npm:3.24.2"
|
||||
checksum: 10c0/c638c7220150847f13ad90635b3e7d0321b36cce36f3fc6050ed960689594c949c326dfe2c6fa87c14b126ee5d370ccdebd6efb304f41ef5557a4aaca2824565
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue