Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1532817

Browse files
Update dependency vuepress to v1.6.0
1 parent d96e5c8 commit 1532817

File tree

2 files changed

+73
-68
lines changed

2 files changed

+73
-68
lines changed

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"@vue/cli-plugin-babel": "4.5.6",
1717
"@vue/cli-service": "4.5.6",
1818
"vue-template-compiler": "2.6.12",
19-
"vuepress": "1.5.4"
19+
"vuepress": "1.6.0"
2020
}
2121
}

‎yarn.lock

Lines changed: 72 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -2128,18 +2128,18 @@
21282128
resolved "https://registry.npm.taobao.org/@vue/web-component-wrapper/download/@vue/web-component-wrapper-1.2.0.tgz#bb0e46f1585a7e289b4ee6067dcc5a6ae62f1dd1"
21292129
integrity sha1-uw5G8VhafiibTuYGfcxaauYvHdE=
21302130

2131-
"@vuepress/core@1.5.4":
2132-
version "1.5.4"
2133-
resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.5.4.tgz#036d28d6cc8a0928913116de5ebe80b0b4a9ac1b"
2134-
integrity sha512-RaHJiX0Yno4S3zoV64JNd3xE55sza8rayyWvXAJY381XVMxKrsLBrgW6ntNYSkzGnZcxi6fwMV/CVOUhEtkEkA==
2131+
"@vuepress/core@1.6.0":
2132+
version "1.6.0"
2133+
resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.6.0.tgz#8abca498cd8c589dd621be5d5b1c9c805dfed3fd"
2134+
integrity sha512-zce6xMB77pk4g44CHYE75cBuJpa3lmLPujknymH0sD1LKkSrlkgH04x+LGhu98bVU/hiS0xjV3jDs3X37Texbw==
21352135
dependencies:
21362136
"@babel/core" "^7.8.4"
21372137
"@vue/babel-preset-app" "^4.1.2"
2138-
"@vuepress/markdown" "1.5.4"
2139-
"@vuepress/markdown-loader" "1.5.4"
2140-
"@vuepress/plugin-last-updated" "1.5.4"
2141-
"@vuepress/plugin-register-components" "1.5.4"
2142-
"@vuepress/shared-utils" "1.5.4"
2138+
"@vuepress/markdown" "1.6.0"
2139+
"@vuepress/markdown-loader" "1.6.0"
2140+
"@vuepress/plugin-last-updated" "1.6.0"
2141+
"@vuepress/plugin-register-components" "1.6.0"
2142+
"@vuepress/shared-utils" "1.6.0"
21432143
autoprefixer "^9.5.1"
21442144
babel-loader "^8.0.4"
21452145
cache-loader "^3.0.0"
@@ -2172,65 +2172,65 @@
21722172
webpack-merge "^4.1.2"
21732173
webpackbar "3.2.0"
21742174

2175-
"@vuepress/markdown-loader@1.5.4":
2176-
version "1.5.4"
2177-
resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.5.4.tgz#9ba49bbe9c94ed792714589aef6a20c7ed0ac822"
2178-
integrity sha512-3R5quGIXQm7gfPWN67SVZ9OBA7VrGEEXJjjV01MYkbfhqVGgO6lBRq73Og0XdKs4RPx4nqJUPthhL8FJVNRTIg==
2175+
"@vuepress/markdown-loader@1.6.0":
2176+
version "1.6.0"
2177+
resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.6.0.tgz#5a666c5b01c01181a3c0802ceed5a2b96577d9c7"
2178+
integrity sha512-7cYD9+td89u0EePoHw+nVwxCoafYvpP10r6RfdN3Ongvd2apyn37Mjjv+85U1jnSTRvjZHV4v7KFs4H8+Y0xiw==
21792179
dependencies:
2180-
"@vuepress/markdown" "1.5.4"
2180+
"@vuepress/markdown" "1.6.0"
21812181
loader-utils "^1.1.0"
21822182
lru-cache "^5.1.1"
21832183

