Skip to content

Commit

Permalink
chore: remove redundant dependencies from devDependencies (aws#4333)
Browse files Browse the repository at this point in the history
* fix: remove redundant dependencies from  devDependencies

The redundant dependencies in devDependencies are left untouched when executing the bump script.
Subsequently, these modules would fail build.

* missed removing region-info from route53-targets devDependencies
  • Loading branch information
shivlaks authored and mergify[bot] committed Oct 2, 2019
1 parent 47203f4 commit 306d1c0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/@aws-cdk/aws-route53-patterns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^1.10.0",
"@aws-cdk/aws-s3": "^1.10.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cdk-integ-tools": "file:../../../tools/cdk-integ-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
Expand Down
2 changes: 0 additions & 2 deletions packages/@aws-cdk/aws-route53-targets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@
"@aws-cdk/aws-certificatemanager": "^1.10.0",
"@aws-cdk/aws-ec2": "^1.10.0",
"@aws-cdk/aws-lambda": "^1.10.0",
"@aws-cdk/aws-s3": "^1.10.0",
"@aws-cdk/region-info": "^1.10.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cdk-integ-tools": "file:../../../tools/cdk-integ-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
Expand Down
1 change: 0 additions & 1 deletion packages/@aws-cdk/aws-sqs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^1.10.0",
"@aws-cdk/aws-kms": "^1.10.0",
"@aws-cdk/aws-s3": "^1.10.0",
"aws-sdk": "^2.540.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
Expand Down

0 comments on commit 306d1c0

Please sign in to comment.