From d7f9c5cc0ee1b92ea492b545a5b9c061d864a92d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Mon, 10 Jun 2019 17:48:53 +0800 Subject: [PATCH] chore(deps): update vuepress monorepo to v1.0.1 (#2362) --- package.json | 8 +-- yarn.lock | 140 +++++++++++++++++++++++++-------------------------- 2 files changed, 74 insertions(+), 74 deletions(-) diff --git a/package.json b/package.json index e8182ca37..1fa3de921 100644 --- a/package.json +++ b/package.json @@ -31,9 +31,9 @@ }, "homepage": "https://github.com/DIYgod/RSSHub#readme", "devDependencies": { - "@vuepress/plugin-back-to-top": "1.0.0", - "@vuepress/plugin-google-analytics": "1.0.0", - "@vuepress/plugin-pwa": "1.0.0", + "@vuepress/plugin-back-to-top": "1.0.1", + "@vuepress/plugin-google-analytics": "1.0.1", + "@vuepress/plugin-pwa": "1.0.1", "eslint": "5.16.0", "eslint-config-prettier": "4.3.0", "eslint-plugin-prettier": "3.1.0", @@ -46,7 +46,7 @@ "prettier-check": "2.0.0", "pretty-quick": "1.11.0", "supertest": "4.0.2", - "vuepress": "1.0.0", + "vuepress": "1.0.1", "yorkie": "2.0.0" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index b2ac3c480..66fd96f23 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1036,18 +1036,18 @@ source-map "~0.6.1" vue-template-es2015-compiler "^1.9.0" -"@vuepress/core@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.0.0.tgz#6ae0d35d294b0c137ec422db09ad9d955aa25f39" - integrity sha512-e2zxVjJq28S63w0EkDuaOSs9/PN5WhsYjWc6a1f88mGFeTiRtpcWGPo01vAdUcnuHVRFrQiELoHfvGr870GxoQ== +"@vuepress/core@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.0.1.tgz#16c7f582f1a19064a02a62069cd86681b7433742" + integrity sha512-5r/C8MzRGIffZ7XZmYlq0VjpgzTXL6AB7YIGZ95YxlCH3qkV4dgWb3UfCCodV7BOwqOA0nMAg9mi1CJbv41Cbw== dependencies: "@babel/core" "^7.0.0" "@vue/babel-preset-app" "^3.1.1" - "@vuepress/markdown" "^1.0.0" - "@vuepress/markdown-loader" "^1.0.0" - "@vuepress/plugin-last-updated" "^1.0.0" - "@vuepress/plugin-register-components" "^1.0.0" - "@vuepress/shared-utils" "^1.0.0" + "@vuepress/markdown" "^1.0.1" + "@vuepress/markdown-loader" "^1.0.1" + "@vuepress/plugin-last-updated" "^1.0.1" + "@vuepress/plugin-register-components" "^1.0.1" + "@vuepress/shared-utils" "^1.0.1" autoprefixer "^9.5.1" babel-loader "^8.0.4" cache-loader "^3.0.0" @@ -1079,21 +1079,21 @@ webpack-merge "^4.1.2" webpackbar "3.2.0" -"@vuepress/markdown-loader@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.0.0.tgz#1cf4dcedd36eac520e0e09d0acd165a2e7dee7dd" - integrity sha512-rXs+xA52NQ1hfKir1gngBhxyPZhIJhDX1htSyj7HAHLCiAASK5dzdNQtzDDEfho/SQC7vGK4gYV0UQUyifSfkQ== +"@vuepress/markdown-loader@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.0.1.tgz#da288f36c79706099e9f1e9c6440edb9254292a6" + integrity sha512-D0/N1wKoO+3YvNeX7xMdBbpannWrlhv7hPnkSCZH+udxbWYsw2gQxBirXY3PjXpg2a2aYwtJP0L45ULA0AXaVg== dependencies: - "@vuepress/markdown" "^1.0.0" + "@vuepress/markdown" "^1.0.1" loader-utils "^1.1.0" lru-cache "^5.1.1" -"@vuepress/markdown@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.0.0.tgz#8dfad497e96ec556aa08a7a59b6651110d45a2c9" - integrity sha512-RZTl6UxEvx725lB4MrKxqcjiBzZ1yiO4dyTpdkCyH7oVaK01o7bj1O+YARuNpq5UZutcy0i+SFV2gsvdAOp0CA== +"@vuepress/markdown@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.0.1.tgz#55e24ce7456258e3a7ea63276082688037e11954" + integrity sha512-tnZTR0t1LWkQHXOxz79W7pJKeJ5yTVe1gp6peRgCLkmvlerfptFlgelPpNoqfHK90bpZtfInJeRKf6PRA2UXJg== dependencies: - "@vuepress/shared-utils" "^1.0.0" + "@vuepress/shared-utils" "^1.0.1" markdown-it "^8.4.1" markdown-it-anchor "^5.0.2" markdown-it-chain "^1.3.0" @@ -1101,64 +1101,64 @@ markdown-it-table-of-contents "^0.4.0" prismjs "^1.13.0" -"@vuepress/plugin-active-header-links@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.0.0.tgz#dd44f81f1e8de3e69656323e9196354e36a26660" - integrity sha512-+vxA1lZsFYkBaa6eNjTZjrMzFuOa3c6U1gz2KlgJ/v6d9bNX95MB3mvMJsO5w3cp6XVSKQbO19jyan+J3jXgJQ== +"@vuepress/plugin-active-header-links@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.0.1.tgz#b4f75932620e3c043684c1af9dbb3d17eb76a2f4" + integrity sha512-GqgliWEr+w/8H/+74klF7OhJWrcsEb7wJXwWf7ySW9OOEfkZx0+R5v7MJ+b6SfPGdqGhCRizMdM8hM5JMm7odw== dependencies: lodash.throttle "^4.1.1" -"@vuepress/plugin-back-to-top@1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@vuepress/plugin-back-to-top/-/plugin-back-to-top-1.0.0.tgz#5b11bbc16631cb41994d965b7cdbcba800dd8f12" - integrity sha512-vumhtUTQ5cEIUGW6KPC+1YUMomP20fk79RPDArVdJoE7JTrQBtXKRULLbR3pWhwjc8mzo6HkrQKPjBYXCYT0/Q== +"@vuepress/plugin-back-to-top@1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@vuepress/plugin-back-to-top/-/plugin-back-to-top-1.0.1.tgz#ae8e3ed1da1bc8bcdb178474487a4656808108aa" + integrity sha512-q2NbM+gCdfnrbrAK4sBKoFPIyrHfPxKgjvvnQc5jbkmXYap8mErivrveuH6WTBAm56jTc4BDUySZgzd1dawXpw== dependencies: lodash.debounce "^4.0.8" -"@vuepress/plugin-google-analytics@1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.0.0.tgz#64a8d6c555da5be7e92a172f1519205792d32c5f" - integrity sha512-UfXlhuauSF+tkFNQFvvIbF9/3h9gmk6gVA9wRR/ql3lLaLSzQmfarkcqcAErHbNSBdS3wwUmcHu93qUNdIatFg== +"@vuepress/plugin-google-analytics@1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.0.1.tgz#b96e5074510d7e1d8da03a696cfac2feea5d941f" + integrity sha512-bnmS5v24rm3PaNJNd6dMfU7ksjUUJe4OX51uf2zvVl/b39FlpPEvNhhdkwMFZgKVaiJe9mw0XosEaO9Gzm7K7Q== -"@vuepress/plugin-last-updated@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.0.0.tgz#acfff4113240a5e1df96d60c2e80b353cc686897" - integrity sha512-m6eVQ5Bp4RjM5IYCPR62eW8Z2Lu24oZaFvACjlCp2fLSq4MPV4X0myk2oYnvecyIAzIVmuZHOZb7mwuhzqSX2A== +"@vuepress/plugin-last-updated@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.0.1.tgz#227708b861939754d3c607d487dabc5b3d30a010" + integrity sha512-WTKK99g9oUfUq+WiYVYe/s7mqG2BOUD560TgvRj8ZE/9GX248OlSopv9sbNa6MSdG+SSVy94i8y8gAnWEGvEZA== dependencies: cross-spawn "^6.0.5" -"@vuepress/plugin-nprogress@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@vuepress/plugin-nprogress/-/plugin-nprogress-1.0.0.tgz#a7777a54415cb6d6025e188c40180f8ec4e2837e" - integrity sha512-uXsqit9k4ZPXl3U+SYbBNwHe9q6XJnqDwYE1UDkCS619cU5GlW2A0crfrvlXyiKVrwZ2+QLkrwpdgSRDvXJMFA== +"@vuepress/plugin-nprogress@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@vuepress/plugin-nprogress/-/plugin-nprogress-1.0.1.tgz#fd52573f0f53bec58ba479193828363609167967" + integrity sha512-Ddlvb3kyA2JHk8F/2KuCqh8bRymrr8ujO6zsmhgP7/6WGYAs/qTR4vP3JDn7dqfHRxrgwQPwg9sdkGeOynreuw== dependencies: nprogress "^0.2.0" -"@vuepress/plugin-pwa@1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@vuepress/plugin-pwa/-/plugin-pwa-1.0.0.tgz#2ca75bf8be046dad5af8eba0321aeb8d28f751c7" - integrity sha512-vtNINtTf9CA8LhKjG4Kaq+M+oTNatbOjFxztN9qq+n540CFVSAAc4v0SXrzsEfaGZO6ojpNV16KHIcm3z8259w== +"@vuepress/plugin-pwa@1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@vuepress/plugin-pwa/-/plugin-pwa-1.0.1.tgz#291c98f75903cd7c3d66a25fa955411758606d9f" + integrity sha512-N57QY2oSqFEZyvYR2+CVqUYImjx6eaIdzHX+V9pwYI+uj1ldcANqYa7XonUqw9NV+cTDEdHtbU07cFXrFWjs+A== dependencies: - "@vuepress/shared-utils" "^1.0.0" + "@vuepress/shared-utils" "^1.0.1" register-service-worker "^1.5.2" workbox-build "^3.1.0" -"@vuepress/plugin-register-components@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.0.0.tgz#c619d8d98af1f6f4c2170d0e7deb0373dab6ae85" - integrity sha512-AibJ35bxBa+WigxhCCTF8p69PkvRYJQp6Xl2EsGVZ50LwIChtPSBGaa0dNphMhDAj3bCk/nsDe3X+lXhvn/rkQ== +"@vuepress/plugin-register-components@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.0.1.tgz#74bbaf7a6796b260525be1b242fbf37b7b5b418d" + integrity sha512-d16wg7NmU4rgal8A1LaDNR5FRjnE+vIYyW9BEZKPQqGgND/gI4ndwz0vxl/P7QiZPT0YDUgbS6j9BYK2Z8fFlw== dependencies: - "@vuepress/shared-utils" "^1.0.0" + "@vuepress/shared-utils" "^1.0.1" -"@vuepress/plugin-search@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.0.0.tgz#56f4f441e5ad326b55b6c21c7646b197b22d68d4" - integrity sha512-IoJX+BpaZfp9LurVBGdteSxHlPBWwFYqfJo4y3ZC8JIVJIqelWw7CVvCoBUkLq59teYCiqw4CYg2i91rcv7ZCQ== +"@vuepress/plugin-search@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.0.1.tgz#3cc1bb10635c370c8e467a8efa4852ddc645b067" + integrity sha512-Mj9VRQgRbMwxpxZKaZ+CHSeyS/Mg6TELTaPb7uxSq7LQ5+zmQuPeFo59oCYBnxJXIeduFOOgVH9Ot5hLkZfARw== -"@vuepress/shared-utils@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.0.0.tgz#40995e9106055490a63e2a54d5576b4966945012" - integrity sha512-W0NBRjCDn1Elc6Tyr/HMFsR9Borh8aI+GXR/dGIme3M/vci5OgcHHtRU4zAMrRy249E8FAiUDmbJqQ+CKpZgXA== +"@vuepress/shared-utils@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.0.1.tgz#4f14f726e84e0f6d2877376b23d293536aeda052" + integrity sha512-t0ItlOhSRRNKIwYTHBMF20Bxxku1UdItAsnAAegnwNeJpdwO/J83RwBkyEGjhI7VHzqzhWvkpSzZ+izXYAYp8w== dependencies: chalk "^2.3.2" diacritics "^1.3.0" @@ -1170,14 +1170,14 @@ semver "^6.0.0" upath "^1.1.0" -"@vuepress/theme-default@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.0.0.tgz#3910b0fb6778cc248c741731119d54ea53eaf6d1" - integrity sha512-+cV0zerFNtAtyI2AZzxqTtx51rtI5hpKXzQshxvEc6uXK2cR5K+b230we/MXdc8cL1xrLOvh+bQD+xfSEZ8r4g== +"@vuepress/theme-default@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.0.1.tgz#001d04430defd5c9038bd62a3c853e636dff90f4" + integrity sha512-CkPDu0YxuywSMuBsARqkpyQEKfInipUeqEWKL0V7J+l1jW/3wTwG3K9AnZkR+5yJSYHtJm6qEZqYSDEYXdc9Vw== dependencies: - "@vuepress/plugin-active-header-links" "^1.0.0" - "@vuepress/plugin-nprogress" "^1.0.0" - "@vuepress/plugin-search" "^1.0.0" + "@vuepress/plugin-active-header-links" "^1.0.1" + "@vuepress/plugin-nprogress" "^1.0.1" + "@vuepress/plugin-search" "^1.0.1" docsearch.js "^2.5.2" stylus "^0.54.5" stylus-loader "^3.0.2" @@ -10264,13 +10264,13 @@ vuepress-plugin-container@^2.0.0: dependencies: markdown-it-container "^2.0.0" -vuepress@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.0.0.tgz#9661318ecf62da55cda8249337d5722f912b48ec" - integrity sha512-H/2utjjkDFUP9av636RmiGHwRjQmYf+9LJ0S1Lbu5q+Dt5R6wgifbqBluaodUxNgeC0Q5nCLu/+Oig6PRaVs8Q== +vuepress@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.0.1.tgz#dae4a838ae194f2a85909bf4b05ef80311c745bd" + integrity sha512-JRNOmxxbkwythvhQAjcZAtsTv4B9rGMktwaiUfEQQnZ1nxC82eQovFmhfS95R/aqY1/5n5CD1+e0ReM+HTj4yg== dependencies: - "@vuepress/core" "^1.0.0" - "@vuepress/theme-default" "^1.0.0" + "@vuepress/core" "^1.0.1" + "@vuepress/theme-default" "^1.0.1" cac "^6.3.9" envinfo "^7.2.0"