Skip to content

Commit

Permalink
eslint-config-seekingalpha-tests ver. 1.91.0
Browse files Browse the repository at this point in the history
- [deps] upgrade `eslint-plugin-jest` to version `27.6.3`
  • Loading branch information
alexkoval committed Jan 14, 2024
1 parent 0eaf8c7 commit c12a1f9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions eslint-configs/eslint-config-seekingalpha-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 1.91.0 - 2024-01-14

- [deps] upgrade `eslint-plugin-jest` to version `27.6.3`

## 1.90.0 - 2024-01-02

- [deps] upgrade `eslint-plugin-jest` to version `27.6.1`
Expand Down
2 changes: 1 addition & 1 deletion eslint-configs/eslint-config-seekingalpha-tests/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].1 [email protected] --save-dev
npm install [email protected] [email protected].3 [email protected] --save-dev

Install SeekingAlpha shareable ESLint:

Expand Down
6 changes: 3 additions & 3 deletions eslint-configs/eslint-config-seekingalpha-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-seekingalpha-tests",
"version": "1.90.0",
"version": "1.91.0",
"description": "SeekingAlpha's sharable testing ESLint config",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -39,13 +39,13 @@
},
"peerDependencies": {
"eslint": "8.56.0",
"eslint-plugin-jest": "27.6.1",
"eslint-plugin-jest": "27.6.3",
"eslint-plugin-testing-library": "6.2.0"
},
"devDependencies": {
"eslint": "8.56.0",
"eslint-find-rules": "4.1.0",
"eslint-plugin-jest": "27.6.1",
"eslint-plugin-jest": "27.6.3",
"eslint-plugin-testing-library": "6.2.0"
}
}

0 comments on commit c12a1f9

Please sign in to comment.