Skip to content

Commit

Permalink
feat: allow testing-library/dom v10 (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Apr 19, 2024
1 parent 7478eba commit 60a3a37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,14 @@ jobs:
matrix:
eslint: [6, 7, 8]
node: [12.x, 14.x, 16.x, 18.x, 20.x, 21.x]
testing-library-dom: [8, 9]
testing-library-dom: [8, 9, 10]
exclude:
- node: 12.x
testing-library-dom: 9
- node: 14.x
testing-library-dom: 10
- node: 16.x
testing-library-dom: 10
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"typescript": "^5.1.3"
},
"peerDependencies": {
"@testing-library/dom": "^8.0.0 || ^9.0.0",
"@testing-library/dom": "^8.0.0 || ^9.0.0 || ^10.0.0",
"eslint": "^6.8.0 || ^7.0.0 || ^8.0.0"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 60a3a37

Please sign in to comment.