2184-
"@vuepress/markdown@1.5.4":
2185-
version "1.5.4"
2186-
resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.5.4.tgz#d9736db430034b7b6058696c4da1cc211032bbea"
2187-
integrity sha512-bgrR9LTcAa2O0WipTbH3OFKeAfXc/2oU6cUIoMkyihSKUo1Mr5yt1XKM7vHe1uFEZygNr8EAemep8chsuVuISA==
2184+
"@vuepress/markdown@1.6.0":
2185+
version "1.6.0"
2186+
resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.6.0.tgz#6702a1938b5d5308919261ffcc5c369eabfa6694"
2187+
integrity sha512-niFP+mKbEPu82OkkYf+dZMd8cWYfKEeIFq2jrQCJcVnCuSGVmJbKJbQF+cP/iu+94RHFVUtKwsh4X3Ef/1PLXw==
21882188
dependencies:
2189-
"@vuepress/shared-utils" "1.5.4"
2189+
"@vuepress/shared-utils" "1.6.0"
21902190
markdown-it "^8.4.1"
21912191
markdown-it-anchor "^5.0.2"
21922192
markdown-it-chain "^1.3.0"
21932193
markdown-it-emoji "^1.4.0"
21942194
markdown-it-table-of-contents "^0.4.0"
21952195
prismjs "^1.13.0"
21962196

2197-
"@vuepress/plugin-active-header-links@1.5.4":
2198-
version "1.5.4"
2199-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.5.4.tgz#ffbfbce0d5932091043b766757683ca3b5420aef"
2200-
integrity sha512-FI1Dr/44HVqxLMRSuaVEEwegGVEGFlaWYE3nsXwL7klKr6c+2kXHEw9rSQlAxzJyzVfovTk4dd+s/AMOKuLGZQ==
2197+
"@vuepress/plugin-active-header-links@1.6.0":
2198+
version "1.6.0"
2199+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.6.0.tgz#7d94db2e34a0b4af10b93171f56e7efc3bb7bd40"
2200+
integrity sha512-AsbUptcwtBJtlvrcDyiW2HZAHz/tLoYXrGopJVPtWUZ9LzNIcXuSFVIRzKd1Jc+86VPUYLeDhLBIWe0rfsphAQ==
22012201
dependencies:
22022202
lodash.debounce "^4.0.8"
22032203

2204-
"@vuepress/plugin-last-updated@1.5.4":
2205-
version "1.5.4"
2206-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.5.4.tgz#6f3f9fe720ce7f883c37ddc71ac02fe8f36bbfe4"
2207-
integrity sha512-9kezBCxPM+cevKRNML6Q7v6qkI8NQvKbVkwohlzsElM8FBmjlZmgFyZje66ksTnb/U6ogazCCq9jdOyipNcQ2A==
2204+
"@vuepress/plugin-last-updated@1.6.0":
2205+
version "1.6.0"
2206+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.6.0.tgz#9c27739b87adc908b1fbb90f96b3456065c20f08"
2207+
integrity sha512-/gnk9HGaZw3ow/i9ODjZxK40TbriTWuMY3YYIzqvP7CT3mrM92nMKYDygYbffbu6xkWdUZppN8JadtJ7we4z9A==
22082208
dependencies:
22092209
cross-spawn "^6.0.5"
22102210

2211-
"@vuepress/plugin-nprogress@1.5.4":
2212-
version "1.5.4"
2213-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-nprogress/-/plugin-nprogress-1.5.4.tgz#b818ebcac5addb6488bf50eb21585450f52ae40c"
2214-
integrity sha512-2bGKoO/o2e5mIfOU80q+AkxOK5wVijA/+8jGjSQVf2ccMpJw+Ly1mMi69r81Q0QkEihgfI9VN42a5+a6LUgPBw==
2211+
"@vuepress/plugin-nprogress@1.6.0":
2212+
version "1.6.0"
2213+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-nprogress/-/plugin-nprogress-1.6.0.tgz#7c93a3ed233ef8cc21b689d54f518902502e064c"
2214+
integrity sha512-dhIho2z33aGjPavcdVYRlqR3+ZC5Vd3FPd+HkRP8MdIIFxhVR1HLFxVgaSUcASOCGAwuG58OB2RStvgMQLtTEA==
22152215
dependencies:
22162216
nprogress "^0.2.0"
22172217

2218-
"@vuepress/plugin-register-components@1.5.4":
2219-
version "1.5.4"
2220-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.5.4.tgz#2f62d0790471ef53935ff2c808d8045c0473067f"
2221-
integrity sha512-Y1U9j6unZp1ZhnHjQ9yOPY+vxldUA3C1EwT6UgI75j5gxa5Hz6NakoIo6mbhaYHlGmx33o/MXrxufLPapo/YlQ==
2218+
"@vuepress/plugin-register-components@1.6.0":
2219+
version "1.6.0"
2220+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.6.0.tgz#bdf7271a38edffa83d48ab82210489f4fc6343e8"
2221+
integrity sha512-w9Lafh1G3514rulpjSoIfZXt94wZ5oMkpXyVzXyC2wRHqSu/4fKpcxhwxf6HeT57jIBdPifT+eUrL+XIZWnXLQ==
22222222
dependencies:
2223-
"@vuepress/shared-utils" "1.5.4"
2223+
"@vuepress/shared-utils" "1.6.0"
22242224

