We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e10ba3 commit 25b1ae0Copy full SHA for 25b1ae0
.codesandbox/ci.json
@@ -1,5 +1,5 @@
1
{
2
"installCommand": "install:csb",
3
"sandboxes": ["new", "github/kentcdodds/react-testing-library-examples"],
4
- "node": "14"
+ "node": "18"
5
}
package.json
@@ -6,7 +6,7 @@
6
"types": "types/index.d.ts",
7
"module": "dist/@testing-library/react.esm.js",
8
"engines": {
9
- "node": ">=14"
+ "node": ">=18"
10
},
11
"scripts": {
12
"prebuild": "rimraf dist",
@@ -46,7 +46,7 @@
46
"license": "MIT",
47
"dependencies": {
48
"@babel/runtime": "^7.12.5",
49
- "@testing-library/dom": "^9.0.0",
+ "@testing-library/dom": "https://pkg.csb.dev/testing-library/dom-testing-library/commit/cb57f999/@testing-library/dom",
50
"@types/react-dom": "^18.0.0"
51
52
"devDependencies": {
0 commit comments