Skip to content

Commit 60a3a37

Browse files
authored
feat: allow testing-library/dom v10 (#362)
1 parent 7478eba commit 60a3a37

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/validate.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,14 @@ jobs:
2424
matrix:
2525
eslint: [6, 7, 8]
2626
node: [12.x, 14.x, 16.x, 18.x, 20.x, 21.x]
27-
testing-library-dom: [8, 9]
27+
testing-library-dom: [8, 9, 10]
2828
exclude:
2929
- node: 12.x
3030
testing-library-dom: 9
31+
- node: 14.x
32+
testing-library-dom: 10
33+
- node: 16.x
34+
testing-library-dom: 10
3135
runs-on: ubuntu-latest
3236
steps:
3337
- name: ⬇️ Checkout repo

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"typescript": "^5.1.3"
5656
},
5757
"peerDependencies": {
58-
"@testing-library/dom": "^8.0.0 || ^9.0.0",
58+
"@testing-library/dom": "^8.0.0 || ^9.0.0 || ^10.0.0",
5959
"eslint": "^6.8.0 || ^7.0.0 || ^8.0.0"
6060
},
6161
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)