Skip to content

Commit

Permalink
build(eslint-plugin-react-hooks): add dev dependencies for typescript…
Browse files Browse the repository at this point in the history
… migration

Contributing to facebook#32240, this change adds the dev dependencies needed to support the migration of the plugin to typescript.
  • Loading branch information
michaelfaith committed Jan 31, 2025
1 parent 221f300 commit b5b795d
Show file tree
Hide file tree
Showing 3 changed files with 520 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/preset-env": "^7.22.4",
"@babel/preset-typescript": "^7.18.6",
"@babel/types": "^7.19.0",
"@types/eslint": "^8.56.6",
"@types/eslint": "^8.56.12",
"@types/node": "^20.2.5",
"babel-jest": "^29.0.3",
"eslint": "8.57.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/eslint-plugin-react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,20 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.11.4",
"@tsconfig/strictest": "^2.0.5",
"@typescript-eslint/parser-v2": "npm:@typescript-eslint/parser@^2.26.0",
"@typescript-eslint/parser-v3": "npm:@typescript-eslint/parser@^3.10.0",
"@typescript-eslint/parser-v4": "npm:@typescript-eslint/parser@^4.1.0",
"@typescript-eslint/parser-v5": "npm:@typescript-eslint/parser@^5.62.0",
"@types/eslint": "^8.56.12",
"@types/estree": "^1.0.6",
"@types/estree-jsx": "^1.0.5",
"@types/node": "^20.2.5",
"babel-eslint": "^10.0.3",
"eslint-v7": "npm:eslint@^7.7.0",
"eslint-v9": "npm:eslint@^9.0.0"
"eslint-v9": "npm:eslint@^9.0.0",
"jest": "^29.5.0",
"tsup": "^8.3.5",
"typescript": "^5.4.3"
}
}
Loading

0 comments on commit b5b795d

Please sign in to comment.