Skip to content

Commit 02796b2

Browse files
authored
fix(deps): upgrade to jsii & typescript 5.9 (#2823)
1 parent f62df72 commit 02796b2

File tree

5 files changed

+54
-107
lines changed

5 files changed

+54
-107
lines changed

.projen/deps.json

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ const project = new CdklabsJsiiProject({
5858
},
5959
autoApproveUpgrades: true,
6060

61-
jsiiVersion: '5.4.x',
62-
typescriptVersion: '5.4.x',
61+
jsiiVersion: '5.9.x',
62+
typescriptVersion: '5.9.x',
6363
});
6464

6565
// disable go sumdb so that go deps are resolved directly against github
@@ -78,8 +78,4 @@ project.npmignore?.exclude('/scripts/', '.projenrc.ts');
7878
// cdklabs-projen-project-types is overzealous about adding this dependency
7979
project.deps.removeDependency('constructs');
8080

81-
// temporary to
82-
// to resolve https://github.com/aws/jsii/issues/4658
83-
project.addDevDeps('[email protected]');
84-
8581
project.synth();

package.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 44 additions & 92 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)