Skip to content

Commit

Permalink
chore(deps): upgrade jsii-docgen on individual provider repos (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Nov 27, 2023
1 parent a517e1b commit 3979500
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ export class CdktfProviderProject extends cdk.JsiiProject {

// Submodule documentation generation
this.gitignore.exclude("API.md"); // ignore the old file, we now generate it in the docs folder
this.addDevDeps("jsii-docgen@~9.0.0");
this.addDevDeps("jsii-docgen@^10.2.3");
this.addDevDeps(`jsii-rosetta@~5.1.2`);

const docgen = this.addTask("docgen", {
Expand Down
24 changes: 12 additions & 12 deletions test/__snapshots__/index.test.ts.snap

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

0 comments on commit 3979500

Please sign in to comment.