From 9b9b6fb38cdb897e8976686086f742b04408c695 Mon Sep 17 00:00:00 2001 From: Alex Anthony Date: Sun, 18 May 2025 17:50:51 +0100 Subject: [PATCH] Support testing library v10 --- .github/workflows/test.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5b2ee6c..ab2b6b6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - testing-library-version: [8, 9] + testing-library-version: [8, 9, 10] steps: - uses: actions/checkout@v2 diff --git a/package.json b/package.json index 3e99674..fec9587 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "typescript": "^4.0.0" }, "peerDependencies": { - "@testing-library/dom": "^7.5.1 || ^8 || ^9" + "@testing-library/dom": "^7.5.1 || ^8 || ^9 || ^10" }, "files": [ "dist"