Skip to content

Commit

Permalink
Update dependency @types/react to v17.0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 17, 2022
1 parent 354fd71 commit ff5414d
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 @@ -108,7 +108,7 @@
"webpack-dev-server": "3.11.2"
},
"resolutions": {
"@types/react": "17.0.49",
"@types/react": "17.0.50",
"@types/react-dom": "17.0.17",
"@types/hoist-non-react-statics": "3.3.1",
"@babel/preset-env": "7.19.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5045,10 +5045,10 @@
dependencies:
"@types/react" "^16"

"@types/react@*", "@types/react@17.0.49", "@types/react@>=16.9.0", "@types/react@^16", "@types/react@^16.8.22", "@types/react@^17":
version "17.0.49"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.49.tgz#df87ba4ca8b7942209c3dc655846724539dc1049"
integrity sha512-CCBPMZaPhcKkYUTqFs/hOWqKjPxhTEmnZWjlHHgIMop67DsXywf9B5Os9Hz8KSacjNOgIdnZVJamwl232uxoPg==
"@types/react@*", "@types/react@17.0.50", "@types/react@>=16.9.0", "@types/react@^16", "@types/react@^16.8.22", "@types/react@^17":
version "17.0.50"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.50.tgz#39abb4f7098f546cfcd6b51207c90c4295ee81fc"
integrity sha512-ZCBHzpDb5skMnc1zFXAXnL3l1FAdi+xZvwxK+PkglMmBrwjpp9nKaWuEvrGnSifCJmBFGxZOOFuwC6KH/s0NuA==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit ff5414d

Please sign in to comment.