Skip to content

Commit 25b1ae0

Browse files
committed
feat: Bump DOM Testing Library to 10.0.0
1 parent 4e10ba3 commit 25b1ae0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.codesandbox/ci.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"installCommand": "install:csb",
33
"sandboxes": ["new", "github/kentcdodds/react-testing-library-examples"],
4-
"node": "14"
4+
"node": "18"
55
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "types/index.d.ts",
77
"module": "dist/@testing-library/react.esm.js",
88
"engines": {
9-
"node": ">=14"
9+
"node": ">=18"
1010
},
1111
"scripts": {
1212
"prebuild": "rimraf dist",
@@ -46,7 +46,7 @@
4646
"license": "MIT",
4747
"dependencies": {
4848
"@babel/runtime": "^7.12.5",
49-
"@testing-library/dom": "^9.0.0",
49+
"@testing-library/dom": "https://pkg.csb.dev/testing-library/dom-testing-library/commit/cb57f999/@testing-library/dom",
5050
"@types/react-dom": "^18.0.0"
5151
},
5252
"devDependencies": {

0 commit comments

Comments
 (0)