Skip to content

Commit

Permalink
chore: upgrade dependencies and fix projen config (#203)
Browse files Browse the repository at this point in the history
* chore: upgrade dependencies and fix projen config

* chore: self mutation

Signed-off-by: github-actions <[email protected]>

---------

Signed-off-by: github-actions <[email protected]>
Co-authored-by: Benjamin <[email protected]>
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
3 people authored Nov 2, 2023
1 parent 7e5c8b0 commit 6e2247f
Show file tree
Hide file tree
Showing 24 changed files with 1,202 additions and 1,086 deletions.
1 change: 0 additions & 1 deletion .gitattributes

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.

1 change: 0 additions & 1 deletion .gitignore

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

1 change: 0 additions & 1 deletion .projen/files.json

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

24 changes: 0 additions & 24 deletions .projen/tasks.json

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

18 changes: 1 addition & 17 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,23 +232,7 @@ new NodeProject({
licensed: false,
});

project.addTask('upgrade:ci:node', {
steps: [
{
spawn: 'upgrade',
cwd: 'continous-integration/lambda-handlers/node',
},
],
});
project.addTask('upgrade:example', {
steps: [
{
spawn: 'upgrade',
cwd: 'example/cdk',
},
],
});
project.addTask('upgrade:subprojects', {
steps: [{ spawn: 'upgrade:ci:node' }, { spawn: 'upgrade:ci:py' }, { spawn: 'upgrade:example' }],
steps: [{ spawn: 'upgrade:ci:py' }],
});
project.synth();
1 change: 0 additions & 1 deletion continous-integration/lambda-handlers/node/.gitattributes

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

1 change: 0 additions & 1 deletion continous-integration/lambda-handlers/node/.gitignore

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

5 changes: 5 additions & 0 deletions continous-integration/lambda-handlers/node/.projen/deps.json

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

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

4 changes: 2 additions & 2 deletions continous-integration/lambda-handlers/node/.projen/tasks.json

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

1 change: 1 addition & 0 deletions continous-integration/lambda-handlers/node/package.json

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

5 changes: 5 additions & 0 deletions continous-integration/lambda-handlers/node/yarn.lock

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

Loading

0 comments on commit 6e2247f

Please sign in to comment.