mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-04-11 18:53:06 +00:00
Update dependency @types/react to v17.0.17
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
5bfd05815a
commit
d5b6db39dc
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.16",
|
||||
"@types/react": "17.0.17",
|
||||
"@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.16", "@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.16"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.16.tgz#056f40c45645761527baeb7d89d842a6abdf285a"
|
||||
integrity sha512-3kCUiOOlQTwUUvjNFkbBTWMTxdTGybz/PfjCw9JmaRGcEDBQh+nGMg7/E9P2rklhJuYVd25IYLNcvqgSPCPksg==
|
||||
|
@ -2618,6 +2618,15 @@
|
|||
"@types/scheduler" "*"
|
||||
csstype "^3.0.2"
|
||||
|
||||
"@types/react@17.0.17":
|
||||
version "17.0.17"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.17.tgz#1772d3d5425128e0635a716f49ef57c2955df055"
|
||||
integrity sha512-nrfi7I13cAmrd0wje8czYpf5SFbryczCtPzFc6ijqvdjKcyA3tCvGxwchOUlxb2ucBPuJ9Y3oUqKrRqZvrz0lw==
|
||||
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…
Add table
Reference in a new issue