Skip to content

Commit

Permalink
fix(deps): revert to typescript-eslint v6.21.0 (#1216)
Browse files Browse the repository at this point in the history
Revert the @typescript-eslint package to version 6.21.0.
This is for the sake of building with older versions of Node.js.
  • Loading branch information
rondeau-aws authored Jul 24, 2024
1 parent 523fe45 commit 2c85e85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integ/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "18.11.19",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"aws-cdk": "2.133.0",
"eslint": "^8.57.0",
"eslint-import-resolver-node": "^0.3.9",
Expand Down

0 comments on commit 2c85e85

Please sign in to comment.