2225-
"@vuepress/plugin-search@1.5.4":
2226-
version "1.5.4"
2227-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.5.4.tgz#3360445e9ecf8bdcb5497ab1c0f46d8aecc9ab6c"
2228-
integrity sha512-wikU9XYiZ3Olbii0lI+56mcSdpzHHkduVBMB4MNEV5iob23qDxGPmvfZirjsZV20w1UnLRptERyHtZkTLW9Mbg==
2225+
"@vuepress/plugin-search@1.6.0":
2226+
version "1.6.0"
2227+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.6.0.tgz#a064f638a8f30485859b871047deaf9194ffc886"
2228+
integrity sha512-Js7zRmM6/b6dYfnJsSP2MQN0lzjUfSX8l3z9y/QHxK8BaXIx7LdTcQY6FGK4pxuwlWcg02CIUS5BMc1gZKn6Nw==
22292229

2230-
"@vuepress/shared-utils@1.5.4":
2231-
version "1.5.4"
2232-
resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.5.4.tgz#d2c8693b8cd354d3a13a76f8f4259335e5540099"
2233-
integrity sha512-HCeMPEAPjFN1Ongii0BUCI1iB4gBBiQ4PUgh7F4IGG8yBg4tMqWO4NHqCuDCuGEvK7lgHy8veto0SsSvdSKp3g==
2230+
"@vuepress/shared-utils@1.6.0":
2231+
version "1.6.0"
2232+
resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.6.0.tgz#8bf0c9c4e502bc6f10e70db3b236e816d8165631"
2233+
integrity sha512-+TMHgW7gmVY2lRX5qpPbsLkbxTBbzRo+Ar05tvEI0bAG0c6v2gWyQr3BchdbLyRJxrAVk530PABAjM8roDJ9bw==
22342234
dependencies:
22352235
chalk "^2.3.2"
22362236
escape-html "^1.0.3"
@@ -2242,17 +2242,17 @@
22422242
toml "^3.0.0"
22432243
upath "^1.1.0"
22442244

2245-
"@vuepress/theme-default@1.5.4":
2246-
version "1.5.4"
2247-
resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.5.4.tgz#77db27fe7c3ced15a970644df0202b0effbe865f"
2248-
integrity sha512-kHst1yXzqTiocVU7w9x4cfJ08vR9ZbREC6kTRtH1ytQSEUL5tM0b9HFicfg1kDp7YNq2qntRro+WmfjU9Ps/eg==
2245+
"@vuepress/theme-default@1.6.0":
2246+
version "1.6.0"
2247+
resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.6.0.tgz#870c4513a186ae233d2c818fb8bef753f35da972"
2248+
integrity sha512-dV6awQzV+gQqxYK8oHY5A9Hwj34H23bA2khPjqqLDpgLMnw4tvxMfriwK5tuaAjgnHT+MZB1VmgsNdUA9T9HIQ==
22492249
dependencies:
2250-
"@vuepress/plugin-active-header-links" "1.5.4"
2251-
"@vuepress/plugin-nprogress" "1.5.4"
2252-
"@vuepress/plugin-search" "1.5.4"
2250+
"@vuepress/plugin-active-header-links" "1.6.0"
2251+
"@vuepress/plugin-nprogress" "1.6.0"
2252+
"@vuepress/plugin-search" "1.6.0"
22532253
docsearch.js "^2.5.2"
22542254
lodash "^4.17.15"
2255-
stylus "^0.54.5"
2255+
stylus "^0.54.8"
22562256
stylus-loader "^3.0.2"
22572257
vuepress-plugin-container "^2.0.2"
22582258
vuepress-plugin-smooth-scroll "^0.0.3"
@@ -4955,7 +4955,7 @@ glob-to-regexp@^0.3.0:
49554955
resolved "https://registry.npm.taobao.org/glob-to-regexp/download/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
49564956
integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=
49574957

