Skip to content

Commit

Permalink
chore: upgrade projen (#383)
Browse files Browse the repository at this point in the history
This PR upgrades projen to the latest version
  • Loading branch information
aws-cdk-automation committed Mar 17, 2021
1 parent c92fead commit ac49b82
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .projen/deps.json
Expand Up @@ -60,7 +60,7 @@
},
{
"name": "projen",
"version": "^0.17.4",
"version": "^0.17.6",
"type": "build"
},
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -42,7 +42,7 @@
"jsii-srcmak": "^0.1.170",
"json-schema": "^0.2.5",
"prettier": "^2.2.1",
"projen": "^0.17.4",
"projen": "^0.17.6",
"standard-version": "^9",
"ts-jest": "^26.1.0",
"typescript": "^3.9.5"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -4732,10 +4732,10 @@ progress@^2.0.0:
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==

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

0 comments on commit ac49b82

Please sign in to comment.