Skip to content

Commit

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

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/sammyfilly/project/0cdff1d1-3063-4fc2-b3b7-a66aa08aea69?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Oct 2, 2023
1 parent ed02cc5 commit 0182b65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/non-monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@types/node": "18.16.20",
"@types/react": "18.2.0",
"@types/react": "18.2.21",
"@types/react-dom": "^18.0.6",
"eslint": "8.49.0",
"eslint-config-next": "^13.4.12",
Expand Down
8 changes: 4 additions & 4 deletions examples/non-monorepo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,10 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/[email protected].0":
version "18.2.0"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.0.tgz#15cda145354accfc09a18d2f2305f9fc099ada21"
integrity sha512-0FLj93y5USLHdnhIhABk83rm8XEGA7kH3cr+YUlvxoUGp1xNt/DINUMvqPxLyOQMzLmZe8i4RTHbvb8MC7NmrA==
"@types/[email protected].21":
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==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit 0182b65

Please sign in to comment.