Skip to content

Commit f1a844b

Browse files
committed
meta: Use @strictsoftware/typedoc-plugin-monorepo
1 parent ec8547e commit f1a844b

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
],
3232
"devDependencies": {
3333
"@google-cloud/storage": "^2.3.1",
34+
"@strictsoftware/typedoc-plugin-monorepo": "^0.2.1",
3435
"@types/chai": "^4.1.3",
3536
"@types/jest": "^24.0.11",
3637
"@types/mocha": "^5.2.0",
@@ -53,7 +54,6 @@
5354
"ts-jest": "^24.0.0",
5455
"tslint": "^5.14.0",
5556
"typedoc": "^0.14.2",
56-
"typedoc-plugin-monorepo": "https://github.com/gprzybylowicz/typedoc-plugin-monorepo",
5757
"typescript": "^3.3.3333",
5858
"typescript-tslint-plugin": "^0.3.1"
5959
}

yarn.lock

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,6 +1132,14 @@
11321132
resolved "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz#8da5c6530915653f3a1f38fd5f101d8c3f8079c5"
11331133
integrity sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==
11341134

1135+
"@strictsoftware/typedoc-plugin-monorepo@^0.2.1":
1136+
version "0.2.1"
1137+
resolved "https://registry.yarnpkg.com/@strictsoftware/typedoc-plugin-monorepo/-/typedoc-plugin-monorepo-0.2.1.tgz#09a39299ac4885803e1ce1778ddb7dfd64776606"
1138+
integrity sha512-VEfK9dCsBmxXGJcFUK0lBKRj1BtdVluy0i8sWa7pfIrQwTJEjMbpvMnx3qjNyl8aWZLtpvWMkEbr3WmXSkOZ2Q==
1139+
dependencies:
1140+
highlight.js "^9.15.6"
1141+
marked "^0.6.1"
1142+
11351143
"@types/angular@^1.6.54":
11361144
version "1.6.54"
11371145
resolved "https://registry.yarnpkg.com/@types/angular/-/angular-1.6.54.tgz#f9d5a03e4da7b021a6dabe5d63e899ed4567a5bd"
@@ -5231,11 +5239,16 @@ he@1.2.0:
52315239
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
52325240
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
52335241

5234-
highlight.js@^9.12.0, highlight.js@^9.13.1:
5242+
highlight.js@^9.13.1:
52355243
version "9.14.2"
52365244
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.14.2.tgz#efbfb22dc701406e4da406056ef8c2b70ebe5b26"
52375245
integrity sha512-Nc6YNECYpxyJABGYJAyw7dBAYbXEuIzwzkqoJnwbc1nIpCiN+3ioYf0XrBnLiyyG0JLuJhpPtt2iTSbXiKLoyA==
52385246

5247+
highlight.js@^9.15.6:
5248+
version "9.15.6"
5249+
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.15.6.tgz#72d4d8d779ec066af9a17cb14360c3def0aa57c4"
5250+
integrity sha512-zozTAWM1D6sozHo8kqhfYgsac+B+q0PmsjXeyDrYIHHcBN0zTVT66+s2GW1GZv7DbyaROdLXKdabwS/WqPyIdQ==
5251+
52395252
hmac-drbg@^1.0.0:
52405253
version "1.0.1"
52415254
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
@@ -7128,16 +7141,16 @@ map-visit@^1.0.0:
71287141
dependencies:
71297142
object-visit "^1.0.0"
71307143

7131-
marked@^0.3.19:
7132-
version "0.3.19"
7133-
resolved "https://registry.yarnpkg.com/marked/-/marked-0.3.19.tgz#5d47f709c4c9fc3c216b6d46127280f40b39d790"
7134-
integrity sha512-ea2eGWOqNxPcXv8dyERdSr/6FmzvWwzjMxpfGB/sbMccXoct+xY+YukPD+QTUZwyvK7BZwcr4m21WBOW41pAkg==
7135-
71367144
marked@^0.4.0:
71377145
version "0.4.0"
71387146
resolved "https://registry.yarnpkg.com/marked/-/marked-0.4.0.tgz#9ad2c2a7a1791f10a852e0112f77b571dce10c66"
71397147
integrity sha512-tMsdNBgOsrUophCAFQl0XPe6Zqk/uy9gnue+jIIKhykO51hxyu6uNx7zBPy0+y/WKYVZZMspV9YeXLNdKk+iYw==
71407148

7149+
marked@^0.6.1:
7150+
version "0.6.1"
7151+
resolved "https://registry.yarnpkg.com/marked/-/marked-0.6.1.tgz#a63addde477bca9613028de4b2bc3629e53a0562"
7152+
integrity sha512-+H0L3ibcWhAZE02SKMqmvYsErLo4EAVJxu5h3bHBBDvvjeWXtl92rGUSBYHL2++5Y+RSNgl8dYOAXcYe7lp1fA==
7153+
71417154
md5.js@^1.3.4:
71427155
version "1.3.5"
71437156
resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f"
@@ -10442,13 +10455,6 @@ typedoc-default-themes@^0.5.0:
1044210455
resolved "https://registry.yarnpkg.com/typedoc-default-themes/-/typedoc-default-themes-0.5.0.tgz#6dc2433e78ed8bea8e887a3acde2f31785bd6227"
1044310456
integrity sha1-bcJDPnjti+qOiHo6zeLzF4W9Yic=
1044410457

10445-
"typedoc-plugin-monorepo@https://github.com/gprzybylowicz/typedoc-plugin-monorepo":
10446-
version "0.1.0"
10447-
resolved "https://github.com/gprzybylowicz/typedoc-plugin-monorepo#0814dc46441d28dcf88d32964e1700ae7427c854"
10448-
dependencies:
10449-
highlight.js "^9.12.0"
10450-
marked "^0.3.19"
10451-
1045210458
typedoc@^0.14.2:
1045310459
version "0.14.2"
1045410460
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.14.2.tgz#769f457f4f9e4bdb8b5f3b177c86b6a31d8c3dc3"

0 commit comments

Comments
 (0)