Skip to content

Commit 7123e93

Browse files
authored
chore: upgrade projen to 0.17 (#87)
1 parent 7b3eb59 commit 7123e93

File tree

6 files changed

+6
-72
lines changed

6 files changed

+6
-72
lines changed

.github/workflows/rebuild-bot.yml

Lines changed: 0 additions & 66 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ yarn-error.log*
3535
!/.github/dependabot.yml
3636
!/.github/pull_request_template.md
3737
!/.github/workflows/build.yml
38-
!/.github/workflows/rebuild-bot.yml
3938
!/.github/workflows/release.yml
4039
!/.mergify.yml
4140
!/.npmignore

.projen/deps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
},
100100
{
101101
"name": "projen",
102-
"version": "^0.16.29",
102+
"version": "^0.17.0",
103103
"type": "build"
104104
},
105105
{

.projenrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const project = new AwsCdkConstructLibrary({
88
jsiiFqn: 'projen.AwsCdkConstructLibrary',
99
name: '@superluminar-io/super-eks',
1010
repositoryUrl: 'https://github.com/superluminar-io/super-eks.git',
11+
projenVersion: '^0.17.0',
1112

1213
/* AwsCdkConstructLibraryOptions */
1314
// cdkAssert: true, /* Install the @aws-cdk/assert library? */

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"jsii-docgen": "^1.8.57",
5252
"jsii-pacmak": "^1.22.0",
5353
"json-schema": "^0.3.0",
54-
"projen": "^0.16.29",
54+
"projen": "^0.17.0",
5555
"source-map-support": "^0.5.19",
5656
"standard-version": "^9",
5757
"ts-jest": "^26.5.2",

0 commit comments

Comments
 (0)