Skip to content

Commit

Permalink
feat: esbuild 0.24.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain committed Nov 9, 2024
1 parent e54ba50 commit e188cac
Show file tree
Hide file tree
Showing 8 changed files with 507 additions and 460 deletions.
7 changes: 4 additions & 3 deletions .eslintrc.json

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

13 changes: 9 additions & 4 deletions .projen/deps.json

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

5 changes: 4 additions & 1 deletion .projen/tasks.json

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

6 changes: 0 additions & 6 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,6 @@ const project = new awscdk.AwsCdkConstructLibrary({
});
stableReleases.bind(project);

// Fix dependency version due to errors on node14
project.addDevDeps(
'@typescript-eslint/eslint-plugin@^5',
'@typescript-eslint/parser@^5',
);

// auto approve backports
project.tryFindObjectFile('.mergify.yml')?.addOverride('defaults.actions.backport', {
labels: ['auto-approve'],
Expand Down
Loading

0 comments on commit e188cac

Please sign in to comment.