Skip to content

Commit

Permalink
Merge pull request #14 from wasanx25/renovate/react-17.x
Browse files Browse the repository at this point in the history
Update dependency @types/react to v17.0.36
  • Loading branch information
wasanx25 committed Nov 24, 2021
2 parents 1c5d01c + 44d5b8c commit 80d72e2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/node": "14.17.34",
"@types/react": "17.0.24",
"@types/react": "17.0.36",
"@types/react-dom": "17.0.9",
"typescript": "4.5.2"
}
Expand Down
11 changes: 10 additions & 1 deletion frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@17.0.24":
"@types/react@*":
version "17.0.24"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.24.tgz#7e1b3f78d0fc53782543f9bce6d949959a5880bd"
integrity sha512-eIpyco99gTH+FTI3J7Oi/OH8MZoFMJuztNRimDOJwH4iGIsKV2qkGnk4M9VzlaVWeEEWLWSQRy0FEA0Kz218cg==
Expand All @@ -998,6 +998,15 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@17.0.36":
version "17.0.36"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.36.tgz#0d81e0e2419e6a8e9ba6af5e3a0608e70835d7d1"
integrity sha512-CUFUp01OdfbpN/76v4koqgcpcRGT3sYOq3U3N6q0ZVGcyeP40NUdVU+EWe3hs34RNaTefiYyBzOpxBBidCc5zw==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@^17.0.15":
version "17.0.35"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.35.tgz#217164cf830267d56cd1aec09dcf25a541eedd4c"
Expand Down

0 comments on commit 80d72e2

Please sign in to comment.