Skip to content

Commit 5a30ec4

Browse files
committed
chore: bump vuepress version
1 parent 920160a commit 5a30ec4

File tree

2 files changed

+85
-36
lines changed

2 files changed

+85
-36
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"rimraf": "^3.0.2",
8686
"semver": "^7.3.2",
8787
"typescript": "~3.9.3",
88-
"vuepress": "^1.5.4",
88+
"vuepress": "^1.6.0",
8989
"webpack": "^4.0.0",
9090
"yorkie": "^2.0.0"
9191
},

yarn.lock

+84-35
Original file line numberDiff line numberDiff line change
@@ -3492,18 +3492,18 @@
34923492
resolved "https://registry.yarnpkg.com/@vue/web-component-wrapper/-/web-component-wrapper-1.2.0.tgz#bb0e46f1585a7e289b4ee6067dcc5a6ae62f1dd1"
34933493
integrity sha512-Xn/+vdm9CjuC9p3Ae+lTClNutrVhsXpzxvoTXXtoys6kVRX9FkueSUAqSWAyZntmVLlR4DosBV4pH8y5Z/HbUw==
34943494

3495-
"@vuepress/core@1.5.4":
3496-
version "1.5.4"
3497-
resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.5.4.tgz#036d28d6cc8a0928913116de5ebe80b0b4a9ac1b"
3498-
integrity sha512-RaHJiX0Yno4S3zoV64JNd3xE55sza8rayyWvXAJY381XVMxKrsLBrgW6ntNYSkzGnZcxi6fwMV/CVOUhEtkEkA==
3495+
"@vuepress/core@1.6.0":
3496+
version "1.6.0"
3497+
resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.6.0.tgz#8abca498cd8c589dd621be5d5b1c9c805dfed3fd"
3498+
integrity sha512-zce6xMB77pk4g44CHYE75cBuJpa3lmLPujknymH0sD1LKkSrlkgH04x+LGhu98bVU/hiS0xjV3jDs3X37Texbw==
34993499
dependencies:
35003500
"@babel/core" "^7.8.4"
35013501
"@vue/babel-preset-app" "^4.1.2"
3502-
"@vuepress/markdown" "1.5.4"
3503-
"@vuepress/markdown-loader" "1.5.4"
3504-
"@vuepress/plugin-last-updated" "1.5.4"
3505-
"@vuepress/plugin-register-components" "1.5.4"
3506-
"@vuepress/shared-utils" "1.5.4"
3502+
"@vuepress/markdown" "1.6.0"
3503+
"@vuepress/markdown-loader" "1.6.0"
3504+
"@vuepress/plugin-last-updated" "1.6.0"
3505+
"@vuepress/plugin-register-components" "1.6.0"
3506+
"@vuepress/shared-utils" "1.6.0"
35073507
autoprefixer "^9.5.1"
35083508
babel-loader "^8.0.4"
35093509
cache-loader "^3.0.0"
@@ -3536,21 +3536,21 @@
35363536
webpack-merge "^4.1.2"
35373537
webpackbar "3.2.0"
35383538

3539-
"@vuepress/markdown-loader@1.5.4":
3540-
version "1.5.4"
3541-
resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.5.4.tgz#9ba49bbe9c94ed792714589aef6a20c7ed0ac822"
3542-
integrity sha512-3R5quGIXQm7gfPWN67SVZ9OBA7VrGEEXJjjV01MYkbfhqVGgO6lBRq73Og0XdKs4RPx4nqJUPthhL8FJVNRTIg==
3539+
"@vuepress/markdown-loader@1.6.0":
3540+
version "1.6.0"
3541+
resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.6.0.tgz#5a666c5b01c01181a3c0802ceed5a2b96577d9c7"
3542+
integrity sha512-7cYD9+td89u0EePoHw+nVwxCoafYvpP10r6RfdN3Ongvd2apyn37Mjjv+85U1jnSTRvjZHV4v7KFs4H8+Y0xiw==
35433543
dependencies:
3544-
"@vuepress/markdown" "1.5.4"
3544+
"@vuepress/markdown" "1.6.0"
35453545
loader-utils "^1.1.0"
35463546
lru-cache "^5.1.1"
35473547

3548-
"@vuepress/markdown@1.5.4":
3549-
version "1.5.4"
3550-
resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.5.4.tgz#d9736db430034b7b6058696c4da1cc211032bbea"
3551-
integrity sha512-bgrR9LTcAa2O0WipTbH3OFKeAfXc/2oU6cUIoMkyihSKUo1Mr5yt1XKM7vHe1uFEZygNr8EAemep8chsuVuISA==
3548+
"@vuepress/markdown@1.6.0":
3549+
version "1.6.0"
3550+
resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.6.0.tgz#6702a1938b5d5308919261ffcc5c369eabfa6694"
3551+
integrity sha512-niFP+mKbEPu82OkkYf+dZMd8cWYfKEeIFq2jrQCJcVnCuSGVmJbKJbQF+cP/iu+94RHFVUtKwsh4X3Ef/1PLXw==
35523552
dependencies:
3553-
"@vuepress/shared-utils" "1.5.4"
3553+
"@vuepress/shared-utils" "1.6.0"
35543554
markdown-it "^8.4.1"
35553555
markdown-it-anchor "^5.0.2"
35563556
markdown-it-chain "^1.3.0"
@@ -3565,10 +3565,17 @@
35653565
dependencies:
35663566
lodash.debounce "^4.0.8"
35673567

