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

Commit d3736cf

Browse files
Alexander Melnykgithub-actions
Alexander Melnyk
and
github-actions
authored
chore(deps): upgrade dependencies (#51)
* chore(deps): upgrade dependencies Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/aws-samples/cdk-lambda-powertools-python-layer/actions/runs/2374696786 ------ *Automatically created by projen via the "upgrade-main" workflow* Signed-off-by: github-actions <[email protected]> * fix: downgrade prettier because of breaking changes * pin prettier to 2.6.0 until breaking changes are resolved Co-authored-by: github-actions <[email protected]>
1 parent 741774c commit d3736cf

File tree

6 files changed

+468
-429
lines changed

6 files changed

+468
-429
lines changed

.projen/deps.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ const project = new awscdk.AwsCdkConstructLibrary({
1010
name: 'cdk-lambda-powertools-python-layer',
1111
repositoryUrl: 'https://github.com/aws-samples/cdk-lambda-powertools-python-layer.git',
1212
description: 'A lambda layer for AWS Powertools for python',
13+
devDeps: [
14+
'@types/[email protected]', // pin until breaking changes is resolved: https://github.com/DefinitelyTyped/DefinitelyTyped/discussions/60310
15+
],
1316
github: false,
1417
publishToPypi: {
1518
distName: 'cdk-lambda-powertools-python-layer',

package.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"alwaysStrict": true,
66
"charset": "utf8",
77
"declaration": true,
8+
"declarationMap": true,
89
"experimentalDecorators": true,
910
"incremental": true,
1011
"inlineSourceMap": true,

0 commit comments

Comments
 (0)