Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

Commit 2df26e1

Browse files
1 parent 2a67fbb commit 2df26e1

File tree

2 files changed

+89
-36
lines changed

2 files changed

+89
-36
lines changed

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"prism-theme-one-dark": "^1.0.0",
1616
"vue-function-api": "^2.0.6",
1717
"vue-instantsearch": "^2.3.0",
18-
"vuepress": "^1.0.2"
18+
"vuepress": "^1.0.3"
1919
}
2020
}

yarn.lock

Lines changed: 88 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -914,18 +914,18 @@
914914
source-map "~0.6.1"
915915
vue-template-es2015-compiler "^1.9.0"
916916

917-
"@vuepress/core@^1.0.2":
918-
version "1.0.2"
919-
resolved "https://registry.npm.taobao.org/@vuepress/core/download/@vuepress/core-1.0.2.tgz#75d0c6ccb4be92c6674c3bbfbe25639c8239921b"
920-
integrity sha1-ddDGzLS+ksZnTDu/viVjnII5khs=
917+
"@vuepress/core@^1.0.3":
918+
version "1.0.3"
919+
resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.0.3.tgz#a32aedca770ee763c406a74abab2bc4fa42e9bdc"
920+
integrity sha512-VUzjf2LMxy+DjiDs2QUO0R4zXATn0db7ClDETzc5D+HH08J2YwUO2YNHgIObHMyuihmDozesbYBiDp0kIxAqCw==
921921
dependencies:
922922
"@babel/core" "^7.0.0"
923923
"@vue/babel-preset-app" "^3.1.1"
924-
"@vuepress/markdown" "^1.0.2"
925-
"@vuepress/markdown-loader" "^1.0.2"
926-
"@vuepress/plugin-last-updated" "^1.0.2"
927-
"@vuepress/plugin-register-components" "^1.0.2"
928-
"@vuepress/shared-utils" "^1.0.2"
924+
"@vuepress/markdown" "^1.0.3"
925+
"@vuepress/markdown-loader" "^1.0.3"
926+
"@vuepress/plugin-last-updated" "^1.0.3"
927+
"@vuepress/plugin-register-components" "^1.0.3"
928+
"@vuepress/shared-utils" "^1.0.3"
929929
autoprefixer "^9.5.1"
930930
babel-loader "^8.0.4"
931931
cache-loader "^3.0.0"
@@ -957,21 +957,21 @@
957957
webpack-merge "^4.1.2"
958958
webpackbar "3.2.0"
959959

960-
"@vuepress/markdown-loader@^1.0.2":
961-
version "1.0.2"
962-
resolved "https://registry.npm.taobao.org/@vuepress/markdown-loader/download/@vuepress/markdown-loader-1.0.2.tgz#b068df3049f6b63cfee329f85aed3bb0aa9e7ab0"
963-
integrity sha1-sGjfMEn2tjz+4yn4Wu07sKqeerA=
960+
"@vuepress/markdown-loader@^1.0.3":
961+
version "1.0.3"
962+
resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.0.3.tgz#8e63e66d0bb1ec75ee564424bdf8e7ee38077b63"
963+
integrity sha512-2/023ghXi+7XHeHRbcXpUeWAERtSSCopPPdZqFV5/aIhW+Lv1Bl2iV1QfR2jKwlnZO/6g3HYMBq2GJaTNw0QLg==
964964
dependencies:
965-
"@vuepress/markdown" "^1.0.2"
965+
"@vuepress/markdown" "^1.0.3"
966966
loader-utils "^1.1.0"
967967
lru-cache "^5.1.1"
968968

969-
"@vuepress/markdown@^1.0.2":
970-
version "1.0.2"
971-
resolved "https://registry.npm.taobao.org/@vuepress/markdown/download/@vuepress/markdown-1.0.2.tgz#436c5aa74e22cf7f6705b99c8892b6ba2d84cd0a"
972-
integrity sha1-Q2xap04iz39nBbmciJK2ui2EzQo=
969+
"@vuepress/markdown@^1.0.3":
970+
version "1.0.3"
971+
resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.0.3.tgz#633e2b69ee7c00a1aaa8b71584a50e4e1518edc6"
972+
integrity sha512-kauU0EZk5+Ju74MtxiBiQ6HAbcchr8UjbURHSHwJe1k6W0fy0wyQ0ND5EILLhKZl1KhZeHGGDKBW385ruRKfcQ==
973973
dependencies:
974-
"@vuepress/shared-utils" "^1.0.2"
974+
"@vuepress/shared-utils" "^1.0.3"
975975
markdown-it "^8.4.1"
976976
markdown-it-anchor "^5.0.2"
977977
markdown-it-chain "^1.3.0"
@@ -986,6 +986,13 @@
986986
dependencies:
987987
lodash.throttle "^4.1.1"
988988

