Skip to content

Commit

Permalink
fix: upgrade @types/react from 18.2.8 to 18.2.24
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @types/react from 18.2.8 to 18.2.24.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/mvp24601g/project/8e3613e9-68ea-4073-84dd-4eaf448207fd?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Oct 24, 2023
1 parent 8c91f50 commit 51effc0
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 @@ -13,7 +13,7 @@
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.14.2",
"@types/react": "^18.2.6",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.4",
"@types/react-syntax-highlighter": "^15.5.6",
"babelify": "^10.0.0",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1665,14 +1665,23 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@^18.2.6":
"@types/react@*":
version "18.2.8"
resolved "https://registry.npmjs.org/@types/react/-/react-18.2.8.tgz"
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@^18.2.24":
version "18.2.31"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.31.tgz#74ae2630e4aa9af599584157abd3b95d96fb9b40"
integrity sha512-c2UnPv548q+5DFh03y8lEDeMfDwBn9G3dRwfkrxQMo/dOtRHUUO57k6pHvBIfH/VF4Nh+98mZ5aaSe+2echD5g==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/[email protected]":
version "0.12.0"
resolved "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz"
Expand Down

0 comments on commit 51effc0

Please sign in to comment.