mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Unfork typedoc-default-themes
This commit is contained in:
parent
6f3748c74a
commit
130848b10a
2 changed files with 4 additions and 18 deletions
|
@ -14,7 +14,8 @@
|
|||
"mark.js": "^8.11.1",
|
||||
"mithril": "^2.0.4",
|
||||
"rss-parser": "^3.7.3",
|
||||
"semver-compare": "^1.0.0"
|
||||
"semver-compare": "^1.0.0",
|
||||
"typedoc-default-themes": "^0.6.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^24.0.23",
|
||||
|
@ -39,7 +40,6 @@
|
|||
"tslint-etc": "^1.9.2",
|
||||
"tslint-sonarts": "^1.9.0",
|
||||
"typedoc": "^0.15.3",
|
||||
"typedoc-default-themes": "git://github.com/tridactyl/typedoc-default-themes.git#fix_weird_member_names_bin",
|
||||
"typescript": "^3.6.4",
|
||||
"uglify-es": "^3.3.9",
|
||||
"uglifyjs-webpack-plugin": "^2.2.0",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -1200,7 +1200,7 @@ babel-runtime@^6.9.1:
|
|||
core-js "^2.4.0"
|
||||
regenerator-runtime "^0.11.0"
|
||||
|
||||
backbone@^1.1.2, backbone@^1.4.0:
|
||||
backbone@^1.4.0:
|
||||
version "1.4.0"
|
||||
resolved "https://registry.yarnpkg.com/backbone/-/backbone-1.4.0.tgz#54db4de9df7c3811c3f032f34749a4cd27f3bd12"
|
||||
integrity sha512-RLmDrRXkVdouTg38jcgHhyQ/2zjg7a8E6sz2zxfz21Hh17xDJYUHBZimVIt5fUyS8vbfpeSmTL3gUjTEvUV3qQ==
|
||||
|
@ -4645,7 +4645,7 @@ jetpack-id@1.0.0:
|
|||
resolved "https://registry.yarnpkg.com/jetpack-id/-/jetpack-id-1.0.0.tgz#2cf9fbae46d8074fc16b7de0071c8efebca473a6"
|
||||
integrity sha1-LPn7rkbYB0/Ba33gBxyO/rykc6Y=
|
||||
|
||||
jquery@^3.3.1, jquery@^3.4.1:
|
||||
jquery@^3.4.1:
|
||||
version "3.4.1"
|
||||
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.1.tgz#714f1f8d9dde4bdfa55764ba37ef214630d80ef2"
|
||||
integrity sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==
|
||||
|
@ -5086,11 +5086,6 @@ lru-cache@^5.1.1:
|
|||
dependencies:
|
||||
yallist "^3.0.2"
|
||||
|
||||
lunr@^2.3.6:
|
||||
version "2.3.6"
|
||||
resolved "https://registry.yarnpkg.com/lunr/-/lunr-2.3.6.tgz#f278beee7ffd56ad86e6e478ce02ab2b98c78dd5"
|
||||
integrity sha512-swStvEyDqQ85MGpABCMBclZcLI/pBIlu8FFDtmX197+oEgKloJ67QnB+Tidh0340HmLMs39c4GrkPY3cmkXp6Q==
|
||||
|
||||
lunr@^2.3.8:
|
||||
version "2.3.8"
|
||||
resolved "https://registry.yarnpkg.com/lunr/-/lunr-2.3.8.tgz#a8b89c31f30b5a044b97d2d28e2da191b6ba2072"
|
||||
|
@ -7865,15 +7860,6 @@ typedoc-default-themes@^0.6.1:
|
|||
lunr "^2.3.8"
|
||||
underscore "^1.9.1"
|
||||
|
||||
"typedoc-default-themes@git://github.com/tridactyl/typedoc-default-themes.git#fix_weird_member_names_bin":
|
||||
version "0.6.0-0"
|
||||
resolved "git://github.com/tridactyl/typedoc-default-themes.git#a28d333b26688511dae6d99d92abb082c5f23214"
|
||||
dependencies:
|
||||
backbone "^1.1.2"
|
||||
jquery "^3.3.1"
|
||||
lunr "^2.3.6"
|
||||
underscore "^1.9.1"
|
||||
|
||||
typedoc@^0.15.3:
|
||||
version "0.15.3"
|
||||
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.15.3.tgz#8f5a038cfc1160f70cbc57e37908653483dca689"
|
||||
|
|
Loading…
Add table
Reference in a new issue