989+
"@vuepress/plugin-active-header-links@^1.0.3":
990+
version "1.0.3"
991+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.0.3.tgz#94cae9a4e554fb7989461741748938efaa2fd65e"
992+
integrity sha512-hUxGVfiQs/ywDykklSzMXT4evHe1w/DB5PMtS2LIig3sj5K+gAgNiu6L9SjXFTrYPxp9fWkYmkKPf7guV2QuRw==
993+
dependencies:
994+
lodash.throttle "^4.1.1"
995+
989996
"@vuepress/plugin-back-to-top@^1.0.2":
990997
version "1.0.2"
991998
resolved "https://registry.npm.taobao.org/@vuepress/plugin-back-to-top/download/@vuepress/plugin-back-to-top-1.0.2.tgz#54b8cd65101b2b660a728d4c7d1203f2aa7a028f"
@@ -998,10 +1005,10 @@
9981005
resolved "https://registry.yarnpkg.com/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.0.2.tgz#c5754d55d01bf7e1a9a5b1ff5fde07a08e4a797d"
9991006
integrity sha512-NdU18hTBW4TkNK80dgpPu4yq/smNkIUZi9gL5hCiuW43BnXFA7WFfhGcvZJ61+keNDr6gw9UIv4HQuFFPoRXQA==
10001007

1001-
"@vuepress/plugin-last-updated@^1.0.2":
1002-
version "1.0.2"
1003-
resolved "https://registry.npm.taobao.org/@vuepress/plugin-last-updated/download/@vuepress/plugin-last-updated-1.0.2.tgz#c839c5fb585c469a8c2ff70c16204dd72478545a"
1004-
integrity sha1-yDnF+1hcRpqML/cMFiBN1yR4VFo=
1008+
"@vuepress/plugin-last-updated@^1.0.3":
1009+
version "1.0.3"
1010+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.0.3.tgz#b9e3cd2d7cc27d0e70e7ea2194c171607bd61493"
1011+
integrity sha512-GMD9g8Lw1ASdBiRZgQotkZqOgsGuvX33sDnmRuYjUcO4f6Lo+m8JZsOTStNjcquCvykucbjYqU1LQTyGAMyZWw==
10051012
dependencies:
10061013
cross-spawn "^6.0.5"
10071014

@@ -1012,6 +1019,13 @@
10121019
dependencies:
10131020
nprogress "^0.2.0"
10141021

1022+
"@vuepress/plugin-nprogress@^1.0.3":
1023+
version "1.0.3"
1024+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-nprogress/-/plugin-nprogress-1.0.3.tgz#a0d6913193c933171b4695bf153efb0c29a76421"
1025+
integrity sha512-F7+R9EcBV0MT7dn06sUhGpsE7dzkT/eVLBNDqN3hDBedhu1XV8Ch5JYYGXKGFHrRdtDmiwyvEl4W6L6uzCVT4Q==
1026+
dependencies:
1027+
nprogress "^0.2.0"
1028+
10151029
"@vuepress/plugin-pwa@^1.0.2":
10161030
version "1.0.2"
10171031
resolved "https://registry.npm.taobao.org/@vuepress/plugin-pwa/download/@vuepress/plugin-pwa-1.0.2.tgz#af37e2e1b3b29382a4daf8c2e350059b769dd3cb"
@@ -1021,18 +1035,23 @@
10211035
register-service-worker "^1.5.2"
10221036
workbox-build "^4.3.1"
10231037

1024-
"@vuepress/plugin-register-components@^1.0.2":
1025-
version "1.0.2"
1026-
resolved "https://registry.npm.taobao.org/@vuepress/plugin-register-components/download/@vuepress/plugin-register-components-1.0.2.tgz#504c190b1c1836e3428d90749a2dbd59f6e596b9"
1027-
integrity sha1-UEwZCxwYNuNCjZB0mi29Wfbllrk=
1038+
"@vuepress/plugin-register-components@^1.0.3":
1039+
version "1.0.3"
1040+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.0.3.tgz#5cbfd0947c904a0f4c1911746fb5586520ed9b9d"
1041+
integrity sha512-6vlXEuaEJtV1EIudcVzJciJf0HRAcWRd6ViB9WO87enkqeT+bR32VZENqcN43RyF8vPP+mmZ/2eDUpvM3J6a2w==
10281042
dependencies:
1029-
"@vuepress/shared-utils" "^1.0.2"
1043+
"@vuepress/shared-utils" "^1.0.3"
10301044

10311045
"@vuepress/plugin-search@^1.0.2":
10321046
version "1.0.2"
10331047
resolved "https://registry.npm.taobao.org/@vuepress/plugin-search/download/@vuepress/plugin-search-1.0.2.tgz#6d43fb46b207d48b797a5bc5b01824662db4684d"
10341048
integrity sha1-bUP7RrIH1It5elvFsBgkZi20aE0=
10351049

