Skip to content

Commit

Permalink
feat: make @testing-library/dom a peer dependency
Browse files Browse the repository at this point in the history
BREAKING CHANGE
  • Loading branch information
G-Rath committed Jun 4, 2023
1 parent 3f62d47 commit b6ee176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@testing-library/dom": "^8.11.1",
"requireindex": "^1.2.0"
},
"devDependencies": {
Expand All @@ -55,7 +54,8 @@
"typescript": "^4.5.3"
},
"peerDependencies": {
"eslint": "^6.8.0 || ^7.0.0 || ^8.0.0"
"eslint": "^6.8.0 || ^7.0.0 || ^8.0.0",
"@testing-library/dom": "^8.0.0 || ^9.0.0"
},
"eslintConfig": {
"extends": "./node_modules/kcd-scripts/eslint.js",
Expand Down

0 comments on commit b6ee176

Please sign in to comment.