Skip to content

Commit

Permalink
Revert "build: upgrade jsii to 5.6.0 (latest) and run pj build"
Browse files Browse the repository at this point in the history
This reverts commit a593713.

JSII 5.6.0 was released just several hours ago and therefore the jsii ecosystem as a whole is not yet ready for it. See for example: cdklabs/jsii-docgen#1643
  • Loading branch information
aripalo committed Nov 19, 2024
1 parent a593713 commit ae982c8
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 52 deletions.
4 changes: 2 additions & 2 deletions .projen/deps.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 @@ -4,7 +4,7 @@ import { JobPermission } from 'projen/lib/github/workflows-model';

const project = new awscdk.AwsCdkConstructLibrary({
projenrcTs: true,
jsiiVersion: '~5.6.0',
jsiiVersion: '~5.5.0',
// Metadata
stability: 'experimental',
author: 'Alma Media',
Expand Down
121 changes: 74 additions & 47 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json

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

0 comments on commit ae982c8

Please sign in to comment.