Skip to content

Commit

Permalink
fix(eslint-config): mark @testing-library/dom as optional dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Sep 17, 2023
1 parent 9d36540 commit beca1ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
"@testing-library/dom": ">=8.0.0",
"eslint": ">=7.0.0"
},
"peerDependenciesMeta": {
"@testing-library/dom": {
"optional": true
}
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
Expand Down

0 comments on commit beca1ae

Please sign in to comment.