Skip to content

Commit 33a04a7

Browse files
authored
Merge pull request #20 from scriptex/renovate/vuepress-monorepo
Update dependency vuepress to v1.0.3
2 parents 234e8c9 + 76d3036 commit 33a04a7

File tree

2 files changed

+52
-47
lines changed

2 files changed

+52
-47
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"author": "Atanas Atanasov <scriptex.bg@gmail.com> (https://atanas.info)",
1616
"license": "MIT",
1717
"devDependencies": {
18-
"vuepress": "1.0.2"
18+
"vuepress": "1.0.3"
1919
}
2020
}

yarn.lock

Lines changed: 51 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -716,17 +716,17 @@
716716
source-map "^0.5.6"
717717
vue-template-es2015-compiler "^1.6.0"
718718

719-
"@vuepress/core@^1.0.2":
720-
version "1.0.2"
721-
resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.0.2.tgz#75d0c6ccb4be92c6674c3bbfbe25639c8239921b"
719+
"@vuepress/core@^1.0.3":
720+
version "1.0.3"
721+
resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.0.3.tgz#a32aedca770ee763c406a74abab2bc4fa42e9bdc"
722722
dependencies:
723723
"@babel/core" "^7.0.0"
724724
"@vue/babel-preset-app" "^3.1.1"
725-
"@vuepress/markdown" "^1.0.2"
726-
"@vuepress/markdown-loader" "^1.0.2"
727-
"@vuepress/plugin-last-updated" "^1.0.2"
728-
"@vuepress/plugin-register-components" "^1.0.2"
729-
"@vuepress/shared-utils" "^1.0.2"
725+
"@vuepress/markdown" "^1.0.3"
726+
"@vuepress/markdown-loader" "^1.0.3"
727+
"@vuepress/plugin-last-updated" "^1.0.3"
728+
"@vuepress/plugin-register-components" "^1.0.3"
729+
"@vuepress/shared-utils" "^1.0.3"
730730
autoprefixer "^9.5.1"
731731
babel-loader "^8.0.4"
732732
cache-loader "^3.0.0"
@@ -758,57 +758,57 @@
758758
webpack-merge "^4.1.2"
759759
webpackbar "3.2.0"
760760

761-
"@vuepress/markdown-loader@^1.0.2":
762-
version "1.0.2"
763-
resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.0.2.tgz#b068df3049f6b63cfee329f85aed3bb0aa9e7ab0"
761+
"@vuepress/markdown-loader@^1.0.3":
762+
version "1.0.3"
763+
resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.0.3.tgz#8e63e66d0bb1ec75ee564424bdf8e7ee38077b63"
764764
dependencies:
765-
"@vuepress/markdown" "^1.0.2"
765+
"@vuepress/markdown" "^1.0.3"
766766
loader-utils "^1.1.0"
767767
lru-cache "^5.1.1"
768768

769-
"@vuepress/markdown@^1.0.2":
770-
version "1.0.2"
771-
resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.0.2.tgz#436c5aa74e22cf7f6705b99c8892b6ba2d84cd0a"
769+
"@vuepress/markdown@^1.0.3":
770+
version "1.0.3"
771+
resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.0.3.tgz#633e2b69ee7c00a1aaa8b71584a50e4e1518edc6"
772772
dependencies:
773-
"@vuepress/shared-utils" "^1.0.2"
773+
"@vuepress/shared-utils" "^1.0.3"
774774
markdown-it "^8.4.1"
775775
markdown-it-anchor "^5.0.2"
776776
markdown-it-chain "^1.3.0"
777777
markdown-it-emoji "^1.4.0"
778778
markdown-it-table-of-contents "^0.4.0"
779779
prismjs "^1.13.0"
780780

781-
"@vuepress/plugin-active-header-links@^1.0.2":
782-
version "1.0.2"
783-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.0.2.tgz#df04f7fc21640d3e0a0b704037e360e75974d1a2"
781+
"@vuepress/plugin-active-header-links@^1.0.3":
782+
version "1.0.3"
783+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.0.3.tgz#94cae9a4e554fb7989461741748938efaa2fd65e"
784784
dependencies:
785785
lodash.throttle "^4.1.1"
786786

787-
"@vuepress/plugin-last-updated@^1.0.2":
788-
version "1.0.2"
789-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.0.2.tgz#c839c5fb585c469a8c2ff70c16204dd72478545a"
787+
"@vuepress/plugin-last-updated@^1.0.3":
788+
version "1.0.3"
789+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.0.3.tgz#b9e3cd2d7cc27d0e70e7ea2194c171607bd61493"
790790
dependencies:
791791
cross-spawn "^6.0.5"
792792

