Skip to content

Commit

Permalink
chore(deps): pin @typescript-eslint to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan committed Jul 8, 2024
1 parent edde5c1 commit b065b33
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,11 @@ project.addPeerDeps(
project.addDevDeps(
"change-case",
"@action-validator/core",
"@action-validator/cli"
"@action-validator/cli",
// @typescript-eslint v7+ requires Node.js 18.18, so we are stuck on v6
// The below lines can probably be removed once Node 18 goes EOL and we upgrade minNodeVersion to 20
"@typescript-eslint/eslint-plugin@^6",
"@typescript-eslint/parser@^6"
);

new CustomizedLicense(project);
Expand Down

0 comments on commit b065b33

Please sign in to comment.