Skip to content

Commit 4ccf063

Browse files
authored
chore: update @testing-library dependencies (#49)
BREAKING CHANGE: drops node 10 support
1 parent 2903eef commit 4ccf063

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/testing-library/preact-testing-library/issues"
1616
},
1717
"engines": {
18-
"node": ">= 10"
18+
"node": ">= 12"
1919
},
2020
"keywords": [
2121
"testing",
@@ -49,7 +49,7 @@
4949
"contributors:generate": "all-contributors generate"
5050
},
5151
"dependencies": {
52-
"@testing-library/dom": "^7.16.2"
52+
"@testing-library/dom": "^8.11.1"
5353
},
5454
"devDependencies": {
5555
"@babel/cli": "^7.5.5",
@@ -60,7 +60,7 @@
6060
"@babel/preset-env": "^7.5.5",
6161
"@commitlint/cli": "^8.2.0",
6262
"@commitlint/config-conventional": "^8.2.0",
63-
"@testing-library/jest-dom": "^5.10.1",
63+
"@testing-library/jest-dom": "^5.16.1",
6464
"@types/jest": "^26.0.0",
6565
"all-contributors-cli": "^6.9.0",
6666
"babel-eslint": "^10.0.3",

0 commit comments

Comments
 (0)