Skip to content

Commit

Permalink
fix: remove unused aws-sdk dep [INFRA-9971] (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahammond authored May 28, 2024
1 parent cf57f3e commit 6a2d45a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 145 deletions.
4 changes: 0 additions & 4 deletions .projen/deps.json

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

4 changes: 2 additions & 2 deletions .projen/tasks.json

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

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const project = new clickupCdk.ClickUpCdkConstructLibrary({
pnpmVersion: '9',
repositoryUrl: `https://github.com/time-loop/${name}.git`,

bundledDeps: ['aws-sdk', '@aws-sdk/client-cloudwatch', '@aws-sdk/client-service-quotas'],
bundledDeps: ['@aws-sdk/client-cloudwatch', '@aws-sdk/client-service-quotas'],
devDeps: ['@time-loop/clickup-projen', '@aws-cdk/integ-tests-alpha', 'aws-sdk-client-mock'],
peerDeps: ['multi-convention-namer'],
});
Expand Down
6 changes: 2 additions & 4 deletions package.json

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

Loading

0 comments on commit 6a2d45a

Please sign in to comment.