Skip to content

Commit

Permalink
Merge pull request #37 from MarcioMeier/feat/aws-cdk-lib-peer-dep
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviostutz authored Sep 2, 2024
2 parents 19baf71 + 5ec2250 commit 68583d1
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 31 deletions.
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/aws-lambda": "^8.10.131",
"@types/jest": "^29.4.0",
"@types/node": "^20.14.8",
"aws-cdk": "2.117.0",
"aws-cdk": "^2.155.0",
"aws-sdk-client-mock": "^3.0.1",
"esbuild-jest": "^0.5.0",
"eslint": "^8.56.0",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@asteasolutions/zod-to-openapi": "^7.0.0",
"aws-cdk-lib": "2.117.0",
"aws-cdk-lib": "^2.155.0",
"aws-lambda": "^1.0.7",
"cdk-practical-constructs": "file:../lib/dist/cdk-practical-constructs-0.0.1.tgz",
"constructs": "^10.3.0",
Expand Down
49 changes: 33 additions & 16 deletions examples/pnpm-lock.yaml

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

6 changes: 2 additions & 4 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@
},
"dependencies": {
"@apiture/openapi-down-convert": "^0.9.0",
"@asteasolutions/zod-to-openapi": "^7.0.0",
"@aws-sdk/client-secrets-manager": "^3.624.0",
"@stoplight/spectral-cli": "^6.11.1",
"aws-cdk-lib": "2.117.0",
"aws-lambda": "^1.0.7",
"axios": "^1.7.5",
"constructs": "^10.3.0",
Expand All @@ -59,11 +57,11 @@
"openapi3-ts": "^4.2.1",
"qs": "^6.11.2",
"scoperjs": "^1.0.1",
"tmp": "^0.2.1",
"zod": "^3.23.8"
"tmp": "^0.2.1"
},
"peerDependencies": {
"@asteasolutions/zod-to-openapi": "7.x",
"aws-cdk-lib": "2.x",
"zod": "3.x"
},
"publishConfig": {
Expand Down
41 changes: 32 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 68583d1

Please sign in to comment.