Skip to content

Commit 9bfb5ca

Browse files
chore: Bump eslint-plugin-jest from 28.9.0 to 28.10.0 in the npm-development group (#1)
Updates `eslint-plugin-jest` from 28.9.0 to 28.10.0 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v28.9.0...v28.10.0)
1 parent 0f6cf9c commit 9bfb5ca

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.github/workflows/linter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
paths:
88
- '**/*.js'
99
- '**/*.md'
10+
- 'package.json'
11+
- 'package-lock.json'
1012

1113
permissions:
1214
contents: read

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"babel-preset-jest": "^29.6.3",
7777
"eslint": "^8.57.1",
7878
"eslint-plugin-github": "^5.1.4",
79-
"eslint-plugin-jest": "^28.9.0",
79+
"eslint-plugin-jest": "^28.10.0",
8080
"jest": "^29.7.0",
8181
"make-coverage-badge": "^1.2.0",
8282
"prettier": "^3.4.2"

0 commit comments

Comments
 (0)