Skip to content

Commit 04c2be4

Browse files
committed
docs: fix searchbox
1 parent 048a8fc commit 04c2be4

File tree

2 files changed

+19
-29
lines changed

2 files changed

+19
-29
lines changed

docs/.vuepress/style.styl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
.home .hero img
22
max-height 180px
3+
4+
.search-box .suggestion a
5+
white-space normal

yarn.lock

Lines changed: 16 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7846,10 +7846,6 @@ lodash._stack@^4.0.0:
78467846
version "4.1.3"
78477847
resolved "https://registry.yarnpkg.com/lodash._stack/-/lodash._stack-4.1.3.tgz#751aa76c1b964b047e76d14fc72a093fcb5e2dd0"
78487848

7849-
lodash.assign@~4.2.0:
7850-
version "4.2.0"
7851-
resolved "https://registry.yarnpkg.com/lodash.assign/-/lodash.assign-4.2.0.tgz#0d99f3ccd7a6d261d19bdaeb9245005d285808e7"
7852-
78537849
lodash.camelcase@^4.3.0:
78547850
version "4.3.0"
78557851
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
@@ -8148,11 +8144,9 @@ map-visit@^1.0.0:
81488144
dependencies:
81498145
object-visit "^1.0.0"
81508146

8151-
markdown-it-anchor@^4.0.0:
8152-
version "4.0.0"
8153-
resolved "https://registry.yarnpkg.com/markdown-it-anchor/-/markdown-it-anchor-4.0.0.tgz#e87fb5543e01965adf71506c6bf7b0491841b7e3"
8154-
dependencies:
8155-
string "^3.3.3"
8147+
markdown-it-anchor@^5.0.2:
8148+
version "5.0.2"
8149+
resolved "https://registry.yarnpkg.com/markdown-it-anchor/-/markdown-it-anchor-5.0.2.tgz#cdd917a05b7bf92fb736a6dae3385c6d0d0fa552"
81568150

81578151
markdown-it-container@^2.0.0:
81588152
version "2.0.0"
@@ -8162,12 +8156,9 @@ markdown-it-emoji@^1.4.0:
81628156
version "1.4.0"
81638157
resolved "https://registry.yarnpkg.com/markdown-it-emoji/-/markdown-it-emoji-1.4.0.tgz#9bee0e9a990a963ba96df6980c4fddb05dfb4dcc"
81648158

8165-
markdown-it-table-of-contents@^0.3.3:
8166-
version "0.3.6"
8167-
resolved "https://registry.yarnpkg.com/markdown-it-table-of-contents/-/markdown-it-table-of-contents-0.3.6.tgz#2a733c52485cd47769365402681987ed7d9e64a9"
8168-
dependencies:
8169-
lodash.assign "~4.2.0"
8170-
string "~3.3.3"
8159+
markdown-it-table-of-contents@^0.4.0:
8160+
version "0.4.0"
8161+
resolved "https://registry.yarnpkg.com/markdown-it-table-of-contents/-/markdown-it-table-of-contents-0.4.0.tgz#950541bec9a365a75265f5265a09dc0cb5935909"
81718162

81728163
markdown-it@^8.4.1:
81738164
version "8.4.2"
@@ -10526,7 +10517,7 @@ regexpu-core@^4.1.3, regexpu-core@^4.1.4:
1052610517
unicode-match-property-ecmascript "^1.0.4"
1052710518
unicode-match-property-value-ecmascript "^1.0.2"
1052810519

10529-
register-service-worker@^1.0.0, register-service-worker@^1.2.0:
10520+
register-service-worker@^1.0.0, register-service-worker@^1.4.1:
1053010521
version "1.4.1"
1053110522
resolved "https://registry.yarnpkg.com/register-service-worker/-/register-service-worker-1.4.1.tgz#4b4c9b4200fc697942c6ae7d611349587b992b2f"
1053210523

@@ -11429,10 +11420,6 @@ string.prototype.padstart@^3.0.0:
1142911420
es-abstract "^1.4.3"
1143011421
function-bind "^1.0.2"
1143111422

11432-
string@^3.3.3, string@~3.3.3:
11433-
version "3.3.3"
11434-
resolved "https://registry.yarnpkg.com/string/-/string-3.3.3.tgz#5ea211cd92d228e184294990a6cc97b366a77cb0"
11435-
1143611423
string_decoder@^1.0.0, string_decoder@~1.1.1:
1143711424
version "1.1.1"
1143811425
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"
@@ -12590,13 +12577,13 @@ vuepress-html-webpack-plugin@^3.2.0:
1259012577
toposort "^1.0.0"
1259112578
util.promisify "1.0.0"
1259212579

12593-
vuepress-theme-vue@^1.0.3:
12594-
version "1.0.3"
12595-
resolved "https://registry.yarnpkg.com/vuepress-theme-vue/-/vuepress-theme-vue-1.0.3.tgz#8465434401bc99325de53ba038e1eed2d2ec84b9"
12580+
vuepress-theme-vue@^1.1.0:
12581+
version "1.1.0"
12582+
resolved "https://registry.yarnpkg.com/vuepress-theme-vue/-/vuepress-theme-vue-1.1.0.tgz#8b109e3db8cad7b18459f4d77076808110c2bcaa"
1259612583

12597-
vuepress@^0.11.0:
12598-
version "0.11.0"
12599-
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-0.11.0.tgz#f9e7b1eb069b2be7628dabbdfbc7eb643a8a817f"
12584+
vuepress@^0.14.0:
12585+
version "0.14.0"
12586+
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-0.14.0.tgz#4281d0576651de05ad07cb5e8982052f8db9d14d"
1260012587
dependencies:
1260112588
"@babel/core" "7.0.0-beta.47"
1260212589
"@vue/babel-preset-app" "3.0.0-beta.11"
@@ -12626,17 +12613,17 @@ vuepress@^0.11.0:
1262612613
lodash.throttle "^4.1.1"
1262712614
lru-cache "^4.1.2"
1262812615
markdown-it "^8.4.1"
12629-
markdown-it-anchor "^4.0.0"
12616+
markdown-it-anchor "^5.0.2"
1263012617
markdown-it-container "^2.0.0"
1263112618
markdown-it-emoji "^1.4.0"
12632-
markdown-it-table-of-contents "^0.3.3"
12619+
markdown-it-table-of-contents "^0.4.0"
1263312620
mini-css-extract-plugin "^0.4.1"
1263412621
nprogress "^0.2.0"
1263512622
optimize-css-assets-webpack-plugin "^4.0.0"
1263612623
portfinder "^1.0.13"
1263712624
postcss-loader "^2.1.5"
1263812625
prismjs "^1.13.0"
12639-
register-service-worker "^1.2.0"
12626+
register-service-worker "^1.4.1"
1264012627
semver "^5.5.0"
1264112628
stylus "^0.54.5"
1264212629
stylus-loader "^3.0.2"

0 commit comments

Comments
 (0)