From c099c4ee69a1ff8d0d8b2ce1a81939a373a82f6b Mon Sep 17 00:00:00 2001 From: Ruben Harutyunyan Date: Thu, 12 Aug 2021 00:39:40 +0400 Subject: [PATCH] Fix @testing-library/user-event having an incorrect version set. --- themes/amaranth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/amaranth/package.json b/themes/amaranth/package.json index 82096b893..6a42ae90f 100644 --- a/themes/amaranth/package.json +++ b/themes/amaranth/package.json @@ -77,7 +77,7 @@ "@babel/preset-typescript": "^7.15.0", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.0.0", - "@testing-library/user-event": "^13.2.2", + "@testing-library/user-event": "^13.2.1", "@types/babel__plugin-transform-runtime": "^7.9.2", "@types/clone-deep": "^4.0.1", "@types/jest": "^26.0.24",