Skip to content

Commit

Permalink
build(deps): update dependency @types/react to ^18.2.36 (#1787)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 6, 2023
1 parent a84cf1b commit a2897f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@types/eslint": "^8.44.6",
"@types/node": "^18.18.8",
"@types/react": "^18.2.35",
"@types/react": "^18.2.36",
"@types/react-color": "^3.0.9",
"@types/react-helmet": "^6.1.8",
"@typescript-eslint/eslint-plugin": "^6.9.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1347,10 +1347,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@^18.2.35":
version "18.2.35"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.35.tgz#bacdc6d139a4d6d47e5186e1a96952c65e1f3792"
integrity sha512-LG3xpFZ++rTndV+/XFyX5vUP7NI9yxyk+MQvBDq+CVs8I9DLSc3Ymwb1Vmw5YDoeNeHN4PDZa3HylMKJYT9PNQ==
"@types/react@*", "@types/react@^18.2.36":
version "18.2.36"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.36.tgz#bc68ffb4408e5d0c419b0760b2eaeec70aeeedb3"
integrity sha512-o9XFsHYLLZ4+sb9CWUYwHqFVoG61SesydF353vFMMsQziiyRu8np4n2OYMUSDZ8XuImxDr9c5tR7gidlH29Vnw==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

1 comment on commit a2897f9

@vercel
Copy link

@vercel vercel bot commented on a2897f9 Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.