Skip to content

Commit

Permalink
chore: update @testing-library dependencies (#49)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drops node 10 support
  • Loading branch information
filipw01 committed May 18, 2022
1 parent 2903eef commit 4ccf063
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url": "https://github.com/testing-library/preact-testing-library/issues"
},
"engines": {
"node": ">= 10"
"node": ">= 12"
},
"keywords": [
"testing",
Expand Down Expand Up @@ -49,7 +49,7 @@
"contributors:generate": "all-contributors generate"
},
"dependencies": {
"@testing-library/dom": "^7.16.2"
"@testing-library/dom": "^8.11.1"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
Expand All @@ -60,7 +60,7 @@
"@babel/preset-env": "^7.5.5",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/jest-dom": "^5.16.1",
"@types/jest": "^26.0.0",
"all-contributors-cli": "^6.9.0",
"babel-eslint": "^10.0.3",
Expand Down

0 comments on commit 4ccf063

Please sign in to comment.