Skip to content

Commit

Permalink
Update eslint-react-plugin to latest v7
Browse files Browse the repository at this point in the history
  • Loading branch information
alb3rtino committed Jun 17, 2024
1 parent b34e314 commit 4c06a33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 7.2.0 IN PROGRESS

* Update `eslint-plugin-react` to `^7.30.1`. Refs ESCONF-44.
* Turn off `import/prefer-default-export`. Refs ESCONF-42.

## [7.1.0](https://github.com/folio-org/eslint-config-stripes/tree/v7.1.0) (2024-03-13)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint-plugin-jest-dom": "^4.0.2",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-no-only-tests": "^3.0.0",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-testing-library": "^5.6.0",
"webpack": "^5.80.0"
Expand Down

0 comments on commit 4c06a33

Please sign in to comment.