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

Commit 88751e8

Browse files
Alexander Melnykgithub-actions
Alexander Melnyk
and
github-actions
authored
chore(deps): upgrade dependencies (#55)
* 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 * 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/2485321741 ------ *Automatically created by projen via the "upgrade-main" workflow* Signed-off-by: github-actions <[email protected]> Co-authored-by: github-actions <[email protected]>
1 parent 9a2c975 commit 88751e8

File tree

3 files changed

+257
-262
lines changed

3 files changed

+257
-262
lines changed

package.json

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

tsconfig.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"compilerOptions": {
33
"outDir": "lib",
44
"rootDir": "src",
5+
"declarationMap": false,
6+
"inlineSourceMap": true,
7+
"inlineSources": true,
58
"alwaysStrict": true,
69
"charset": "utf8",
710
"declaration": true,
8-
"declarationMap": true,
911
"experimentalDecorators": true,
1012
"incremental": true,
11-
"inlineSourceMap": true,
12-
"inlineSources": true,
1313
"lib": [
14-
"es2019"
14+
"es2020"
1515
],
1616
"module": "CommonJS",
1717
"newLine": "lf",
@@ -27,7 +27,7 @@
2727
"strictNullChecks": true,
2828
"strictPropertyInitialization": true,
2929
"stripInternal": false,
30-
"target": "ES2019",
30+
"target": "ES2020",
3131
"composite": false,
3232
"tsBuildInfoFile": "lib/tsconfig.tsbuildinfo"
3333
},

0 commit comments

Comments
 (0)