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

Commit

Permalink
chore: upgrade projen (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-cdk-automation committed Apr 12, 2021
1 parent b5ce376 commit b4976a3
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .projen/deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
},
{
"name": "projen",
"version": "^0.17.31",
"version": "^0.17.32",
"type": "build"
},
{
Expand Down
3 changes: 2 additions & 1 deletion .versionrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"commitAll": true,
"scripts": {
"postbump": "npx projen && git add ."
}
},
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"jsii-docgen": "^1.4.114",
"jsii-pacmak": "^1.16.0",
"json-schema": "^0.2.5",
"projen": "^0.17.31",
"projen": "^0.17.32",
"standard-version": "^9",
"ts-jest": "^26.4.4",
"typescript": "^3.9.5"
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.eslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
],
"exclude": [
"node_modules"
]
],
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}
3 changes: 2 additions & 1 deletion tsconfig.jest.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
],
"exclude": [
"node_modules"
]
],
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4683,10 +4683,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.31:
version "0.17.31"
resolved "https://registry.yarnpkg.com/projen/-/projen-0.17.31.tgz#0a26398cbce006fa4d86e3b2cb2d125f6a0bbe4c"
integrity sha512-87ol2qQ2yRwkGqK3aquXRzTVRGlOJppTD0xM6Q44/juQzaPJQiaZ7n9BXpby0icokN3rNHc+iRV9WmClqnu+6Q==
projen@^0.17.32:
version "0.17.32"
resolved "https://registry.yarnpkg.com/projen/-/projen-0.17.32.tgz#8bead071ce404873a409fa6533dc97fbbbb6e42d"
integrity sha512-fAWOZIp2bKxek4XJ42PodT24wAFMaoCKvykebeRQpXodHYpX7wLf5aYWJVsw2rrvJhz5OC9RlPpyHoOdTTvkxg==
dependencies:
"@iarna/toml" "^2.2.5"
chalk "^4.1.0"
Expand Down

0 comments on commit b4976a3

Please sign in to comment.