Skip to content

Commit

Permalink
Merge pull request #6 from umccr/build/cdk-lib-peer-dep
Browse files Browse the repository at this point in the history
build: aws-cdk-lib should be a peer dependency
  • Loading branch information
mmalenic authored Jan 9, 2025
2 parents 82e672d + d6b625b commit cd5d3b3
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 318 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@
},
"dependencies": {
"@iarna/toml": "^3.0.0",
"aws-cdk-lib": "2.164.1",
"cargo-lambda-cdk": "^0.0.31",
"constructs": "10.4.2",
"glob": "^11.0.0",
"source-map-support": "^0.5.21"
"cargo-lambda-cdk": "^0.0.31"
},
"devDependencies": {
"@types/node": "22.8.4",
"aws-cdk": "2.164.1",
"prettier": "^3.4.2",
"typescript": "5.6.3"
"aws-cdk": "2.112.0",
"prettier": "3.4.2",
"typescript": "5.6.3",
"constructs": "10.4.2",
"aws-cdk-lib": "2.112.0"
},
"peerDependencies": {
"aws-cdk-lib": "^2.112.0"
},
"files": [
"./**/*.d.ts",
Expand All @@ -30,5 +31,5 @@
"run": "cdk deploy",
"watch": "tsc -w"
},
"version": "0.7.1"
"version": "0.7.2"
}
Loading

0 comments on commit cd5d3b3

Please sign in to comment.