Merge pull request #14 from skidoodle/dependabot/npm_and_yarn/types/react-18.0.8

Bump @types/react from 18.0.7 to 18.0.8
This commit is contained in:
skidoodle 2022-04-27 10:17:50 +02:00 committed by GitHub
commit 9eabc31762
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View file

@ -25,6 +25,8 @@
"use-last-fm": "^0.6.1"
},
"devDependencies": {
"@types/node": "17.0.27",
"@types/react": "^18.0.8",
"@types/node": "17.0.29",
"@types/react": "^18.0.7",
"@types/react-dom": "^18.0.0",

View file

@ -250,10 +250,10 @@
dependencies:
"@types/react" "*"
"@types/react@*", "@types/react@^18.0.7":
version "18.0.7"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.7.tgz#8437a226763adf854969954dfe582529a406cbad"
integrity sha512-CXSXHzTexlX9esf4ReIUJeaemKcmBEvYzxHDUk19c3BCcEGUvUjkeC3jkscPSfSaQ6SPDRNd/zMxi8oc/P1zxA==
"@types/react@*", "@types/react@^18.0.8":
version "18.0.8"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.8.tgz#a051eb380a9fbcaa404550543c58e1cf5ce4ab87"
integrity sha512-+j2hk9BzCOrrOSJASi5XiOyBbERk9jG5O73Ya4M0env5Ixi6vUNli4qy994AINcEF+1IEHISYFfIT4zwr++LKw==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"