From a7d1f5a68bd0ed9d0a42c8395185b0faeb10661c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20D=C3=ADaz=20Gonz=C3=A1lez?= Date: Fri, 19 Jul 2024 00:07:52 +0100 Subject: [PATCH] chore(web): update @testing-library/jest-dom To avoid complaint about > Property 'toBeChecked' does not exist on type 'Matchers' See https://github.com/testing-library/jest-dom/issues/442#issuecomment-1888145410 and https://github.com/testing-library/jest-dom/releases/tag/v6.2.0 --- web/package-lock.json | 2 +- web/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index a2deca342b..2a2c00d278 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -33,7 +33,7 @@ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.10", "@svgr/plugin-jsx": "^8.1.0", "@svgr/webpack": "^8.1.0", - "@testing-library/jest-dom": "^6.1.4", + "@testing-library/jest-dom": "^6.2.0", "@testing-library/react": "^15.0.7", "@testing-library/user-event": "^14.5.1", "@types/jest": "^29.5.12", diff --git a/web/package.json b/web/package.json index b830def6a1..4dae56cd87 100644 --- a/web/package.json +++ b/web/package.json @@ -38,7 +38,7 @@ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.10", "@svgr/plugin-jsx": "^8.1.0", "@svgr/webpack": "^8.1.0", - "@testing-library/jest-dom": "^6.1.4", + "@testing-library/jest-dom": "^6.2.0", "@testing-library/react": "^15.0.7", "@testing-library/user-event": "^14.5.1", "@types/jest": "^29.5.12",