mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-26 03:33:58 -05:00
Update dependency @types/react to v17.0.8
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
d6bb87c6b0
commit
e019987d80
2 changed files with 11 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
"@types/mermaid": "8.2.6",
|
||||
"@types/node": "15.6.0",
|
||||
"@types/node-sass": "4.11.1",
|
||||
"@types/react": "17.0.6",
|
||||
"@types/react": "17.0.8",
|
||||
"@types/react-bootstrap-typeahead": "5.1.4",
|
||||
"@types/react-dom": "17.0.5",
|
||||
"@types/react-html-parser": "2.0.1",
|
||||
|
|
11
yarn.lock
11
yarn.lock
|
@ -2498,7 +2498,7 @@
|
|||
dependencies:
|
||||
"@types/react" "*"
|
||||
|
||||
"@types/react@*", "@types/react@17.0.6", "@types/react@>=16.9.11", "@types/react@>=16.9.35":
|
||||
"@types/react@*", "@types/react@>=16.9.11", "@types/react@>=16.9.35":
|
||||
version "17.0.6"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.6.tgz#0ec564566302c562bf497d73219797a5e0297013"
|
||||
integrity sha512-u/TtPoF/hrvb63LdukET6ncaplYsvCvmkceasx8oG84/ZCsoLxz9Z/raPBP4lTAiWW1Jb889Y9svHmv8R26dWw==
|
||||
|
@ -2507,6 +2507,15 @@
|
|||
"@types/scheduler" "*"
|
||||
csstype "^3.0.2"
|
||||
|
||||
"@types/react@17.0.8":
|
||||
version "17.0.8"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.8.tgz#fe76e3ba0fbb5602704110fd1e3035cf394778e3"
|
||||
integrity sha512-3sx4c0PbXujrYAKwXxNONXUtRp9C+hE2di0IuxFyf5BELD+B+AXL8G7QrmSKhVwKZDbv0igiAjQAMhXj8Yg3aw==
|
||||
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