Skip to content

Commit 6a2d45a

Browse files
authored
fix: remove unused aws-sdk dep [INFRA-9971] (#12)
1 parent cf57f3e commit 6a2d45a

File tree

6 files changed

+13
-145
lines changed

6 files changed

+13
-145
lines changed

.projen/deps.json

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const project = new clickupCdk.ClickUpCdkConstructLibrary({
1515
pnpmVersion: '9',
1616
repositoryUrl: `https://github.com/time-loop/${name}.git`,
1717

18-
bundledDeps: ['aws-sdk', '@aws-sdk/client-cloudwatch', '@aws-sdk/client-service-quotas'],
18+
bundledDeps: ['@aws-sdk/client-cloudwatch', '@aws-sdk/client-service-quotas'],
1919
devDeps: ['@time-loop/clickup-projen', '@aws-cdk/integ-tests-alpha', 'aws-sdk-client-mock'],
2020
peerDeps: ['multi-convention-namer'],
2121
});

package.json

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)