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 86bb5c9

Browse files
Update dependency vuepress to v1.5.4
1 parent c23b344 commit 86bb5c9

File tree

2 files changed

+59
-64
lines changed

2 files changed

+59
-64
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.4",
1717
"@vue/cli-service": "4.5.4",
1818
"vue-template-compiler": "2.6.12",
19-
"vuepress": "1.4.1"
19+
"vuepress": "1.5.4"
2020
}
2121
}

‎yarn.lock

Lines changed: 58 additions & 63 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.4.1":
2132-
version "1.4.1"
2133-
resolved "https://registry.npm.taobao.org/@vuepress/core/download/@vuepress/core-1.4.1.tgz#b6f75720d9b7132b90cce46f620bcdda5d07e581"
2134-
integrity sha1-tvdXINm3EyuQzORvYgvN2l0H5YE=
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==
21352135
dependencies:
21362136
"@babel/core" "^7.8.4"
21372137
"@vue/babel-preset-app" "^4.1.2"
2138-
"@vuepress/markdown" "1.4.1"
2139-
"@vuepress/markdown-loader" "1.4.1"
2140-
"@vuepress/plugin-last-updated" "1.4.1"
2141-
"@vuepress/plugin-register-components" "1.4.1"
2142-
"@vuepress/shared-utils" "1.4.1"
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"
21432143
autoprefixer "^9.5.1"
21442144
babel-loader "^8.0.4"
21452145
cache-loader "^3.0.0"
@@ -2172,84 +2172,84 @@
21722172
webpack-merge "^4.1.2"
21732173
webpackbar "3.2.0"
21742174

2175-
"@vuepress/markdown-loader@1.4.1":
2176-
version "1.4.1"
2177-
resolved "https://registry.npm.taobao.org/@vuepress/markdown-loader/download/@vuepress/markdown-loader-1.4.1.tgz#7a97772ed5238c68eb1ab2921fc5ced21ff7e18e"
2178-
integrity sha1-epd3LtUjjGjrGrKSH8XO0h/34Y4=
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==
21792179
dependencies:
2180-
"@vuepress/markdown" "1.4.1"
2180+
"@vuepress/markdown" "1.5.4"
21812181
loader-utils "^1.1.0"
21822182
lru-cache "^5.1.1"
21832183

2184-
"@vuepress/markdown@1.4.1":
2185-
version "1.4.1"
2186-
resolved "https://registry.npm.taobao.org/@vuepress/markdown/download/@vuepress/markdown-1.4.1.tgz#cc507ce4a3447dfc459082105cb83909db4b54f1"
2187-
integrity sha1-zFB85KNEffxFkIIQXLg5CdtLVPE=
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==
21882188
dependencies:
2189-
"@vuepress/shared-utils" "1.4.1"
2189+
"@vuepress/shared-utils" "1.5.4"
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.4.1":
2198-
version "1.4.1"
2199-
resolved "https://registry.npm.taobao.org/@vuepress/plugin-active-header-links/download/@vuepress/plugin-active-header-links-1.4.1.tgz?cache=0&sync_timestamp=1586922092146&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vuepress%2Fplugin-active-header-links%2Fdownload%2F%40vuepress%2Fplugin-active-header-links-1.4.1.tgz#36c6952230f12056d18c63229e0e499c6ef74fe5"
2200-
integrity sha1-NsaVIjDxIFbRjGMing5JnG73T+U=
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==
22012201
dependencies:
22022202
lodash.debounce "^4.0.8"
22032203

2204-
"@vuepress/plugin-last-updated@1.4.1":
2205-
version "1.4.1"
2206-
resolved "https://registry.npm.taobao.org/@vuepress/plugin-last-updated/download/@vuepress/plugin-last-updated-1.4.1.tgz#89a9a4cbc242f9e0c5d380f73edb85ac4a7186c6"
2207-
integrity sha1-iamky8JC+eDF04D3PtuFrEpxhsY=
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==
22082208
dependencies:
22092209
cross-spawn "^6.0.5"
22102210

2211-
"@vuepress/plugin-nprogress@1.4.1":
2212-
version "1.4.1"
2213-
resolved "https://registry.npm.taobao.org/@vuepress/plugin-nprogress/download/@vuepress/plugin-nprogress-1.4.1.tgz?cache=0&sync_timestamp=1586922092436&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vuepress%2Fplugin-nprogress%2Fdownload%2F%40vuepress%2Fplugin-nprogress-1.4.1.tgz#2a16217091102a2b4fddc1b09f5854ac4f80f992"
2214-
integrity sha1-KhYhcJEQKitP3cGwn1hUrE+A+ZI=
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==
22152215
dependencies:
22162216
nprogress "^0.2.0"
22172217