4958-
glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
4958+
glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
49594959
version "7.1.6"
49604960
resolved "https://registry.npm.taobao.org/glob/download/glob-7.1.6.tgz?cache=0&sync_timestamp=1573078121947&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fglob%2Fdownload%2Fglob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
49614961
integrity sha1-FB8zuBp8JJLhJVlDB0gMRmeSeKY=
@@ -6586,13 +6586,18 @@ mkdirp@0.3.0:
65866586
resolved "https://registry.npm.taobao.org/mkdirp/download/mkdirp-0.3.0.tgz?cache=0&sync_timestamp=1587535418745&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmkdirp%2Fdownload%2Fmkdirp-0.3.0.tgz#1bbf5ab1ba827af23575143490426455f481fe1e"
65876587
integrity sha1-G79asbqCevI1dRQ0kEJkVfSB/h4=
65886588

6589-
mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.5, mkdirp@~0.5.1, mkdirp@~0.5.x:
6589+
mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.5, mkdirp@~0.5.1:
65906590
version "0.5.5"
65916591
resolved "https://registry.npm.taobao.org/mkdirp/download/mkdirp-0.5.5.tgz?cache=0&sync_timestamp=1587535418745&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmkdirp%2Fdownload%2Fmkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
65926592
integrity sha1-2Rzv1i0UNsoPQWIOJRKI1CAJne8=
65936593
dependencies:
65946594
minimist "^1.2.5"
65956595

6596+
mkdirp@~1.0.4:
6597+
version "1.0.4"
6598+
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
6599+
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
6600+
65966601
move-concurrently@^1.0.1:
65976602
version "1.0.1"
65986603
resolved "https://registry.npm.taobao.org/move-concurrently/download/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92"
@@ -8907,18 +8912,18 @@ stylus-loader@^3.0.2:
89078912
lodash.clonedeep "^4.5.0"
89088913
when "~3.6.x"
89098914

8910-
stylus@^0.54.5:
8911-
version "0.54.7"
8912-
resolved "https://registry.npm.taobao.org/stylus/download/stylus-0.54.7.tgz#c6ce4793965ee538bcebe50f31537bfc04d88cd2"
8913-
integrity sha1-xs5Hk5Ze5Ti86+UPMVN7/ATYjNI=
8915+
stylus@^0.54.8:
8916+
version "0.54.8"
8917+
resolved "https://registry.yarnpkg.com/stylus/-/stylus-0.54.8.tgz#3da3e65966bc567a7b044bfe0eece653e099d147"
8918+
integrity sha512-vr54Or4BZ7pJafo2mpf0ZcwA74rpuYCZbxrHBsH8kbcXOwSfvBFwsRfpGO5OD5fhG5HDCFW737PKaawI7OqEAg==
89148919
dependencies:
89158920
css-parse "~2.0.0"
89168921
debug "~3.1.0"
8917-
glob "^7.1.3"
8918-
mkdirp "~0.5.x"
8922+
glob "^7.1.6"
8923+
mkdirp "~1.0.4"
89198924
safer-buffer "^2.1.2"
89208925
sax "~1.2.4"
8921-
semver "^6.0.0"
8926+
semver "^6.3.0"
89228927
source-map "^0.7.3"
89238928

89248929
supports-color@^2.0.0:
@@ -9608,13 +9613,13 @@ vuepress-plugin-smooth-scroll@^0.0.3:
96089613
dependencies:
96099614
smoothscroll-polyfill "^0.4.3"
96109615

9611-
vuepress@1.5.4:
9612-
version "1.5.4"
9613-
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.5.4.tgz#282d2412c1c7269d8bd93b83d421ef53b77b45f6"
9614-
integrity sha512-F25r65BzxDFAJmWIN9s9sQSndLIf1ldAKEwkeXCqE4p2lsx/eVvQJL3DzOeeR2WgCFOkhFMKWIV+CthTGdNTZg==
9616+
vuepress@1.6.0:
9617+
version "1.6.0"
9618+
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.6.0.tgz#00e6f1649d992f4cfef80a2e3f7af8683acc6ad9"
9619+
integrity sha512-5hxhkgMROjo6ja59oyrHeiOv6xpq1sy86ejaWgevMWiMbBIZU+9grwrd+PSL6q4rwfsi/a8NqYzcBXV/ZSXWZA==
96159620
dependencies:
9616-
"@vuepress/core" "1.5.4"
9617-
"@vuepress/theme-default" "1.5.4"
9621+
"@vuepress/core" "1.6.0"
9622+
"@vuepress/theme-default" "1.6.0"
96189623
cac "^6.5.6"
96199624
envinfo "^7.2.0"
96209625
opencollective-postinstall "^2.0.2"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /