From 662b0009d5a539d4ac5e50607548e7cd70b10ddc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 09:37:30 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/react to v14.1.2 --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe151836..cb52b3a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@babel/preset-react": "7.22.15", "@babel/preset-typescript": "7.23.2", "@testing-library/jest-dom": "5.17.0", - "@testing-library/react": "14.0.0", + "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.4.3", "@types/jest": "29.5.6", "@types/react": "18.2.33", @@ -3495,9 +3495,10 @@ } }, "node_modules/@testing-library/react": { - "version": "14.0.0", + "version": "14.1.2", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.1.2.tgz", + "integrity": "sha512-z4p7DVBTPjKM5qDZ0t5ZjzkpSNb+fZy1u6bzO7kk8oeGagpPCAtgh4cx1syrfp7a+QWkM021jGqjJaxJJnXAZg==", "dev": true, - "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.5", "@testing-library/dom": "^9.0.0", @@ -20185,7 +20186,9 @@ } }, "@testing-library/react": { - "version": "14.0.0", + "version": "14.1.2", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.1.2.tgz", + "integrity": "sha512-z4p7DVBTPjKM5qDZ0t5ZjzkpSNb+fZy1u6bzO7kk8oeGagpPCAtgh4cx1syrfp7a+QWkM021jGqjJaxJJnXAZg==", "dev": true, "requires": { "@babel/runtime": "^7.12.5", diff --git a/package.json b/package.json index 66181436..226addc0 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "@babel/preset-react": "7.22.15", "@babel/preset-typescript": "7.23.2", "@testing-library/jest-dom": "5.17.0", - "@testing-library/react": "14.0.0", + "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.4.3", "@types/jest": "29.5.6", "@types/react": "18.2.33",