Skip to content

Commit

Permalink
feat(cdk): force source-map to ^0.7.4 [CLK-393642] (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahammond authored Oct 12, 2023
1 parent 2cf026a commit 9eb34f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/clickup-cdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export module clickupCdk {
...clickupTs.deps,
'@time-loop/cdk-library',
'@time-loop/cdk-named-environments',
'source-map@^0.7.4', // CLK-393642 and https://github.com/mozilla/source-map/issues/454
'cdk-constants',
'multi-convention-namer',
];
Expand Down
3 changes: 3 additions & 0 deletions test/__snapshots__/clickup-cdk.test.ts.snap

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

0 comments on commit 9eb34f9

Please sign in to comment.