Skip to content

Commit

Permalink
fix: upgrade @types/react from 18.2.21 to 18.2.22 (#897)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @types/react from 18.2.21 to 18.2.22.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/p0nder0sa/project/270b554d-5de8-452f-ad01-8bceb7604a92?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
shewood and snyk-bot authored Oct 12, 2023
1 parent 82e1d62 commit d717357
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@lottiefiles/react-lottie-player": "^3.5.3",
"@storybook/addons": "^7.4.0",
"@storybook/client-api": "^7.4.0",
"@types/react": "^18.2.18",
"@types/react": "^18.2.22",
"cors": "^2.8.5",
"cuid": "^2.1.8",
"focus-trap-react": "^8.11.2",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3260,7 +3260,7 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@>=16.9.11", "@types/react@^18.2.18":
"@types/react@>=16.9.11":
version "18.2.21"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.21.tgz#774c37fd01b522d0b91aed04811b58e4e0514ed9"
integrity sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==
Expand All @@ -3269,6 +3269,15 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@^18.2.22":
version "18.2.28"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.28.tgz#86877465c0fcf751659a36c769ecedfcfacee332"
integrity sha512-ad4aa/RaaJS3hyGz0BGegdnSRXQBkd1CCYDCdNjBPg90UUpLgo+WlJqb9fMYUxtehmzF3PJaTWqRZjko6BRzBg==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/scheduler@*":
version "0.16.2"
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
Expand Down

0 comments on commit d717357

Please sign in to comment.