Skip to content

Commit

Permalink
feat: Bump DOM Testing Library to 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Apr 8, 2024
1 parent 4e10ba3 commit 25b1ae0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"installCommand": "install:csb",
"sandboxes": ["new", "github/kentcdodds/react-testing-library-examples"],
"node": "14"
"node": "18"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"types": "types/index.d.ts",
"module": "dist/@testing-library/react.esm.js",
"engines": {
"node": ">=14"
"node": ">=18"
},
"scripts": {
"prebuild": "rimraf dist",
Expand Down Expand Up @@ -46,7 +46,7 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@testing-library/dom": "^9.0.0",
"@testing-library/dom": "https://pkg.csb.dev/testing-library/dom-testing-library/commit/cb57f999/@testing-library/dom",
"@types/react-dom": "^18.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 25b1ae0

Please sign in to comment.