mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-26 11:43:59 -05:00
Update dependency @types/react to v17.0.18
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
30e46000c1
commit
22ecdcff0c
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.17",
|
||||
"@types/react": "17.0.18",
|
||||
"@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
|
@ -2626,7 +2626,7 @@
|
|||
dependencies:
|
||||
"@types/react" "*"
|
||||
|
||||
"@types/react@*", "@types/react@17.0.17", "@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.17"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.17.tgz#1772d3d5425128e0635a716f49ef57c2955df055"
|
||||
integrity sha512-nrfi7I13cAmrd0wje8czYpf5SFbryczCtPzFc6ijqvdjKcyA3tCvGxwchOUlxb2ucBPuJ9Y3oUqKrRqZvrz0lw==
|
||||
|
@ -2635,6 +2635,15 @@
|
|||
"@types/scheduler" "*"
|
||||
csstype "^3.0.2"
|
||||
|
||||
"@types/react@17.0.18":
|
||||
version "17.0.18"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.18.tgz#4109cbbd901be9582e5e39e3d77acd7b66bb7fbe"
|
||||
integrity sha512-YTLgu7oS5zvSqq49X5Iue5oAbVGhgPc5Au29SJC4VeE17V6gASoOxVkUDy9pXFMRFxCWCD9fLeweNFizo3UzOg==
|
||||
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