Skip to content

Commit

Permalink
chore(deps)!: increase minimum required version of Projen to 0.85 (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Aug 28, 2024
1 parent f69cb57 commit 914ad17
Show file tree
Hide file tree
Showing 35 changed files with 598 additions and 451 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.

3 changes: 3 additions & 0 deletions .github/workflows/build.yml

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

1 change: 0 additions & 1 deletion .github/workflows/pull-request-lint.yml

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

9 changes: 7 additions & 2 deletions .github/workflows/release.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/upgrade-main.yml

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

1 change: 1 addition & 0 deletions .npmignore

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

8 changes: 4 additions & 4 deletions .projen/deps.json

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

11 changes: 8 additions & 3 deletions .projen/tasks.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 @@ -60,12 +60,12 @@ project.tsconfig?.exclude?.push("src/exampleCode/**");
project.tsconfig?.exclude?.push("example/**");
project.tsconfig?.exclude?.push("examples/**");

project.addPeerDeps("projen@>= 0.79.3", "constructs@^10.3.0");
project.addPeerDeps("projen@>= 0.85.0", "constructs@^10.3.0");
project.addBundledDeps("change-case");
project.addDevDeps(
"fs-extra",
"glob",
"projen@^0.79.3",
"projen@^0.85.0",
"@types/fs-extra",
"@types/glob",
"@types/change-case",
Expand Down
Loading

0 comments on commit 914ad17

Please sign in to comment.