From e748dff746b21a8efc4fae03850b2abee9da1274 Mon Sep 17 00:00:00 2001 From: Aung Kaung Myint Date: Wed, 11 Dec 2024 11:23:33 +0700 Subject: [PATCH] Update @testing-library/react to v16.1.0 This PR updates the dependency @testing-library/react to version 16.1.0 in the devDependencies section of the project. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b9335bba527..0317c4bf194 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "@testing-library/jest-dom": "^6.0.0", - "@testing-library/react": "^14.0.0", + "@testing-library/react": "^16.1.0", "@testing-library/user-event": "^14.4.3", "alex": "^10.0.0", "eslint": "^8.57.0",