Skip to content

Commit

Permalink
fix: upgrade @types/react from 17.0.24 to 17.0.27
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @types/react from 17.0.24 to 17.0.27.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/dlobo/project/6f510e1d-4ed6-43d9-9454-67f2e4178b5e?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Oct 31, 2021
1 parent 5803c33 commit 9b75ff4
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 @@ -35,7 +35,7 @@
"@types/markdown-draft-js": "^2.2.1",
"@types/node": "^16.10.1",
"@types/pino": "^6.3.6",
"@types/react": "^17.0.24",
"@types/react": "^17.0.27",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^17.0.1",
"@types/react-google-recaptcha": "^2.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2413,10 +2413,10 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@^17.0.24":
version "17.0.24"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.24.tgz#7e1b3f78d0fc53782543f9bce6d949959a5880bd"
integrity sha512-eIpyco99gTH+FTI3J7Oi/OH8MZoFMJuztNRimDOJwH4iGIsKV2qkGnk4M9VzlaVWeEEWLWSQRy0FEA0Kz218cg==
"@types/react@^17.0.27":
version "17.0.33"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.33.tgz#e01ae3de7613dac1094569880bb3792732203ad5"
integrity sha512-pLWntxXpDPaU+RTAuSGWGSEL2FRTNyRQOjSWDke/rxRg14ncsZvx8AKWMWZqvc1UOaJIAoObdZhAWvRaHFi5rw==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit 9b75ff4

Please sign in to comment.