Skip to content

Commit

Permalink
feat: upgrade esbuild to ^0.15.0
Browse files Browse the repository at this point in the history
Fixes #204
  • Loading branch information
mrgrain committed Aug 13, 2022
1 parent a7d14e7 commit 104ab2e
Show file tree
Hide file tree
Showing 4 changed files with 328 additions and 242 deletions.
2 changes: 1 addition & 1 deletion .projen/deps.json

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

4 changes: 2 additions & 2 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
devDeps: [
'@aws-cdk/[email protected]',
'@types/eslint',
'esbuild@^0.14.0',
'esbuild@^0.15.0',
'jest-mock',
'ts-morph',
],
Expand Down Expand Up @@ -211,7 +211,7 @@ new vscode.VsCode(project).launchConfiguration.addConfiguration({

// esbuild
project.tryFindObjectFile('package.json')?.addOverride('optionalDependencies', {
esbuild: '^0.14.0',
esbuild: '^0.15.0',
});

new TypeScriptSourceFile(project, 'src/esbuild-types.ts', {
Expand Down
Loading

0 comments on commit 104ab2e

Please sign in to comment.