Skip to content

Commit

Permalink
build: upgrade projen to 0.84.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gmeligio committed Jul 26, 2024
1 parent 03fbd0c commit e1a9012
Show file tree
Hide file tree
Showing 7 changed files with 145 additions and 140 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json

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

2 changes: 1 addition & 1 deletion .github/workflows/release.yml

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

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.

15 changes: 10 additions & 5 deletions .projen/tasks.json

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

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const projenDeps = ['uuid', 'yaml'];

const jestDevDeps = ['@swc/jest', '@swc/core', 'jest-junit', 'cdktf'];

const projenVersion = '^0.81.13';
const projenVersion = '^0.84.10';
const bundledDeps = ([] as string[]).concat(projenDeps);
const devDeps = ([] as string[]).concat(projenDevDeps, jestDevDeps);
const peerDeps = ([] as string[]).concat(`projen@${projenVersion}`, 'constructs@^10.3.0');
Expand Down
16 changes: 9 additions & 7 deletions package.json

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

Loading

0 comments on commit e1a9012

Please sign in to comment.