From 7a26da0de433cf6e1a7cec0314a895364bfbbe27 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 19 Mar 2022 09:38:21 +0000 Subject: [PATCH] Update dependency @types/react to v17.0.41 --- package-lock.json | 14 +++++++------- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index b734948..04613eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@react-hook/media-query": "1.1.1", "@types/animejs": "3.1.4", "@types/node": "17.0.14", - "@types/react": "17.0.40", + "@types/react": "17.0.41", "@types/react-dom": "17.0.13", "animejs": "3.2.1", "babel-plugin-i18next-extract": "0.8.3", @@ -4391,9 +4391,9 @@ } }, "node_modules/@types/react": { - "version": "17.0.40", - "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.40.tgz", - "integrity": "sha512-UrXhD/JyLH+W70nNSufXqMZNuUD2cXHu6UjCllC6pmOQgBX4SGXOH8fjRka0O0Ee0HrFxapDD8Bwn81Kmiz6jQ==", + "version": "17.0.41", + "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.41.tgz", + "integrity": "sha512-chYZ9ogWUodyC7VUTRBfblysKLjnohhFY9bGLwvnUFFy48+vB9DikmB3lW0qTFmBcKSzmdglcvkHK71IioOlDA==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -26259,9 +26259,9 @@ } }, "@types/react": { - "version": "17.0.40", - "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.40.tgz", - "integrity": "sha512-UrXhD/JyLH+W70nNSufXqMZNuUD2cXHu6UjCllC6pmOQgBX4SGXOH8fjRka0O0Ee0HrFxapDD8Bwn81Kmiz6jQ==", + "version": "17.0.41", + "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.41.tgz", + "integrity": "sha512-chYZ9ogWUodyC7VUTRBfblysKLjnohhFY9bGLwvnUFFy48+vB9DikmB3lW0qTFmBcKSzmdglcvkHK71IioOlDA==", "requires": { "@types/prop-types": "*", "@types/scheduler": "*", diff --git a/package.json b/package.json index 5947420..b5cc2a2 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@react-hook/media-query": "1.1.1", "@types/animejs": "3.1.4", "@types/node": "17.0.14", - "@types/react": "17.0.40", + "@types/react": "17.0.41", "@types/react-dom": "17.0.13", "animejs": "3.2.1", "babel-plugin-i18next-extract": "0.8.3", diff --git a/yarn.lock b/yarn.lock index c636a18..9297a53 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2569,10 +2569,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@17.0.40": - version "17.0.40" - resolved "https://registry.npmjs.org/@types/react/-/react-17.0.40.tgz" - integrity sha512-UrXhD/JyLH+W70nNSufXqMZNuUD2cXHu6UjCllC6pmOQgBX4SGXOH8fjRka0O0Ee0HrFxapDD8Bwn81Kmiz6jQ== +"@types/react@*", "@types/react@17.0.41": + version "17.0.41" + resolved "https://registry.npmjs.org/@types/react/-/react-17.0.41.tgz" + integrity sha512-chYZ9ogWUodyC7VUTRBfblysKLjnohhFY9bGLwvnUFFy48+vB9DikmB3lW0qTFmBcKSzmdglcvkHK71IioOlDA== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"