1050+
"@vuepress/plugin-search@^1.0.3":
1051+
version "1.0.3"
1052+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.0.3.tgz#f8cd98380cc00db067fb243e4fd298c6b8b7179a"
1053+
integrity sha512-CD4G6BrKtS6JS9DzPMbwwovanaKMhj/KN6Bv7P5oY5inWTl3lE9KOjzr1YUkoA6wL6f69EfdB5B7cdO2d47n/w==
1054+
10361055
"@vuepress/shared-utils@^1.0.2":
10371056
version "1.0.2"
10381057
resolved "https://registry.npm.taobao.org/@vuepress/shared-utils/download/@vuepress/shared-utils-1.0.2.tgz#4e1342748b7594fe4fde9dce3bf201538fa5ca67"
@@ -1048,7 +1067,35 @@
10481067
semver "^6.0.0"
10491068
upath "^1.1.0"
10501069

1051-
"@vuepress/theme-default@^1.0.2", "@vuepress/theme-default@kidonng/vuepress-theme-default":
1070+
"@vuepress/shared-utils@^1.0.3":
1071+
version "1.0.3"
1072+
resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.0.3.tgz#224d2fc10fcf26d871eae8dd93b810616731123f"
1073+
integrity sha512-E9kh+nk+E0X6GTONXK1OWeY7Yyl/bUkWltmdh89f7hcSn2MxuBmlph4JdtZKrTK2m+9EqzpVR+CYanGjTA/ZQA==
1074+
dependencies:
1075+
chalk "^2.3.2"
1076+
diacritics "^1.3.0"
1077+
escape-html "^1.0.3"
1078+
fs-extra "^7.0.1"
1079+
globby "^9.2.0"
1080+
gray-matter "^4.0.1"
1081+
hash-sum "^1.0.2"
1082+
semver "^6.0.0"
1083+
upath "^1.1.0"
1084+
1085+
"@vuepress/theme-default@^1.0.3":
1086+
version "1.0.3"
1087+
resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.0.3.tgz#a92025d9be1705ef7b95c53365a8ba3d917b6023"
1088+
integrity sha512-rS12CdMQwpSD7RI9XCM1gko13uPKhbVlbaxb7bd6ozjOQm4Iy1qAAyoZredRl1Sx29QvvcXZxLMGzAqx98GMCw==
1089+
dependencies:
1090+
"@vuepress/plugin-active-header-links" "^1.0.3"
1091+
"@vuepress/plugin-nprogress" "^1.0.3"
1092+
"@vuepress/plugin-search" "^1.0.3"
1093+
docsearch.js "^2.5.2"
1094+
stylus "^0.54.5"
1095+
stylus-loader "^3.0.2"
1096+
vuepress-plugin-container "^2.0.0"
1097+
1098+
"@vuepress/theme-default@kidonng/vuepress-theme-default":
10521099
version "1.0.2"
10531100
resolved "https://codeload.github.com/kidonng/vuepress-theme-default/tar.gz/8d609e73a39af7decc17ff62001bf12cdff6230c"
10541101
dependencies:
@@ -5153,6 +5200,11 @@ once@^1.3.0, once@^1.3.1, once@^1.4.0:
51535200
dependencies:
51545201
wrappy "1"
51555202

5203+
opencollective-postinstall@^2.0.2:
5204+
version "2.0.2"
5205+
resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89"
5206+
integrity sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw==
5207+
51565208
opn@^5.5.0:
51575209
version "5.5.0"
51585210
resolved "https://registry.npm.taobao.org/opn/download/opn-5.5.0.tgz#fc7164fab56d235904c51c3b27da6758ca3b9bfc"
@@ -7472,15 +7524,16 @@ vuepress-plugin-container@^2.0.0:
74727524
dependencies:
74737525
markdown-it-container "^2.0.0"
74747526

7475-
vuepress@^1.0.2:
7476-
version "1.0.2"
7477-
resolved "https://registry.npm.taobao.org/vuepress/download/vuepress-1.0.2.tgz#da62d6e43faca0b8af0bcffff6975fa27dbfdea3"
7478-
integrity sha1-2mLW5D+soLivC8//9pdfon2/3qM=
7527+
vuepress@^1.0.3:
7528+
version "1.0.3"
7529+
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.0.3.tgz#7c744061b5a3244ab86d49ac8d66417258509f13"
7530+
integrity sha512-+wCbyhZjaboY6VGBceai+JCdho96ZO9hVFHLnGGsj1/Zt2sKHrwWwV7lvbBO9y/IGib0YYpifpEJcpzvy3MDVg==
74797531
dependencies:
7480-
"@vuepress/core" "^1.0.2"
7481-
"@vuepress/theme-default" "^1.0.2"
7532+
"@vuepress/core" "^1.0.3"
7533+
"@vuepress/theme-default" "^1.0.3"
74827534
cac "^6.3.9"
74837535
envinfo "^7.2.0"
7536+
opencollective-postinstall "^2.0.2"
74847537

74857538
watchpack@^1.5.0:
74867539
version "1.6.0"

0 commit comments

Comments
 (0)