mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-04-08 16:41:33 +00:00
Update definitelyTyped
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
73595d4586
commit
5fa08868cc
2 changed files with 15 additions and 7 deletions
|
@ -10,7 +10,7 @@
|
|||
"@testing-library/jest-dom": "5.11.9",
|
||||
"@testing-library/react": "11.2.5",
|
||||
"@testing-library/user-event": "12.6.3",
|
||||
"@types/codemirror": "0.0.107",
|
||||
"@types/codemirror": "0.0.108",
|
||||
"@types/d3-graphviz": "2.6.6",
|
||||
"@types/diff": "5.0.0",
|
||||
"@types/domhandler": "2.4.1",
|
||||
|
@ -24,7 +24,7 @@
|
|||
"@types/mermaid": "8.2.1",
|
||||
"@types/node": "12.12.53",
|
||||
"@types/node-sass": "4.11.1",
|
||||
"@types/react": "17.0.0",
|
||||
"@types/react": "17.0.1",
|
||||
"@types/react-bootstrap-typeahead": "5.1.1",
|
||||
"@types/react-dom": "17.0.0",
|
||||
"@types/react-html-parser": "2.0.1",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -2525,10 +2525,10 @@
|
|||
resolved "https://registry.yarnpkg.com/@types/clone/-/clone-2.1.0.tgz#cb888a3fe5319275b566ae3a9bc606e310c533d4"
|
||||
integrity sha512-d/aS/lPOnUSruPhgNtT8jW39fHRVTLQy9sodysP1kkG8EdAtdZu1vt8NJaYA8w/6Z9j8izkAsx1A/yJhcYR1CA==
|
||||
|
||||
"@types/codemirror@0.0.107":
|
||||
version "0.0.107"
|
||||
resolved "https://registry.yarnpkg.com/@types/codemirror/-/codemirror-0.0.107.tgz#2800d142f489a1137414df30665633bbfbf4abaa"
|
||||
integrity sha512-F3Uh8xBmZWeMckWPVrcG5TBQIr/rZM7dQfx8D0pHCb372MIWFBwc5mjLBpYPcxGpmgNM/p6bl619XwyzBUQTrQ==
|
||||
"@types/codemirror@0.0.108":
|
||||
version "0.0.108"
|
||||
resolved "https://registry.yarnpkg.com/@types/codemirror/-/codemirror-0.0.108.tgz#e640422b666bf49251b384c390cdeb2362585bde"
|
||||
integrity sha512-3FGFcus0P7C2UOGCNUVENqObEb4SFk+S8Dnxq7K6aIsLVs/vDtlangl3PEO0ykaKXyK56swVF6Nho7VsA44uhw==
|
||||
dependencies:
|
||||
"@types/tern" "*"
|
||||
|
||||
|
@ -3081,7 +3081,7 @@
|
|||
dependencies:
|
||||
"@types/react" "*"
|
||||
|
||||
"@types/react@*", "@types/react@17.0.0", "@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.0"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.0.tgz#5af3eb7fad2807092f0046a1302b7823e27919b8"
|
||||
integrity sha512-aj/L7RIMsRlWML3YB6KZiXB3fV2t41+5RBGYF8z+tAKU43Px8C3cYUZsDvf1/+Bm4FK21QWBrDutu8ZJ/70qOw==
|
||||
|
@ -3089,6 +3089,14 @@
|
|||
"@types/prop-types" "*"
|
||||
csstype "^3.0.2"
|
||||
|
||||
"@types/react@17.0.1":
|
||||
version "17.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.1.tgz#eb1f1407dea8da3bc741879c1192aa703ab9975b"
|
||||
integrity sha512-w8t9f53B2ei4jeOqf/gxtc2Sswnc3LBK5s0DyJcg5xd10tMHXts2N31cKjWfH9IC/JvEPa/YF1U4YeP1t4R6HQ==
|
||||
dependencies:
|
||||
"@types/prop-types" "*"
|
||||
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