2218-
"@vuepress/plugin-register-components@1.4.1":
2219-
version "1.4.1"
2220-
resolved "https://registry.npm.taobao.org/@vuepress/plugin-register-components/download/@vuepress/plugin-register-components-1.4.1.tgz#25d70834006960f54475da97255ebaca66ecc5a6"
2221-
integrity sha1-JdcINABpYPVEddqXJV66ymbsxaY=
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==
22222222
dependencies:
2223-
"@vuepress/shared-utils" "1.4.1"
2223+
"@vuepress/shared-utils" "1.5.4"
22242224

2225-
"@vuepress/plugin-search@1.4.1":
2226-
version "1.4.1"
2227-
resolved "https://registry.npm.taobao.org/@vuepress/plugin-search/download/@vuepress/plugin-search-1.4.1.tgz?cache=0&sync_timestamp=1586922093918&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vuepress%2Fplugin-search%2Fdownload%2F%40vuepress%2Fplugin-search-1.4.1.tgz#5842f7ef0214c8f9f3cafa6ca2f4648f8dbc03d2"
2228-
integrity sha1-WEL37wIUyPnzyvpsovRkj428A9I=
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==
22292229

2230-
"@vuepress/shared-utils@1.4.1":
2231-
version "1.4.1"
2232-
resolved "https://registry.npm.taobao.org/@vuepress/shared-utils/download/@vuepress/shared-utils-1.4.1.tgz#d09fcd742111f2efeef93b9c9b353bcd8202ae97"
2233-
integrity sha1-0J/NdCER8u/u+TucmzU7zYICrpc=
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==
22342234
dependencies:
22352235
chalk "^2.3.2"
2236-
diacritics "^1.3.0"
22372236
escape-html "^1.0.3"
22382237
fs-extra "^7.0.1"
22392238
globby "^9.2.0"
22402239
gray-matter "^4.0.1"
22412240
hash-sum "^1.0.2"
22422241
semver "^6.0.0"
2242+
toml "^3.0.0"
22432243
upath "^1.1.0"
22442244

2245-
"@vuepress/theme-default@1.4.1":
2246-
version "1.4.1"
2247-
resolved "https://registry.npm.taobao.org/@vuepress/theme-default/download/@vuepress/theme-default-1.4.1.tgz#8a0ddc51bee6f3c3b93fae059cac76fe63c51db3"
2248-
integrity sha1-ig3cUb7m88O5P64FnKx2/mPFHbM=
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==
22492249
dependencies:
2250-
"@vuepress/plugin-active-header-links" "1.4.1"
2251-
"@vuepress/plugin-nprogress" "1.4.1"
2252-
"@vuepress/plugin-search" "1.4.1"
2250+
"@vuepress/plugin-active-header-links" "1.5.4"
2251+
"@vuepress/plugin-nprogress" "1.5.4"
2252+
"@vuepress/plugin-search" "1.5.4"
22532253
docsearch.js "^2.5.2"
22542254
lodash "^4.17.15"
22552255
stylus "^0.54.5"
@@ -4138,11 +4138,6 @@ detect-node@^2.0.4:
41384138
resolved "https://registry.npm.taobao.org/detect-node/download/detect-node-2.0.4.tgz#014ee8f8f669c5c58023da64b8179c083a28c46c"
41394139
integrity sha1-AU7o+PZpxcWAI9pkuBecCDooxGw=
41404140

4141-
diacritics@^1.3.0:
4142-
version "1.3.0"
4143-
resolved "https://registry.npm.taobao.org/diacritics/download/diacritics-1.3.0.tgz#3efa87323ebb863e6696cebb0082d48ff3d6f7a1"
4144-
integrity sha1-PvqHMj67hj5mls67AILUj/PW96E=
4145-
41464141
diffie-hellman@^5.0.0:
41474142
version "5.0.3"
41484143
resolved "https://registry.npm.taobao.org/diffie-hellman/download/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875"
@@ -9613,13 +9608,13 @@ vuepress-plugin-smooth-scroll@^0.0.3:
96139608
dependencies:
96149609
smoothscroll-polyfill "^0.4.3"
96159610

9616-
vuepress@1.4.1:
9617-
version "1.4.1"
9618-
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.4.1.tgz#726885da5c569755b40fd795ef3aed3fae13f83c"
9619-
integrity sha512-vFePZLEx9FRJf5buDqSSBHHbTrPzBsL1u3Z4LX0HI9iQmHjkP+cGA8MMS0zVYy/xyYf28xWLWo3L/gj0rdMy7w==
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==
96209615
dependencies:
9621-
"@vuepress/core" "1.4.1"
9622-
"@vuepress/theme-default" "1.4.1"
9616+
"@vuepress/core" "1.5.4"
9617+
"@vuepress/theme-default" "1.5.4"
96239618
cac "^6.5.6"
96249619
envinfo "^7.2.0"
96259620
opencollective-postinstall "^2.0.2"

0 commit comments

Comments
(0)

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