From e838a06e03117a3792baf76987b0976aef9922af Mon Sep 17 00:00:00 2001 From: Arya Emami Date: Wed, 4 Sep 2024 08:16:59 -0500 Subject: [PATCH] Bump `@testing-library/react` to version 16.0.1 --- package.json | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 963e52b86..a3763ed44 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "@reduxjs/toolkit": "^2.2.5", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.5.0", - "@testing-library/react": "^16.0.0", + "@testing-library/react": "^16.0.1", "@types/node": "^20.14.2", "@types/prop-types": "^15.7.12", "@types/react": "npm:types-react@rc", diff --git a/yarn.lock b/yarn.lock index 71c0f9990..1f568ebac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2134,7 +2134,7 @@ __metadata: languageName: node linkType: hard -"@testing-library/react@npm:^16.0.0": +"@testing-library/react@npm:^16.0.1": version: 16.0.1 resolution: "@testing-library/react@npm:16.0.1" dependencies: @@ -6162,7 +6162,7 @@ __metadata: "@reduxjs/toolkit": "npm:^2.2.5" "@testing-library/dom": "npm:^10.4.0" "@testing-library/jest-dom": "npm:^6.5.0" - "@testing-library/react": "npm:^16.0.0" + "@testing-library/react": "npm:^16.0.1" "@types/node": "npm:^20.14.2" "@types/prop-types": "npm:^15.7.12" "@types/react": "npm:types-react@rc"