mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-06 19:39:53 +00:00
Merge pull request #2879 from Eugeny/dependabot/npm_and_yarn/typedoc-0.18.0
Bump typedoc from 0.17.7 to 0.18.0
This commit is contained in:
commit
7794280115
@ -46,7 +46,7 @@
|
|||||||
"svg-inline-loader": "^0.8.0",
|
"svg-inline-loader": "^0.8.0",
|
||||||
"to-string-loader": "1.1.6",
|
"to-string-loader": "1.1.6",
|
||||||
"tslib": "^2.0.0",
|
"tslib": "^2.0.0",
|
||||||
"typedoc": "^0.17.7",
|
"typedoc": "^0.18.0",
|
||||||
"typescript": "^3.9.3",
|
"typescript": "^3.9.3",
|
||||||
"url-loader": "^3.0.0",
|
"url-loader": "^3.0.0",
|
||||||
"val-loader": "2.1.1",
|
"val-loader": "2.1.1",
|
||||||
|
30
yarn.lock
30
yarn.lock
@ -4197,10 +4197,10 @@ map-visit@^1.0.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
object-visit "^1.0.0"
|
object-visit "^1.0.0"
|
||||||
|
|
||||||
marked@1.0.0:
|
marked@^1.1.1:
|
||||||
version "1.0.0"
|
version "1.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/marked/-/marked-1.0.0.tgz#d35784245a04871e5988a491e28867362e941693"
|
resolved "https://registry.yarnpkg.com/marked/-/marked-1.1.1.tgz#e5d61b69842210d5df57b05856e0c91572703e6a"
|
||||||
integrity sha512-Wo+L1pWTVibfrSr+TTtMuiMfNzmZWiOPeO7rZsQUY5bgsxpHesBEcIWJloWVTFnrMXnf/TL30eTFSGJddmQAng==
|
integrity sha512-mJzT8D2yPxoPh7h0UXkB+dBj4FykPJ2OIfxAWeIHrvoHDkFxukV/29QxoFQoPM6RLEwhIFdJpmKBlqVM3s2ZIw==
|
||||||
|
|
||||||
matcher@^2.0.0:
|
matcher@^2.0.0:
|
||||||
version "2.0.0"
|
version "2.0.0"
|
||||||
@ -7027,28 +7027,28 @@ typedarray@^0.0.6:
|
|||||||
version "0.0.6"
|
version "0.0.6"
|
||||||
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
||||||
|
|
||||||
typedoc-default-themes@^0.10.1:
|
typedoc-default-themes@^0.10.2:
|
||||||
version "0.10.1"
|
version "0.10.2"
|
||||||
resolved "https://registry.yarnpkg.com/typedoc-default-themes/-/typedoc-default-themes-0.10.1.tgz#eb27b7d689457c7ec843e47ec0d3e500581296a7"
|
resolved "https://registry.yarnpkg.com/typedoc-default-themes/-/typedoc-default-themes-0.10.2.tgz#743380a80afe62c5ef92ca1bd4abe2ac596be4d2"
|
||||||
integrity sha512-SuqAQI0CkwhqSJ2kaVTgl37cWs733uy9UGUqwtcds8pkFK8oRF4rZmCq+FXTGIb9hIUOu40rf5Kojg0Ha6akeg==
|
integrity sha512-zo09yRj+xwLFE3hyhJeVHWRSPuKEIAsFK5r2u47KL/HBKqpwdUSanoaz5L34IKiSATFrjG5ywmIu98hPVMfxZg==
|
||||||
dependencies:
|
dependencies:
|
||||||
lunr "^2.3.8"
|
lunr "^2.3.8"
|
||||||
|
|
||||||
typedoc@^0.17.7:
|
typedoc@^0.18.0:
|
||||||
version "0.17.7"
|
version "0.18.0"
|
||||||
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.17.7.tgz#70797401140403a5f91589ed3f4f24c03841bf7a"
|
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.18.0.tgz#8bf53ddd7df5b8966b52c946929a09549d78682b"
|
||||||
integrity sha512-PEnzjwQAGjb0O8a6VDE0lxyLAadqNujN5LltsTUhZETolRMiIJv6Ox+Toa8h0XhKHqAOh8MOmB0eBVcWz6nuAw==
|
integrity sha512-UgDQwapCGQCCdYhEQzQ+kGutmcedklilgUGf62Vw6RdI29u6FcfAXFQfRTiJEbf16aK3YnkB20ctQK1JusCRbA==
|
||||||
dependencies:
|
dependencies:
|
||||||
fs-extra "^8.1.0"
|
fs-extra "^9.0.1"
|
||||||
handlebars "^4.7.6"
|
handlebars "^4.7.6"
|
||||||
highlight.js "^10.0.0"
|
highlight.js "^10.0.0"
|
||||||
lodash "^4.17.15"
|
lodash "^4.17.15"
|
||||||
lunr "^2.3.8"
|
lunr "^2.3.8"
|
||||||
marked "1.0.0"
|
marked "^1.1.1"
|
||||||
minimatch "^3.0.0"
|
minimatch "^3.0.0"
|
||||||
progress "^2.0.3"
|
progress "^2.0.3"
|
||||||
shelljs "^0.8.4"
|
shelljs "^0.8.4"
|
||||||
typedoc-default-themes "^0.10.1"
|
typedoc-default-themes "^0.10.2"
|
||||||
|
|
||||||
typescript@^3.9.3:
|
typescript@^3.9.3:
|
||||||
version "3.9.3"
|
version "3.9.3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user