Skip to content

Commit

Permalink
chore: update SDK range to ^3
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviomacedo committed Feb 28, 2025
1 parent b6faaba commit d9f6703
Show file tree
Hide file tree
Showing 10 changed files with 664 additions and 678 deletions.
6 changes: 3 additions & 3 deletions .projen/deps.json

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

6 changes: 1 addition & 5 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,7 @@ const ADDITIONAL_CLI_IGNORE_PATTERNS = [
'.recommended-feature-flags.json',
];

// Specifically this and not ^ because when the SDK version updates there is a
// high chance that our manually copied enums are no longer compatible.
//
// FIXME: Sort that out after we've moved.
const CLI_SDK_V3_RANGE = '3.741';
const CLI_SDK_V3_RANGE = '^3';

/**
* Shared jest config
Expand Down
6 changes: 3 additions & 3 deletions package.json

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

42 changes: 21 additions & 21 deletions packages/@aws-cdk/toolkit-lib/.projen/deps.json

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

42 changes: 21 additions & 21 deletions packages/@aws-cdk/toolkit-lib/package.json

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

42 changes: 21 additions & 21 deletions packages/aws-cdk/.projen/deps.json

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

Loading

0 comments on commit d9f6703

Please sign in to comment.