Skip to content

Commit

Permalink
chore: upgrade deps (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
corymhall authored Jul 8, 2024
1 parent 003cdd6 commit 323402c
Show file tree
Hide file tree
Showing 17 changed files with 1,669 additions and 4,568 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build.yml

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

3 changes: 1 addition & 2 deletions .github/workflows/pull-request-lint.yml

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

26 changes: 18 additions & 8 deletions .github/workflows/release.yml

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

14 changes: 8 additions & 6 deletions .github/workflows/upgrade-main.yml

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

2 changes: 1 addition & 1 deletion .gitignore

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

3 changes: 3 additions & 0 deletions .npmignore

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

5 changes: 0 additions & 5 deletions .projen/deps.json

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

10 changes: 4 additions & 6 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 @@ -132,7 +132,7 @@ project.tasks.tryFind('release')?.spawn(project.addTask('copy-files', {

const releaseWorkflow = project.github?.tryFindWorkflow('release');
releaseWorkflow?.file?.patch(JsonPatch.add(
'/jobs/release/steps/7/with/retention-days', 1,
'/jobs/release/steps/8/with/retention-days', 1,
));
releaseWorkflow?.file?.patch(JsonPatch.replace(
'/jobs/release_github/steps/3/run',
Expand Down
Binary file modified db.json.gz
Binary file not shown.
Loading

0 comments on commit 323402c

Please sign in to comment.