Skip to content

Commit

Permalink
chore: add peerDependencies to parser
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi committed Jul 10, 2024
1 parent 8dd7907 commit 2a11e8c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,16 @@
"nodejs"
],
"peerDependencies": {
"zod": ">=3.x"
"zod": ">=3.x",
"@middy/core": "4.x || 5.x"
},
"peerDependenciesMeta": {
"zod": {
"optional": true
},
"@middy/core": {
"optional": true
}
},
"devDependencies": {
"@anatine/zod-mock": "^3.13.3",
Expand Down

0 comments on commit 2a11e8c

Please sign in to comment.