Skip to content

Commit

Permalink
Merge pull request #22 from MarcioMeier/feat/peer-dependencies
Browse files Browse the repository at this point in the history
feat: zod and zod-to-openapi peer dependencies
  • Loading branch information
flaviostutz authored Jun 3, 2024
2 parents d8c942e + 2270dc0 commit 0b0b007
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 33 deletions.
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"typescript": "5.3.3"
},
"dependencies": {
"@asteasolutions/zod-to-openapi": "^6.3.1",
"@asteasolutions/zod-to-openapi": "^7.0.0",
"aws-cdk-lib": "2.117.0",
"aws-lambda": "^1.0.7",
"cdk-practical-constructs": "file:../lib/dist/cdk-practical-constructs-0.0.1.tgz",
"constructs": "^10.3.0",
"esbuild": "^0.19.11",
"openapi3-ts": "^4.2.1",
"zod": "^3.22.4"
"zod": "^3.23.8"
}
}
44 changes: 24 additions & 20 deletions examples/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@apiture/openapi-down-convert": "^0.9.0",
"@asteasolutions/zod-to-openapi": "^6.3.1",
"@asteasolutions/zod-to-openapi": "^7.0.0",
"@aws-sdk/client-secrets-manager": "^3.495.0",
"@stoplight/spectral-cli": "^6.11.0",
"aws-cdk-lib": "2.117.0",
Expand All @@ -60,7 +60,11 @@
"qs": "^6.11.2",
"scoperjs": "^1.0.1",
"tmp": "^0.2.1",
"zod": "^3.22.4"
"zod": "^3.23.8"
},
"peerDependencies": {
"zod": "3.x",
"@asteasolutions/zod-to-openapi": "7.x"
},
"publishConfig": {
"access": "public",
Expand Down
18 changes: 9 additions & 9 deletions lib/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0b0b007

Please sign in to comment.