Skip to content

Commit

Permalink
chore(deps): upgrade dependencies (#115)
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/4931740800

------

*Automatically created by projen via the "upgrade" workflow*

---------

Signed-off-by: github-actions <github-actions@github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: corymhall <43035978+corymhall@users.noreply.github.com>
  • Loading branch information
3 people authored May 10, 2023
1 parent 8fd5770 commit 9154129
Show file tree
Hide file tree
Showing 5 changed files with 501 additions and 415 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml

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

1 change: 1 addition & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ project.addDevDeps(
'eslint-plugin-unicorn',
'jsii-1.x@npm:jsii@1',
'lockfile',
'glob',
);

project.preCompileTask.exec('ts-node build-tools/code-gen.ts', {
Expand Down
14 changes: 7 additions & 7 deletions package.json

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

1 change: 1 addition & 0 deletions projenrc/update-integ-package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import * as cp from 'node:child_process';
import * as fs from 'node:fs';
import * as os from 'node:os';
import * as path from 'node:path';
// eslint-disable-next-line import/no-extraneous-dependencies
import * as glob from 'glob';
import { typescript } from 'projen';
import * as tar from 'tar';
Expand Down
Loading

0 comments on commit 9154129

Please sign in to comment.