Skip to content

Commit ac49b82

Browse files
chore: upgrade projen (#383)
This PR upgrades projen to the latest version
1 parent c92fead commit ac49b82

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.projen/deps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
{
6262
"name": "projen",
63-
"version": "^0.17.4",
63+
"version": "^0.17.6",
6464
"type": "build"
6565
},
6666
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"jsii-srcmak": "^0.1.170",
4343
"json-schema": "^0.2.5",
4444
"prettier": "^2.2.1",
45-
"projen": "^0.17.4",
45+
"projen": "^0.17.6",
4646
"standard-version": "^9",
4747
"ts-jest": "^26.1.0",
4848
"typescript": "^3.9.5"

yarn.lock

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

4735-
projen@^0.17.4:
4736-
version "0.17.4"
4737-
resolved "https://registry.yarnpkg.com/projen/-/projen-0.17.4.tgz#3f15f26d9bda7ebc530ec49cc3ebd8f773fa21ba"
4738-
integrity sha512-N7rV/fKuWJbpuG5yNp1eOSU9A6gyikGQ2Tzw34l6zZrUij8QOO6punARuqEL/HjUfx+pZMJPHYRVmFjC/+TGRg==
4735+
projen@^0.17.6:
4736+
version "0.17.6"
4737+
resolved "https://registry.yarnpkg.com/projen/-/projen-0.17.6.tgz#e6231b6a200e2619ed46205667b2f0e949d653ea"
4738+
integrity sha512-wMxzDv5Egk8/yFuZu95NwGvWwnxaBJGAPUGOKa8lL4sdizBNl8MfAstOP4CbDEIw/uSEMDP/doNjBPqo1b43bA==
47394739
dependencies:
47404740
"@iarna/toml" "^2.2.5"
47414741
chalk "^4.1.0"

0 commit comments

Comments
 (0)