mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-04-20 07:25:35 +00:00
Update definitelyTyped
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
640f425781
commit
505ddf76da
2 changed files with 15 additions and 7 deletions
|
@ -25,11 +25,11 @@
|
|||
"@types/node": "12.20.4",
|
||||
"@types/node-sass": "4.11.1",
|
||||
"@types/react": "17.0.2",
|
||||
"@types/react-bootstrap-typeahead": "5.1.2",
|
||||
"@types/react-bootstrap-typeahead": "5.1.3",
|
||||
"@types/react-dom": "17.0.1",
|
||||
"@types/react-html-parser": "2.0.1",
|
||||
"@types/react-redux": "7.1.16",
|
||||
"@types/react-router": "5.1.11",
|
||||
"@types/react-router": "5.1.12",
|
||||
"@types/react-router-bootstrap": "0.24.5",
|
||||
"@types/react-router-dom": "5.1.7",
|
||||
"@types/uuid": "8.3.0",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -2365,10 +2365,10 @@
|
|||
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.4.tgz#15925414e0ad2cd765bfef58842f7e26a7accb24"
|
||||
integrity sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug==
|
||||
|
||||
"@types/react-bootstrap-typeahead@5.1.2":
|
||||
version "5.1.2"
|
||||
resolved "https://registry.yarnpkg.com/@types/react-bootstrap-typeahead/-/react-bootstrap-typeahead-5.1.2.tgz#219c2f69e6b0f5edd1b418a53fb60ee786948dd7"
|
||||
integrity sha512-S9SiiP55+G2lyi+fbD6/JCvWdeNDYlVTFqsvrh9OK+jm5hF71haW2LakeUOGrO+Tx09VW12VXCtXyQbSGZOwIw==
|
||||
"@types/react-bootstrap-typeahead@5.1.3":
|
||||
version "5.1.3"
|
||||
resolved "https://registry.yarnpkg.com/@types/react-bootstrap-typeahead/-/react-bootstrap-typeahead-5.1.3.tgz#c2a348f6697e8f5c8cc32547d19dfad1bb548552"
|
||||
integrity sha512-TVgpV0DBCpQILwP5gSGLMM0ULZBDS68mqVB2uzCQ2EKYveHlFHheHRaZe6s3+vxnAYH1z65WJOPhQ4BWVLK2RA==
|
||||
dependencies:
|
||||
"@types/react" "*"
|
||||
|
||||
|
@ -2414,7 +2414,7 @@
|
|||
"@types/react" "*"
|
||||
"@types/react-router" "*"
|
||||
|
||||
"@types/react-router@*", "@types/react-router@5.1.11":
|
||||
"@types/react-router@*":
|
||||
version "5.1.11"
|
||||
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.11.tgz#b01ce4cb21bf7d6b32edc862fc1e2c0088044b5b"
|
||||
integrity sha512-ofHbZMlp0Y2baOHgsWBQ4K3AttxY61bDMkwTiBOkPg7U6C/3UwwB5WaIx28JmSVi/eX3uFEMRo61BV22fDQIvg==
|
||||
|
@ -2422,6 +2422,14 @@
|
|||
"@types/history" "*"
|
||||
"@types/react" "*"
|
||||
|
||||
"@types/react-router@5.1.12":
|
||||
version "5.1.12"
|
||||
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.12.tgz#0f300e09468e7aed86e18241c90238c18c377e51"
|
||||
integrity sha512-0bhXQwHYfMeJlCh7mGhc0VJTRm0Gk+Z8T00aiP4702mDUuLs9SMhnd2DitpjWFjdOecx2UXtICK14H9iMnziGA==
|
||||
dependencies:
|
||||
"@types/history" "*"
|
||||
"@types/react" "*"
|
||||
|
||||
"@types/react-transition-group@^4.4.0":
|
||||
version "4.4.1"
|
||||
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.1.tgz#e1a3cb278df7f47f17b5082b1b3da17170bd44b1"
|
||||
|
|
Loading…
Add table
Reference in a new issue