Skip to content

Commit

Permalink
fix: upgrade @types/react from 18.2.0 to 18.2.29
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.29.

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 Nov 9, 2023
1 parent ed02cc5 commit 9624e3a
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.29",
"@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].29":
version "18.2.29"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.29.tgz#88b48a287e00f6fdcd6f95662878fb701ae18b27"
integrity sha512-Z+ZrIRocWtdD70j45izShRwDuiB4JZqDegqMFW/I8aG5DxxLKOzVNoq62UIO82v9bdgi+DO1jvsb9sTEZUSm+Q==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit 9624e3a

Please sign in to comment.