Skip to content

Commit efe7538

Browse files
Merge pull request #1 from airbnb/master
update
2 parents 6499695 + 0e2ef17 commit efe7538

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Airbnb has adopted a Code of Conduct that we expect project participants to adhere to. Please [read the full Code of Conduct text](https://airbnb.io/codeofconduct/) so that you can understand what actions will and will not be tolerated. Report violations to the maintainers of this project or to [opensource-conduct@airbnb.com](mailto:opensource-conduct@airbnb.com).
2+
3+
Reports sent to [opensource-conduct@airbnb.com](mailto:opensource-conduct@airbnb.com) are received by Airbnb's open source code of conduct moderation team, which is composed of Airbnb employees. All communications are private and confidential.

packages/eslint-config-airbnb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"eslint-plugin-import": "^2.30.0",
7979
"eslint-plugin-jsx-a11y": "^6.10.0",
8080
"eslint-plugin-react": "^7.36.1",
81-
"eslint-plugin-react-hooks": "^4.6.2",
81+
"eslint-plugin-react-hooks": "^5.1.0",
8282
"in-publish": "^2.0.1",
8383
"react": ">= 0.13.0",
8484
"safe-publish-latest": "^2.0.0",
@@ -89,7 +89,7 @@
8989
"eslint-plugin-import": "^2.30.0",
9090
"eslint-plugin-jsx-a11y": "^6.10.0",
9191
"eslint-plugin-react": "^7.36.1",
92-
"eslint-plugin-react-hooks": "^4.6.2"
92+
"eslint-plugin-react-hooks": "^5.1.0"
9393
},
9494
"engines": {
9595
"node": "^10.12.0 || ^12.22.0 || ^14.17.0 || >=16.0.0"

0 commit comments

Comments
 (0)