Skip to content

Commit

Permalink
chore(deps): upgrade dependencies
Browse files Browse the repository at this point in the history
Upgrades project dependencies. See details in [workflow run].

[Workflow Run]: https://github.com/aws/jsii-compiler/actions/runs/6399766052

------

*Automatically created by projen via the "upgrade-maintenance-v5.0" workflow*

Signed-off-by: github-actions <[email protected]>
  • Loading branch information
github-actions committed Oct 4, 2023
1 parent 47955dd commit 569657b
Show file tree
Hide file tree
Showing 5 changed files with 202 additions and 192 deletions.
9 changes: 9 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { javascript, JsonFile, JsonPatch, typescript, YamlFile } from 'projen';
import { TypeScriptModuleResolution } from 'projen/lib/javascript';
import { BuildWorkflow } from './projenrc/build-workflow';
import { JsiiCalcFixtures } from './projenrc/fixtures';
import { ReleaseWorkflow } from './projenrc/release';
Expand Down Expand Up @@ -49,12 +50,20 @@ const project = new typescript.TypeScriptProject({
esModuleInterop: false,
noImplicitOverride: true,
skipLibCheck: true,
moduleResolution: TypeScriptModuleResolution.NODE16,
module: 'node16',

sourceMap: true,
inlineSourceMap: false,
inlineSources: true,
},
},
tsconfigDev: {
compilerOptions: {
moduleResolution: TypeScriptModuleResolution.NODE16,
module: 'node16',
},
},

prettier: true,
prettierOptions: {
Expand Down
6 changes: 3 additions & 3 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion tsconfig.dev.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion tsconfig.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 569657b

Please sign in to comment.