We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2903eef commit 4ccf063Copy full SHA for 4ccf063
package.json
@@ -15,7 +15,7 @@
15
"url": "https://github.com/testing-library/preact-testing-library/issues"
16
},
17
"engines": {
18
- "node": ">= 10"
+ "node": ">= 12"
19
20
"keywords": [
21
"testing",
@@ -49,7 +49,7 @@
49
"contributors:generate": "all-contributors generate"
50
51
"dependencies": {
52
- "@testing-library/dom": "^7.16.2"
+ "@testing-library/dom": "^8.11.1"
53
54
"devDependencies": {
55
"@babel/cli": "^7.5.5",
@@ -60,7 +60,7 @@
60
"@babel/preset-env": "^7.5.5",
61
"@commitlint/cli": "^8.2.0",
62
"@commitlint/config-conventional": "^8.2.0",
63
- "@testing-library/jest-dom": "^5.10.1",
+ "@testing-library/jest-dom": "^5.16.1",
64
"@types/jest": "^26.0.0",
65
"all-contributors-cli": "^6.9.0",
66
"babel-eslint": "^10.0.3",
0 commit comments