Skip to content

Commit

Permalink
chore(deps)!: upgrade jsii, projen and jest on provider-project (#358)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This requires `constructs@^10.3.0` as a peer
dependency.

Aside from that, there are no impacts on the individual providers
themselves; all the updates are purely limited to this repo
(provider-project).
  • Loading branch information
xiehan authored Nov 27, 2023
1 parent c787596 commit 2a7866f
Show file tree
Hide file tree
Showing 12 changed files with 4,492 additions and 4,634 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.

1 change: 0 additions & 1 deletion .gitignore

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

21 changes: 11 additions & 10 deletions .projen/deps.json

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.

7 changes: 2 additions & 5 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 @@ -31,8 +31,8 @@ const project = new cdk.JsiiProject({
authorOrganization: true,
licensed: false, // we do supply our own license file with a custom header
pullRequestTemplate: false,
jsiiVersion: "^5.0.1",
peerDeps: ["projen@^0.75.0"],
jsiiVersion: "~5.2.0",
peerDeps: ["projen@^0.77.2", "constructs@^10.3.0"],
deps: ["change-case", "fs-extra"],
devDeps: ["@types/fs-extra", "glob"],
bundledDeps: ["change-case", "fs-extra"],
Expand Down
Loading

0 comments on commit 2a7866f

Please sign in to comment.