Skip to content

Commit

Permalink
chore: set @typescript-eslint/eslint-plugin and `@typescript-eslint…
Browse files Browse the repository at this point in the history
…/parser` to version ^6 (#644)

* set @typescript-eslint/eslint-plugin to version ^6

Signed-off-by: Francis <colifran@amazon.com>

* npx prjen build

Signed-off-by: Francis <colifran@amazon.com>

* npx projen build

Signed-off-by: Francis <colifran@amazon.com>

---------

Signed-off-by: Francis <colifran@amazon.com>
  • Loading branch information
colifran committed Jun 11, 2024
1 parent 16a4d6e commit 7f94218
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 72 deletions.
4 changes: 2 additions & 2 deletions .projen/deps.json

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

2 changes: 2 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ project.addDevDeps('jsii-rosetta');
project.addDevDeps('aws-cdk-github-oidc@^2.2.0');
project.addDevDeps('ts-node@^10');
project.addDevDeps('@types/node@16.18.78'); // last version compatible with jsii 1.x
project.addDevDeps('@typescript-eslint/eslint-plugin@^6');
project.addDevDeps('@typescript-eslint/parser@^6');

// the root is not really a library
project.compileTask.reset();
Expand Down
4 changes: 2 additions & 2 deletions package.json

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

151 changes: 83 additions & 68 deletions yarn.lock

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

0 comments on commit 7f94218

Please sign in to comment.