Skip to content

Commit

Permalink
fix: bumps eslint-plugin-jest-dom peer dependency to ^4.0.0 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsfletch authored May 12, 2023
1 parent 7a68dc8 commit ddacdb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"eslint": ">= 7.0.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jest": "^27.0.0",
"eslint-plugin-jest-dom": "^3.0.0",
"eslint-plugin-jest-dom": "^4.0.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-react": "^7.20.0",
Expand Down

0 comments on commit ddacdb4

Please sign in to comment.