Skip to content

Commit b128f65

Browse files
committed
resolutions
1 parent 67e04d8 commit b128f65

File tree

5 files changed

+31
-58
lines changed

5 files changed

+31
-58
lines changed

.projen/deps.json

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

.projenrc.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,13 @@ new AdcPublishing(repoProject);
322322

323323
const repo = configureProject(repoProject);
324324

325+
// Force CommonJS versions to prevent Yarn from hoisting ESM-only versions, which break the build
326+
repo.package.addPackageResolutions(
327+
'strip-ansi@^6.0.1',
328+
'string-width@^4.2.3',
329+
'wrap-ansi@^7.0.0',
330+
);
331+
325332
interface GenericProps {
326333
private?: boolean;
327334
}

package.json

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

packages/cdk-assets/THIRD_PARTY_LICENSES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@ The cdk-assets package includes the following third-party software/licensing:
12361236

12371237
----------------
12381238

1239-
** @aws-sdk/client-secrets-manager@3.948.0 - https://www.npmjs.com/package/@aws-sdk/client-secrets-manager/v/3.948.0 | Apache-2.0
1239+
** @aws-sdk/client-secrets-manager@3.950.0 - https://www.npmjs.com/package/@aws-sdk/client-secrets-manager/v/3.950.0 | Apache-2.0
12401240
Apache License
12411241
Version 2.0, January 2004
12421242
http://www.apache.org/licenses/

yarn.lock

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

0 commit comments

Comments
 (0)