Skip to content
This repository was archived by the owner on Jan 28, 2022. It is now read-only.

Commit 3102372

Browse files
Elad Ben-Israeleladb
Elad Ben-Israel
andauthored
chore: upgrade projen (#89)
Co-authored-by: eladb <[email protected]>
1 parent d2bbe99 commit 3102372

File tree

5 files changed

+6
-66
lines changed

5 files changed

+6
-66
lines changed

.github/workflows/rebuild-bot.yml

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

.gitignore

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

.projen/deps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
{
7575
"name": "projen",
76-
"version": "^0.16.41",
76+
"version": "^0.17.0",
7777
"type": "build"
7878
},
7979
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"jsii-docgen": "^1.4.114",
4747
"jsii-pacmak": "^1.16.0",
4848
"json-schema": "^0.2.5",
49-
"projen": "^0.16.41",
49+
"projen": "^0.17.0",
5050
"standard-version": "^9",
5151
"ts-jest": "^26.4.4",
5252
"typescript": "^3.9.5"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4644,10 +4644,10 @@ progress@^2.0.0:
46444644
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
46454645
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
46464646

4647-
projen@^0.16.41:
4648-
version "0.16.41"
4649-
resolved "https://registry.yarnpkg.com/projen/-/projen-0.16.41.tgz#224b66e5cbcf96b9eb196b35780bfe4e57e10e05"
4650-
integrity sha512-vQG2PA4zQq1LQphLmzrtZBjmpLhRE3qMtNbUBchvWZ7KagmT3XX7PMnC30zV3G8VLFyVlxJpaq/JB8gg9WIlSg==
4647+
projen@^0.17.0:
4648+
version "0.17.0"
4649+
resolved "https://registry.yarnpkg.com/projen/-/projen-0.17.0.tgz#9a7c6deff77a3a76f24abc0ccb6563f23eae6fb1"
4650+
integrity sha512-t8Vg7tXLPMqi7PPJPCIujzv6jD3hHrnSXwXjECJZBh0+zeAdFuu6H46ztIiu0I73h0QOTMfyRxlRoMn4YKtxoQ==
46514651
dependencies:
46524652
"@iarna/toml" "^2.2.5"
46534653
chalk "^4.1.0"

0 commit comments

Comments
 (0)