From 3c3aafab09662b75fadf023ac5ca2cd367d2745c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 08:02:34 +0000 Subject: [PATCH] Update react dependencies --- .changelog/1335.internal.md | 1 + package.json | 6 +++--- yarn.lock | 16 ++++++++-------- 3 files changed, 12 insertions(+), 11 deletions(-) create mode 100644 .changelog/1335.internal.md diff --git a/.changelog/1335.internal.md b/.changelog/1335.internal.md new file mode 100644 index 000000000..787f5708c --- /dev/null +++ b/.changelog/1335.internal.md @@ -0,0 +1 @@ +Update dependencies diff --git a/package.json b/package.json index fa2b7ef96..e08d5a268 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@typescript-eslint/parser": "7.1.1", "react-refresh": "0.14.0", "jackspeak": "2.1.1", - "eslint-plugin-react": "7.34.0" + "eslint-plugin-react": "7.34.1" }, "alias": { "swiper/element/bundle": "swiper/swiper-element-bundle" @@ -100,7 +100,7 @@ "@storybook/react-webpack5": "7.6.17", "@storybook/testing-library": "0.2.2", "@testing-library/jest-dom": "6.4.2", - "@testing-library/react": "14.2.1", + "@testing-library/react": "14.2.2", "@testing-library/user-event": "14.5.2", "@types/jest": "^29.5.12", "@types/node": "20.11.30", @@ -112,7 +112,7 @@ "eslint-config-prettier": "9.1.0", "eslint-config-react-app": "7.0.1", "eslint-plugin-prettier": "5.1.3", - "eslint-plugin-react": "7.34.0", + "eslint-plugin-react": "7.34.1", "eslint-plugin-react-hooks": "4.6.0", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", diff --git a/yarn.lock b/yarn.lock index 5a14ec2ec..bee585f94 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5272,10 +5272,10 @@ lodash "^4.17.15" redent "^3.0.0" -"@testing-library/react@14.2.1": - version "14.2.1" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.2.1.tgz#bf69aa3f71c36133349976a4a2da3687561d8310" - integrity sha512-sGdjws32ai5TLerhvzThYFbpnF9XtL65Cjf+gB0Dhr29BGqK+mAeN7SURSdu+eqgET4ANcWoC7FQpkaiGvBr+A== +"@testing-library/react@14.2.2": + version "14.2.2" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.2.2.tgz#74f855215c57d423282486a395a4348a837d3c5a" + integrity sha512-SOUuM2ysCvjUWBXTNfQ/ztmnKDmqaiPV3SvoIuyxMUca45rbSWWAT/qB8CUs/JQ/ux/8JFs9DNdFQ3f6jH3crA== dependencies: "@babel/runtime" "^7.12.5" "@testing-library/dom" "^9.0.0" @@ -8426,10 +8426,10 @@ eslint-plugin-react-hooks@4.6.0, eslint-plugin-react-hooks@^4.3.0: resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3" integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g== -eslint-plugin-react@7.34.0, eslint-plugin-react@^7.27.1: - version "7.34.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.0.tgz#ab71484d54fc409c37025c5eca00eb4177a5e88c" - integrity sha512-MeVXdReleBTdkz/bvcQMSnCXGi+c9kvy51IpinjnJgutl3YTHWsDdke7Z1ufZpGfDG8xduBDKyjtB9JH1eBKIQ== +eslint-plugin-react@7.34.1, eslint-plugin-react@^7.27.1: + version "7.34.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.1.tgz#6806b70c97796f5bbfb235a5d3379ece5f4da997" + integrity sha512-N97CxlouPT1AHt8Jn0mhhN2RrADlUAsk1/atcT2KyA/l9Q/E6ll7OIGwNumFmWfZ9skV3XXccYS19h80rHtgkw== dependencies: array-includes "^3.1.7" array.prototype.findlast "^1.2.4"