mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-14 16:42:03 +02:00
Update dependency @types/react to v17.0.41
This commit is contained in:
parent
e51a808f6c
commit
7a26da0de4
3 changed files with 12 additions and 12 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -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": "*",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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" "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue