Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit 3b35996

Browse files
author
Chau Tran
authored
Merge pull request #30 from nestjsx/greenkeeper/typedoc-0.16.0
Update typedoc to the latest version 🚀
2 parents f5a5f23 + 5799ff4 commit 3b35996

2 files changed

Lines changed: 36 additions & 18 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"ts-node": "^8.5.2",
102102
"tsdx": "^0.12.0",
103103
"tslib": "^1.10.0",
104-
"typedoc": "^0.15.2",
104+
"typedoc": "^0.16.0",
105105
"typescript": "~3.7.2"
106106
},
107107
"dependencies": {

yarn.lock

Lines changed: 35 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4298,7 +4298,7 @@ growly@^1.3.0:
42984298
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
42994299
integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=
43004300

4301-
handlebars@^4.1.2, handlebars@^4.4.0, handlebars@^4.5.1:
4301+
handlebars@^4.1.2, handlebars@^4.4.0:
43024302
version "4.5.2"
43034303
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.5.2.tgz#5a4eb92ab5962ca3415ac188c86dc7f784f76a0f"
43044304
integrity sha512-29Zxv/cynYB7mkT1rVWQnV7mGX6v7H/miQ6dbEpYTKq5eJBN7PsRB+ViYJlcT6JINTSu4dVB9kOqEun78h6Exg==
@@ -4309,6 +4309,17 @@ handlebars@^4.1.2, handlebars@^4.4.0, handlebars@^4.5.1:
43094309
optionalDependencies:
43104310
uglify-js "^3.1.4"
43114311

4312+
handlebars@^4.5.3, handlebars@^4.7.0:
4313+
version "4.7.1"
4314+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.1.tgz#052bd2618964dcb8aebad0940bfeb2d8d1cfbfde"
4315+
integrity sha512-2dd6soo60cwKNJ90VewNLIzdZPR/E2YhszOTgHpN9V0YuwZk7x33/iZoIBnASwDFVHMY7iJ6NPL8d9f/DWYCTA==
4316+
dependencies:
4317+
neo-async "^2.6.0"
4318+
optimist "^0.6.1"
4319+
source-map "^0.6.1"
4320+
optionalDependencies:
4321+
uglify-js "^3.1.4"
4322+
43124323
har-schema@^2.0.0:
43134324
version "2.0.0"
43144325
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
@@ -4392,10 +4403,12 @@ has@^1.0.1, has@^1.0.3:
43924403
dependencies:
43934404
function-bind "^1.1.1"
43944405

4395-
highlight.js@^9.16.2:
4396-
version "9.16.2"
4397-
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.16.2.tgz#68368d039ffe1c6211bcc07e483daf95de3e403e"
4398-
integrity sha512-feMUrVLZvjy0oC7FVJQcSQRqbBq9kwqnYE4+Kj9ZjbHh3g+BisiPgF49NyQbVLNdrL/qqZr3Ca9yOKwgn2i/tw==
4406+
highlight.js@^9.17.1:
4407+
version "9.17.1"
4408+
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.17.1.tgz#14a4eded23fd314b05886758bb906e39dd627f9a"
4409+
integrity sha512-TA2/doAur5Ol8+iM3Ov7qy3jYcr/QiJ2eDTdRF4dfbjG7AaaB99J5G+zSl11ljbl6cIcahgPY6SKb3sC3EJ0fw==
4410+
dependencies:
4411+
handlebars "^4.5.3"
43994412

44004413
homedir-polyfill@^1.0.1:
44014414
version "1.0.3"
@@ -6283,6 +6296,11 @@ marked@^0.7.0:
62836296
resolved "https://registry.yarnpkg.com/marked/-/marked-0.7.0.tgz#b64201f051d271b1edc10a04d1ae9b74bb8e5c0e"
62846297
integrity sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==
62856298

6299+
marked@^0.8.0:
6300+
version "0.8.0"
6301+
resolved "https://registry.yarnpkg.com/marked/-/marked-0.8.0.tgz#ec5c0c9b93878dc52dd54be8d0e524097bd81a99"
6302+
integrity sha512-MyUe+T/Pw4TZufHkzAfDj6HarCBWia2y27/bhuYkTaiUnfDYFnCP3KUN+9oM7Wi6JA2rymtVYbQu3spE0GCmxQ==
6303+
62866304
meant@~1.0.1:
62876305
version "1.0.1"
62886306
resolved "https://registry.yarnpkg.com/meant/-/meant-1.0.1.tgz#66044fea2f23230ec806fb515efea29c44d2115d"
@@ -9432,31 +9450,31 @@ typedarray@^0.0.6:
94329450
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
94339451
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
94349452

9435-
typedoc-default-themes@^0.6.1:
9436-
version "0.6.1"
9437-
resolved "https://registry.yarnpkg.com/typedoc-default-themes/-/typedoc-default-themes-0.6.1.tgz#e2e471188983df995f4f9df49f713044fced6802"
9438-
integrity sha512-z5AWKqQDz7igl9WkUuafx8cEm4MPVQGMpbWE+3lwVOaq+U4UoLKBMnpFQWh/4fqQ3bGysXpOstMxy2OOzHezyw==
9453+
typedoc-default-themes@^0.7.0:
9454+
version "0.7.0"
9455+
resolved "https://registry.yarnpkg.com/typedoc-default-themes/-/typedoc-default-themes-0.7.0.tgz#ab02068a006d06443c1dce8ba157f5f16dc78e27"
9456+
integrity sha512-yeD56oPXMKJ5nDiCZ27x/SIxx11646Gr5GscxtLSmrh3ucMX6Lklgo7cSABafQXlGPSN5Kb/oLxmfN33BeqMWw==
94399457
dependencies:
94409458
backbone "^1.4.0"
94419459
jquery "^3.4.1"
94429460
lunr "^2.3.8"
94439461
underscore "^1.9.1"
94449462

9445-
typedoc@^0.15.2:
9446-
version "0.15.2"
9447-
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.15.2.tgz#f0f79abd12e8b9785f96ce205e2dadf282c32cf4"
9448-
integrity sha512-K2nFEtyDQTVdXOzYtECw3TwuT3lM91Zc0dzGSLuor5R8qzZbwqBoCw7xYGVBow6+mEZAvKGznLFsl7FzG+wAgQ==
9463+
typedoc@^0.16.0:
9464+
version "0.16.0"
9465+
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.16.0.tgz#908851515ee4f15ef342c8ca9d2c2461d8598d0e"
9466+
integrity sha512-arCzLnU4ijsSMPZvjcDhEQc4ROYueiCSZLCZL0uCZGtx8RDEC2H7ZNPiqR0Gd7UAgCByHJfn3MBFSkmrzrnVcA==
94499467
dependencies:
94509468
"@types/minimatch" "3.0.3"
94519469
fs-extra "^8.1.0"
9452-
handlebars "^4.5.1"
9453-
highlight.js "^9.16.2"
9470+
handlebars "^4.7.0"
9471+
highlight.js "^9.17.1"
94549472
lodash "^4.17.15"
9455-
marked "^0.7.0"
9473+
marked "^0.8.0"
94569474
minimatch "^3.0.0"
94579475
progress "^2.0.3"
94589476
shelljs "^0.8.3"
9459-
typedoc-default-themes "^0.6.1"
9477+
typedoc-default-themes "^0.7.0"
94609478
typescript "3.7.x"
94619479

94629480
typescript@3.7.x, typescript@~3.7.2:

0 commit comments

Comments
 (0)