793-
"@vuepress/plugin-nprogress@^1.0.2":
794-
version "1.0.2"
795-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-nprogress/-/plugin-nprogress-1.0.2.tgz#3fae13c8af23292cf324d159c77e4d0ffc3133ab"
793+
"@vuepress/plugin-nprogress@^1.0.3":
794+
version "1.0.3"
795+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-nprogress/-/plugin-nprogress-1.0.3.tgz#a0d6913193c933171b4695bf153efb0c29a76421"
796796
dependencies:
797797
nprogress "^0.2.0"
798798

799-
"@vuepress/plugin-register-components@^1.0.2":
800-
version "1.0.2"
801-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.0.2.tgz#504c190b1c1836e3428d90749a2dbd59f6e596b9"
799+
"@vuepress/plugin-register-components@^1.0.3":
800+
version "1.0.3"
801+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.0.3.tgz#5cbfd0947c904a0f4c1911746fb5586520ed9b9d"
802802
dependencies:
803-
"@vuepress/shared-utils" "^1.0.2"
803+
"@vuepress/shared-utils" "^1.0.3"
804804

805-
"@vuepress/plugin-search@^1.0.2":
806-
version "1.0.2"
807-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.0.2.tgz#6d43fb46b207d48b797a5bc5b01824662db4684d"
805+
"@vuepress/plugin-search@^1.0.3":
806+
version "1.0.3"
807+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.0.3.tgz#f8cd98380cc00db067fb243e4fd298c6b8b7179a"
808808

809-
"@vuepress/shared-utils@^1.0.2":
810-
version "1.0.2"
811-
resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.0.2.tgz#4e1342748b7594fe4fde9dce3bf201538fa5ca67"
809+
"@vuepress/shared-utils@^1.0.3":
810+
version "1.0.3"
811+
resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.0.3.tgz#224d2fc10fcf26d871eae8dd93b810616731123f"
812812
dependencies:
813813
chalk "^2.3.2"
814814
diacritics "^1.3.0"
@@ -820,13 +820,13 @@
820820
semver "^6.0.0"
821821
upath "^1.1.0"
822822

823-
"@vuepress/theme-default@^1.0.2":
824-
version "1.0.2"
825-
resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.0.2.tgz#7678c4755db9d891effee838991287d31ae9c5ed"
823+
"@vuepress/theme-default@^1.0.3":
824+
version "1.0.3"
825+
resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.0.3.tgz#a92025d9be1705ef7b95c53365a8ba3d917b6023"
826826
dependencies:
827-
"@vuepress/plugin-active-header-links" "^1.0.2"
828-
"@vuepress/plugin-nprogress" "^1.0.2"
829-
"@vuepress/plugin-search" "^1.0.2"
827+
"@vuepress/plugin-active-header-links" "^1.0.3"
828+
"@vuepress/plugin-nprogress" "^1.0.3"
829+
"@vuepress/plugin-search" "^1.0.3"
830830
docsearch.js "^2.5.2"
831831
stylus "^0.54.5"
832832
stylus-loader "^3.0.2"
@@ -4315,6 +4315,10 @@ once@^1.3.0, once@^1.3.1, once@^1.4.0:
43154315
dependencies:
43164316
wrappy "1"
43174317

4318+
opencollective-postinstall@^2.0.2:
4319+
version "2.0.2"
4320+
resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89"
4321+
43184322
opn@^5.5.0:
43194323
version "5.5.0"
43204324
resolved "https://registry.yarnpkg.com/opn/-/opn-5.5.0.tgz#fc7164fab56d235904c51c3b27da6758ca3b9bfc"
@@ -6187,14 +6191,15 @@ vuepress-plugin-container@^2.0.0:
61876191
dependencies:
61886192
markdown-it-container "^2.0.0"
61896193

6190-
vuepress@1.0.2:
6191-
version "1.0.2"
6192-
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.0.2.tgz#da62d6e43faca0b8af0bcffff6975fa27dbfdea3"
6194+
vuepress@1.0.3:
6195+
version "1.0.3"
6196+
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.0.3.tgz#7c744061b5a3244ab86d49ac8d66417258509f13"
61936197
dependencies:
6194-
"@vuepress/core" "^1.0.2"
6195-
"@vuepress/theme-default" "^1.0.2"
6198+
"@vuepress/core" "^1.0.3"
6199+
"@vuepress/theme-default" "^1.0.3"
61966200
cac "^6.3.9"
61976201
envinfo "^7.2.0"
6202+
opencollective-postinstall "^2.0.2"
61986203

61996204
watchpack@^1.5.0:
62006205
version "1.6.0"

0 commit comments

Comments
 (0)