Skip to content

Commit

Permalink
chore: upgrade projen to 0.17 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miradorn committed Mar 11, 2021
1 parent 7b3eb59 commit 7123e93
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 72 deletions.
66 changes: 0 additions & 66 deletions .github/workflows/rebuild-bot.yml

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -35,7 +35,6 @@ yarn-error.log*
!/.github/dependabot.yml
!/.github/pull_request_template.md
!/.github/workflows/build.yml
!/.github/workflows/rebuild-bot.yml
!/.github/workflows/release.yml
!/.mergify.yml
!/.npmignore
Expand Down
2 changes: 1 addition & 1 deletion .projen/deps.json
Expand Up @@ -99,7 +99,7 @@
},
{
"name": "projen",
"version": "^0.16.29",
"version": "^0.17.0",
"type": "build"
},
{
Expand Down
1 change: 1 addition & 0 deletions .projenrc.js
Expand Up @@ -8,6 +8,7 @@ const project = new AwsCdkConstructLibrary({
jsiiFqn: 'projen.AwsCdkConstructLibrary',
name: '@superluminar-io/super-eks',
repositoryUrl: 'https://github.com/superluminar-io/super-eks.git',
projenVersion: '^0.17.0',

/* AwsCdkConstructLibraryOptions */
// cdkAssert: true, /* Install the @aws-cdk/assert library? */
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -51,7 +51,7 @@
"jsii-docgen": "^1.8.57",
"jsii-pacmak": "^1.22.0",
"json-schema": "^0.3.0",
"projen": "^0.16.29",
"projen": "^0.17.0",
"source-map-support": "^0.5.19",
"standard-version": "^9",
"ts-jest": "^26.5.2",
Expand Down

0 comments on commit 7123e93

Please sign in to comment.