Skip to content

Commit

Permalink
eslint-config-seekingalpha-react ver. 7.33.0
Browse files Browse the repository at this point in the history
- [deps] upgrade `eslint-plugin-react` to version `7.34.4`
  • Loading branch information
alexkoval committed Jul 14, 2024
1 parent b167107 commit 2bc3bb8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.15.0
20.15.1
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.33.0 - 2024-07-14

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

## 7.32.0 - 2024-06-22

- [deps] upgrade `eslint-plugin-jsx-a11y` to version `6.9.0`
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] [email protected].3 [email protected] --save-dev
npm install [email protected] [email protected] [email protected].4 [email protected] --save-dev

Install SeekingAlpha shareable ESLint:

Expand Down
4 changes: 2 additions & 2 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.32.0",
"version": "7.33.0",
"description": "SeekingAlpha's sharable React.js ESLint config",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -58,7 +58,7 @@
"eslint": "8.57.0",
"eslint-find-rules": "4.1.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react": "7.34.4",
"eslint-plugin-react-hooks": "4.6.2"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seekingalpha-javascript-style",
"version": "5.38.33",
"version": "5.38.34",
"description": "Set of linting rules, guides and best practices for best Javascript code",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -47,15 +47,15 @@
"devDependencies": {
"@seekingalpha/prettier-config-samw": "2.0.0",
"eslint": "8.57.0",
"eslint-config-seekingalpha-base": "8.4.0",
"eslint-config-seekingalpha-base": "8.6.0",
"eslint-config-seekingalpha-node": "5.54.0",
"eslint-plugin-array-func": "4.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.2.0",
"eslint-plugin-unicorn": "53.0.0",
"eslint-plugin-promise": "6.4.0",
"eslint-plugin-unicorn": "54.0.0",
"husky": "9.0.11",
"lint-staged": "15.2.5",
"prettier": "3.3.2"
"lint-staged": "15.2.7",
"prettier": "3.3.3"
}
}

0 comments on commit 2bc3bb8

Please sign in to comment.