Skip to content

Commit bafbff7

Browse files
committed
docs: bump vuepress
1 parent 3c7d8ab commit bafbff7

File tree

2 files changed

+20
-33
lines changed

2 files changed

+20
-33
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
"vue": "^2.5.16",
7575
"vue-loader": "^15.2.1",
7676
"vue-template-compiler": "^2.5.16",
77-
"vuepress": "^0.12.0",
78-
"vuepress-theme-vue": "^1.0.3",
77+
"vuepress": "^0.14.1",
78+
"vuepress-theme-vue": "^1.1.0",
7979
"webpack": "^4.9.0",
8080
"webpack-dev-middleware": "^3.1.3"
8181
},

yarn.lock

+18-31
Original file line numberDiff line numberDiff line change
@@ -4900,10 +4900,6 @@ lodash._stack@^4.0.0:
49004900
version "4.1.3"
49014901
resolved "https://registry.yarnpkg.com/lodash._stack/-/lodash._stack-4.1.3.tgz#751aa76c1b964b047e76d14fc72a093fcb5e2dd0"
49024902

4903-
lodash.assign@~4.2.0:
4904-
version "4.2.0"
4905-
resolved "https://registry.yarnpkg.com/lodash.assign/-/lodash.assign-4.2.0.tgz#0d99f3ccd7a6d261d19bdaeb9245005d285808e7"
4906-
49074903
lodash.camelcase@^4.3.0:
49084904
version "4.3.0"
49094905
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
@@ -5101,11 +5097,9 @@ map-visit@^1.0.0:
51015097
dependencies:
51025098
object-visit "^1.0.0"
51035099

5104-
markdown-it-anchor@^4.0.0:
5105-
version "4.0.0"
5106-
resolved "https://registry.yarnpkg.com/markdown-it-anchor/-/markdown-it-anchor-4.0.0.tgz#e87fb5543e01965adf71506c6bf7b0491841b7e3"
5107-
dependencies:
5108-
string "^3.3.3"
5100+
markdown-it-anchor@^5.0.2:
5101+
version "5.0.2"
5102+
resolved "https://registry.yarnpkg.com/markdown-it-anchor/-/markdown-it-anchor-5.0.2.tgz#cdd917a05b7bf92fb736a6dae3385c6d0d0fa552"
51095103

51105104
markdown-it-container@^2.0.0:
51115105
version "2.0.0"
@@ -5115,12 +5109,9 @@ markdown-it-emoji@^1.4.0:
51155109
version "1.4.0"
51165110
resolved "https://registry.yarnpkg.com/markdown-it-emoji/-/markdown-it-emoji-1.4.0.tgz#9bee0e9a990a963ba96df6980c4fddb05dfb4dcc"
51175111

5118-
markdown-it-table-of-contents@^0.3.3:
5119-
version "0.3.6"
5120-
resolved "https://registry.yarnpkg.com/markdown-it-table-of-contents/-/markdown-it-table-of-contents-0.3.6.tgz#2a733c52485cd47769365402681987ed7d9e64a9"
5121-
dependencies:
5122-
lodash.assign "~4.2.0"
5123-
string "~3.3.3"
5112+
markdown-it-table-of-contents@^0.4.0:
5113+
version "0.4.0"
5114+
resolved "https://registry.yarnpkg.com/markdown-it-table-of-contents/-/markdown-it-table-of-contents-0.4.0.tgz#950541bec9a365a75265f5265a09dc0cb5935909"
51245115

51255116
markdown-it@^8.4.1:
51265117
version "8.4.1"
@@ -5271,7 +5262,7 @@ min-document@^2.19.0:
52715262
dependencies:
52725263
dom-walk "^0.1.0"
52735264

5274-
mini-css-extract-plugin@^0.4.0:
5265+
mini-css-extract-plugin@^0.4.1:
52755266
version "0.4.1"
52765267
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.1.tgz#d2bcf77bb2596b8e4bd9257e43d3f9164c2e86cb"
52775268
dependencies:
@@ -6663,7 +6654,7 @@ regexpu-core@^4.1.3, regexpu-core@^4.1.4:
66636654
unicode-match-property-ecmascript "^1.0.4"
66646655
unicode-match-property-value-ecmascript "^1.0.2"
66656656

6666-
register-service-worker@^1.2.0:
6657+
register-service-worker@^1.4.1:
66676658
version "1.4.1"
66686659
resolved "https://registry.yarnpkg.com/register-service-worker/-/register-service-worker-1.4.1.tgz#4b4c9b4200fc697942c6ae7d611349587b992b2f"
66696660

@@ -7305,10 +7296,6 @@ string-width@^1.0.1:
73057296
is-fullwidth-code-point "^2.0.0"
73067297
strip-ansi "^4.0.0"
73077298

7308-
string@^3.3.3, string@~3.3.3:
7309-
version "3.3.3"
7310-
resolved "https://registry.yarnpkg.com/string/-/string-3.3.3.tgz#5ea211cd92d228e184294990a6cc97b366a77cb0"
7311-
73127299
string_decoder@^1.0.0, string_decoder@~1.1.1:
73137300
version "1.1.1"
73147301
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"
@@ -7933,13 +7920,13 @@ vuepress-html-webpack-plugin@^3.2.0:
79337920
toposort "^1.0.0"
79347921
util.promisify "1.0.0"
79357922

7936-
vuepress-theme-vue@^1.0.3:
7937-
version "1.0.3"
7938-
resolved "https://registry.yarnpkg.com/vuepress-theme-vue/-/vuepress-theme-vue-1.0.3.tgz#8465434401bc99325de53ba038e1eed2d2ec84b9"
7923+
vuepress-theme-vue@^1.1.0:
7924+
version "1.1.0"
7925+
resolved "https://registry.yarnpkg.com/vuepress-theme-vue/-/vuepress-theme-vue-1.1.0.tgz#8b109e3db8cad7b18459f4d77076808110c2bcaa"
79397926

7940-
vuepress@^0.10.2:
7941-
version "0.10.2"
7942-
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-0.10.2.tgz#4f1cd6126619f7a94ab1b08caacdf6d91c52954f"
7927+
vuepress@^0.14.1:
7928+
version "0.14.1"
7929+
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-0.14.1.tgz#4b3fc46601ce2fd8ff2265a2e39098b9f9580c58"
79437930
dependencies:
79447931
"@babel/core" "7.0.0-beta.47"
79457932
"@vue/babel-preset-app" "3.0.0-beta.11"
@@ -7969,17 +7956,17 @@ vuepress@^0.10.2:
79697956
lodash.throttle "^4.1.1"
79707957
lru-cache "^4.1.2"
79717958
markdown-it "^8.4.1"
7972-
markdown-it-anchor "^4.0.0"
7959+
markdown-it-anchor "^5.0.2"
79737960
markdown-it-container "^2.0.0"
79747961
markdown-it-emoji "^1.4.0"
7975-
markdown-it-table-of-contents "^0.3.3"
7976-
mini-css-extract-plugin "^0.4.0"
7962+
markdown-it-table-of-contents "^0.4.0"
7963+
mini-css-extract-plugin "^0.4.1"
79777964
nprogress "^0.2.0"
79787965
optimize-css-assets-webpack-plugin "^4.0.0"
79797966
portfinder "^1.0.13"
79807967
postcss-loader "^2.1.5"
79817968
prismjs "^1.13.0"
7982-
register-service-worker "^1.2.0"
7969+
register-service-worker "^1.4.1"
79837970
semver "^5.5.0"
79847971
stylus "^0.54.5"
79857972
stylus-loader "^3.0.2"

0 commit comments

Comments
 (0)