Skip to content

Commit

Permalink
fix(deps): update dependency eslint-plugin-jest to ~25.2.3 (#799)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Nov 6, 2021
1 parent 5fc44b6 commit 47f32df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-recommended/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"eslint-config-prettier": "~8.3.0",
"eslint-plugin-import": "~2.25.2",
"eslint-plugin-jest": "~25.2.2",
"eslint-plugin-jest": "~25.2.3",
"eslint-plugin-prettier": "~4.0.0",
"eslint-plugin-simple-import-sort": "~7.0.0",
"eslint-plugin-sort-keys-fix": "~1.1.2"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3581,10 +3581,10 @@ eslint-plugin-import@~2.25.2:
resolve "^1.20.0"
tsconfig-paths "^3.11.0"

eslint-plugin-jest@~25.2.2:
version "25.2.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.2.2.tgz#aada85113268e79d4e7423f8ad4e1b740f112e71"
integrity sha512-frn5yhOF60U4kcqozO3zKTNZQUk+mfx037XOy2iiYL8FhorEkuCuL3/flzKcY1ECDP2WYT9ydmvlO3fRW9o4mg==
eslint-plugin-jest@~25.2.3:
version "25.2.3"
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.2.3.tgz#7a841eca91b4e21f31fe0a5403f55bc7779dd7b3"
integrity sha512-Yoa0at3euTjERDvPGPWiItY1uuqKYQ5Ov2SmkSLmKRq9OFiVdEehw0rWuK4PA538k7CNqnvmkztjAB9l+HJ7kQ==
dependencies:
"@typescript-eslint/experimental-utils" "^5.0.0"

Expand Down

0 comments on commit 47f32df

Please sign in to comment.