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 e6b157c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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"
}
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14, 16, 18]
node: [18, 20]
react: [latest, canary, experimental]
runs-on: ubuntu-latest
steps:
Expand Down
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 e6b157c

Please sign in to comment.