Skip to content

Commit

Permalink
eslint-config-seekingalpha-react ver. 7.37.0 (#424)
Browse files Browse the repository at this point in the history
- [deps] upgrade `eslint-plugin-react` to version `7.36.0`
  • Loading branch information
alexkoval authored Sep 12, 2024
1 parent d283e60 commit 3849398
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions eslint-configs/eslint-config-seekingalpha-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 7.36.0 - 2024-09-12

- [deps] upgrade `eslint-plugin-react` to version `7.36.0`

## 7.36.0 - 2024-09-04

- [deps] upgrade `eslint-plugin-react` to version `7.35.2`
Expand Down
2 changes: 1 addition & 1 deletion eslint-configs/eslint-config-seekingalpha-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This package includes the shareable ESLint config used by [SeekingAlpha](https:/

Install ESLint and all [Peer Dependencies](https://nodejs.org/en/blog/npm/peer-dependencies/):

npm install [email protected] [email protected] eslint-plugin-react@7.35.2 [email protected] --save-dev
npm install [email protected] [email protected] eslint-plugin-react@7.36.0 [email protected] --save-dev

Install SeekingAlpha shareable ESLint:

Expand Down
6 changes: 3 additions & 3 deletions eslint-configs/eslint-config-seekingalpha-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-seekingalpha-react",
"version": "7.36.0",
"version": "7.37.0",
"description": "SeekingAlpha's sharable React.js ESLint config",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -51,14 +51,14 @@
"peerDependencies": {
"eslint": "8.57.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-react": "7.35.2",
"eslint-plugin-react": "7.36.0",
"eslint-plugin-react-hooks": "4.6.2"
},
"devDependencies": {
"eslint": "8.57.0",
"eslint-find-rules": "4.1.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-react": "7.35.2",
"eslint-plugin-react": "7.36.0",
"eslint-plugin-react-hooks": "4.6.2"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seekingalpha-javascript-style",
"version": "5.38.48",
"version": "5.38.49",
"description": "Set of linting rules, guides and best practices for best Javascript code",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -54,7 +54,7 @@
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-unicorn": "55.0.0",
"husky": "9.1.5",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"prettier": "3.3.3"
}
Expand Down

0 comments on commit 3849398

Please sign in to comment.