3568-
"@vuepress/[email protected]":
3569-
version "1.5.4"
3570-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.5.4.tgz#6f3f9fe720ce7f883c37ddc71ac02fe8f36bbfe4"
3571-
integrity sha512-9kezBCxPM+cevKRNML6Q7v6qkI8NQvKbVkwohlzsElM8FBmjlZmgFyZje66ksTnb/U6ogazCCq9jdOyipNcQ2A==
3568+
"@vuepress/[email protected]":
3569+
version "1.6.0"
3570+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.6.0.tgz#7d94db2e34a0b4af10b93171f56e7efc3bb7bd40"
3571+
integrity sha512-AsbUptcwtBJtlvrcDyiW2HZAHz/tLoYXrGopJVPtWUZ9LzNIcXuSFVIRzKd1Jc+86VPUYLeDhLBIWe0rfsphAQ==
3572+
dependencies:
3573+
lodash.debounce "^4.0.8"
3574+
3575+
"@vuepress/[email protected]":
3576+
version "1.6.0"
3577+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.6.0.tgz#9c27739b87adc908b1fbb90f96b3456065c20f08"
3578+
integrity sha512-/gnk9HGaZw3ow/i9ODjZxK40TbriTWuMY3YYIzqvP7CT3mrM92nMKYDygYbffbu6xkWdUZppN8JadtJ7we4z9A==
35723579
dependencies:
35733580
cross-spawn "^6.0.5"
35743581

@@ -3579,6 +3586,13 @@
35793586
dependencies:
35803587
nprogress "^0.2.0"
35813588

3589+
"@vuepress/[email protected]":
3590+
version "1.6.0"
3591+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-nprogress/-/plugin-nprogress-1.6.0.tgz#7c93a3ed233ef8cc21b689d54f518902502e064c"
3592+
integrity sha512-dhIho2z33aGjPavcdVYRlqR3+ZC5Vd3FPd+HkRP8MdIIFxhVR1HLFxVgaSUcASOCGAwuG58OB2RStvgMQLtTEA==
3593+
dependencies:
3594+
nprogress "^0.2.0"
3595+
35823596
"@vuepress/plugin-pwa@^1.5.4":
35833597
version "1.5.4"
35843598
resolved "https://registry.yarnpkg.com/@vuepress/plugin-pwa/-/plugin-pwa-1.5.4.tgz#97fe6d917f8815cdea7a8025e065c5a08480cd94"
@@ -3588,18 +3602,23 @@
35883602
register-service-worker "^1.7.0"
35893603
workbox-build "^4.3.1"
35903604

3591-
"@vuepress/plugin-register-components@1.5.4":
3592-
version "1.5.4"
3593-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.5.4.tgz#2f62d0790471ef53935ff2c808d8045c0473067f"
3594-
integrity sha512-Y1U9j6unZp1ZhnHjQ9yOPY+vxldUA3C1EwT6UgI75j5gxa5Hz6NakoIo6mbhaYHlGmx33o/MXrxufLPapo/YlQ==
3605+
"@vuepress/plugin-register-components@1.6.0":
3606+
version "1.6.0"
3607+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.6.0.tgz#bdf7271a38edffa83d48ab82210489f4fc6343e8"
3608+
integrity sha512-w9Lafh1G3514rulpjSoIfZXt94wZ5oMkpXyVzXyC2wRHqSu/4fKpcxhwxf6HeT57jIBdPifT+eUrL+XIZWnXLQ==
35953609
dependencies:
3596-
"@vuepress/shared-utils" "1.5.4"
3610+
"@vuepress/shared-utils" "1.6.0"
35973611

35983612
"@vuepress/[email protected]":
35993613
version "1.5.4"
36003614
resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.5.4.tgz#3360445e9ecf8bdcb5497ab1c0f46d8aecc9ab6c"
36013615
integrity sha512-wikU9XYiZ3Olbii0lI+56mcSdpzHHkduVBMB4MNEV5iob23qDxGPmvfZirjsZV20w1UnLRptERyHtZkTLW9Mbg==
36023616

3617+
"@vuepress/[email protected]":
3618+
version "1.6.0"
3619+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.6.0.tgz#a064f638a8f30485859b871047deaf9194ffc886"
3620+
integrity sha512-Js7zRmM6/b6dYfnJsSP2MQN0lzjUfSX8l3z9y/QHxK8BaXIx7LdTcQY6FGK4pxuwlWcg02CIUS5BMc1gZKn6Nw==
3621+
36033622
"@vuepress/[email protected]":
36043623
version "1.5.4"
36053624
resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.5.4.tgz#d2c8693b8cd354d3a13a76f8f4259335e5540099"
@@ -3615,6 +3634,21 @@
36153634
toml "^3.0.0"
36163635
upath "^1.1.0"
36173636

