Update dependency @types/react to v17.0.41

This commit is contained in:
Renovate Bot 2022-03-19 09:38:21 +00:00 committed by renovate[bot]
parent e51a808f6c
commit 7a26da0de4
3 changed files with 12 additions and 12 deletions

14
package-lock.json generated
View file

@ -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": "*",

View file

@ -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",

View file

@ -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" "*"