Skip to content

Commit

Permalink
chore(cdk-ops): link cdk-common
Browse files Browse the repository at this point in the history
- `cdk-common` is linked.
- `aws-cdk` and `aws-cdk-lib` are bumped to 2.28.1.
- `constructs` is bumped to 10.1.42.

issue codemonger-io#4
  • Loading branch information
kikuomax committed Jun 17, 2022
1 parent ecccc90 commit 02c423f
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 28 deletions.
85 changes: 60 additions & 25 deletions cdk-ops/package-lock.json

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

7 changes: 4 additions & 3 deletions cdk-ops/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@
"@types/jest": "^27.5.0",
"@types/node": "10.17.27",
"@types/prettier": "2.6.0",
"aws-cdk": "^2.28.1",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"aws-cdk": "2.27.0",
"ts-node": "^10.7.0",
"typescript": "~3.9.7"
},
"dependencies": {
"aws-cdk-lib": "2.27.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "^2.28.1",
"cdk-common": "file:../cdk-common",
"constructs": "^10.1.42",
"source-map-support": "^0.5.21"
}
}

0 comments on commit 02c423f

Please sign in to comment.