Skip to content

Commit

Permalink
Update dependency @types/react to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 16, 2022
1 parent 5a428a6 commit a274bfc
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 @@ -16,7 +16,7 @@
},
"devDependencies": {
"@types/node": "16.11.41",
"@types/react": "17.0.46",
"@types/react": "18.0.13",
"@types/react-dom": "17.0.17",
"@types/styled-components": "5.1.25",
"@types/styled-system": "5.1.15",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2248,10 +2248,10 @@
"@types/prop-types" "*"
csstype "^2.2.0"

"@types/react@17.0.46":
version "17.0.46"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.46.tgz#887b8a2360cc915fe5dec763c8a764bf3124f9e9"
integrity sha512-zNAJVEO9dBEQLPa/OuedGfx92/UlD+1rNxSv2qVWUQZ+orEtLUWFgZ08xfyI9TAZLnmWzZDtssAsgtbXT7Ew0g==
"@types/react@18.0.13":
version "18.0.13"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.13.tgz#0f5bd24a5f26593e04e450fe85ff43f51c1524ff"
integrity sha512-psqptIYQxGUFuGYwP3KCFVtPTkMpIcrqFmtKblWEUQhLuYLpHBwJkXhjp6eHfDM5IbyskY4x7qQpLedEsPkHlA==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit a274bfc

Please sign in to comment.