3637+
"@vuepress/[email protected]":
3638+
version "1.6.0"
3639+
resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.6.0.tgz#8bf0c9c4e502bc6f10e70db3b236e816d8165631"
3640+
integrity sha512-+TMHgW7gmVY2lRX5qpPbsLkbxTBbzRo+Ar05tvEI0bAG0c6v2gWyQr3BchdbLyRJxrAVk530PABAjM8roDJ9bw==
3641+
dependencies:
3642+
chalk "^2.3.2"
3643+
escape-html "^1.0.3"
3644+
fs-extra "^7.0.1"
3645+
globby "^9.2.0"
3646+
gray-matter "^4.0.1"
3647+
hash-sum "^1.0.2"
3648+
semver "^6.0.0"
3649+
toml "^3.0.0"
3650+
upath "^1.1.0"
3651+
36183652
"@vuepress/[email protected]":
36193653
version "1.5.4"
36203654
resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.5.4.tgz#77db27fe7c3ced15a970644df0202b0effbe865f"
@@ -3630,6 +3664,21 @@
36303664
vuepress-plugin-container "^2.0.2"
36313665
vuepress-plugin-smooth-scroll "^0.0.3"
36323666

3667+
"@vuepress/[email protected]":
3668+
version "1.6.0"
3669+
resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.6.0.tgz#870c4513a186ae233d2c818fb8bef753f35da972"
3670+
integrity sha512-dV6awQzV+gQqxYK8oHY5A9Hwj34H23bA2khPjqqLDpgLMnw4tvxMfriwK5tuaAjgnHT+MZB1VmgsNdUA9T9HIQ==
3671+
dependencies:
3672+
"@vuepress/plugin-active-header-links" "1.6.0"
3673+
"@vuepress/plugin-nprogress" "1.6.0"
3674+
"@vuepress/plugin-search" "1.6.0"
3675+
docsearch.js "^2.5.2"
3676+
lodash "^4.17.15"
3677+
stylus "^0.54.8"
3678+
stylus-loader "^3.0.2"
3679+
vuepress-plugin-container "^2.0.2"
3680+
vuepress-plugin-smooth-scroll "^0.0.3"
3681+
36333682
"@vuepress/theme-vue@^1.5.4":
36343683
version "1.5.4"
36353684
resolved "https://registry.yarnpkg.com/@vuepress/theme-vue/-/theme-vue-1.5.4.tgz#692eaff101d01be37ceb80b6f1b936dc0c61c902"
@@ -18495,7 +18544,7 @@ stylus-loader@^3.0.1, stylus-loader@^3.0.2:
1849518544
lodash.clonedeep "^4.5.0"
1849618545
when "~3.6.x"
1849718546

18498-
stylus@^0.54.5, stylus@^0.54.7:
18547+
stylus@^0.54.5, stylus@^0.54.7, stylus@^0.54.8:
1849918548
version "0.54.8"
1850018549
resolved "https://registry.yarnpkg.com/stylus/-/stylus-0.54.8.tgz#3da3e65966bc567a7b044bfe0eece653e099d147"
1850118550
integrity sha512-vr54Or4BZ7pJafo2mpf0ZcwA74rpuYCZbxrHBsH8kbcXOwSfvBFwsRfpGO5OD5fhG5HDCFW737PKaawI7OqEAg==
@@ -20120,13 +20169,13 @@ vuepress-plugin-smooth-scroll@^0.0.3:
2012020169
dependencies:
2012120170
smoothscroll-polyfill "^0.4.3"
2012220171

20123-
vuepress@^1.5.4:
20124-
version "1.5.4"
20125-
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.5.4.tgz#282d2412c1c7269d8bd93b83d421ef53b77b45f6"
20126-
integrity sha512-F25r65BzxDFAJmWIN9s9sQSndLIf1ldAKEwkeXCqE4p2lsx/eVvQJL3DzOeeR2WgCFOkhFMKWIV+CthTGdNTZg==
20172+
vuepress@^1.6.0:
20173+
version "1.6.0"
20174+
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.6.0.tgz#00e6f1649d992f4cfef80a2e3f7af8683acc6ad9"
20175+
integrity sha512-5hxhkgMROjo6ja59oyrHeiOv6xpq1sy86ejaWgevMWiMbBIZU+9grwrd+PSL6q4rwfsi/a8NqYzcBXV/ZSXWZA==
2012720176
dependencies:
20128-
"@vuepress/core" "1.5.4"
20129-
"@vuepress/theme-default" "1.5.4"
20177+
"@vuepress/core" "1.6.0"
20178+
"@vuepress/theme-default" "1.6.0"
2013020179
cac "^6.5.6"
2013120180
envinfo "^7.2.0"
2013220181
opencollective-postinstall "^2.0.2"

0 commit comments

Comments
 (0)