mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-04-05 11:40:56 +00:00
Update dependency @types/react to v17.0.16
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
7edd91fdaf
commit
f8401fbef2
2 changed files with 11 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
"@types/mermaid": "8.2.7",
|
||||
"@types/node": "15.6.0",
|
||||
"@types/sass": "1.16.1",
|
||||
"@types/react": "17.0.15",
|
||||
"@types/react": "17.0.16",
|
||||
"@types/react-bootstrap-typeahead": "5.1.7",
|
||||
"@types/react-dom": "17.0.9",
|
||||
"@types/react-router": "5.1.16",
|
||||
|
|
11
yarn.lock
11
yarn.lock
|
@ -2609,7 +2609,7 @@
|
|||
dependencies:
|
||||
"@types/react" "*"
|
||||
|
||||
"@types/react@*", "@types/react@17.0.15", "@types/react@>=16.14.8", "@types/react@>=16.9.11", "@types/react@^17.0.11":
|
||||
"@types/react@*", "@types/react@>=16.14.8", "@types/react@>=16.9.11", "@types/react@^17.0.11":
|
||||
version "17.0.15"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.15.tgz#c7533dc38025677e312606502df7656a6ea626d0"
|
||||
integrity sha512-uTKHDK9STXFHLaKv6IMnwp52fm0hwU+N89w/p9grdUqcFA6WuqDyPhaWopbNyE1k/VhgzmHl8pu1L4wITtmlLw==
|
||||
|
@ -2618,6 +2618,15 @@
|
|||
"@types/scheduler" "*"
|
||||
csstype "^3.0.2"
|
||||
|
||||
"@types/react@17.0.16":
|
||||
version "17.0.16"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.16.tgz#056f40c45645761527baeb7d89d842a6abdf285a"
|
||||
integrity sha512-3kCUiOOlQTwUUvjNFkbBTWMTxdTGybz/PfjCw9JmaRGcEDBQh+nGMg7/E9P2rklhJuYVd25IYLNcvqgSPCPksg==
|
||||
dependencies:
|
||||
"@types/prop-types" "*"
|
||||
"@types/scheduler" "*"
|
||||
csstype "^3.0.2"
|
||||
|
||||
"@types/redux-devtools-extension@2.13.2":
|
||||
version "2.13.2"
|
||||
resolved "https://registry.yarnpkg.com/@types/redux-devtools-extension/-/redux-devtools-extension-2.13.2.tgz#b2e09a8c163b2b0f5072e6a5ac41474000df2111"
|
||||
|
|
Loading…
Reference in a new issue