Skip to content

Commit 48be50d

Browse files
committed
chore: update vuepress
The previous incompatibility issue was resolved: vuejs/vuepress#1771
1 parent d97dc18 commit 48be50d

File tree

2 files changed

+72
-72
lines changed

2 files changed

+72
-72
lines changed

Diff for: package.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"@vue/eslint-config-prettier": "^5.0.0",
4848
"@vue/eslint-config-standard": "^4.0.0",
4949
"@vue/eslint-config-typescript": "^4.0.0",
50-
"@vuepress/plugin-pwa": "^1.0.1",
51-
"@vuepress/theme-vue": "^1.0.1",
50+
"@vuepress/plugin-pwa": "^1.0.4",
51+
"@vuepress/theme-vue": "^1.0.4",
5252
"babel-core": "7.0.0-bridge.0",
5353
"babel-eslint": "^10.0.1",
5454
"babel-jest": "^24.8.0",
@@ -77,15 +77,14 @@
7777
"rimraf": "^2.6.2",
7878
"semver": "^6.1.0",
7979
"typescript": "^3.4.5",
80-
"vuepress": "^1.0.1",
80+
"vuepress": "^1.0.4",
8181
"webpack": "^4.0.0",
8282
"yorkie": "^2.0.0"
8383
},
8484
"resolutions": {
8585
"puppeteer": "1.11.0",
8686
"vue": "^2.6.10",
8787
"vue-template-compiler": "^2.6.10",
88-
"vue-server-renderer": "^2.6.10",
89-
"@vuepress/core": "1.0.2"
88+
"vue-server-renderer": "^2.6.10"
9089
}
9190
}

Diff for: yarn.lock

+68-67
Original file line numberDiff line numberDiff line change
@@ -2453,18 +2453,18 @@
24532453
resolved "https://registry.yarnpkg.com/@vue/web-component-wrapper/-/web-component-wrapper-1.2.0.tgz#bb0e46f1585a7e289b4ee6067dcc5a6ae62f1dd1"
24542454
integrity sha512-Xn/+vdm9CjuC9p3Ae+lTClNutrVhsXpzxvoTXXtoys6kVRX9FkueSUAqSWAyZntmVLlR4DosBV4pH8y5Z/HbUw==
24552455

2456-
"@vuepress/core@1.0.2", "@vuepress/core@^1.0.3":
2457-
version "1.0.2"
2458-
resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.0.2.tgz#75d0c6ccb4be92c6674c3bbfbe25639c8239921b"
2459-
integrity sha512-PUMaxq44wEuqXHutcmxj6q9cCRS4kZ1nyBvvHr9AIuxJflgYDw/k8wxhYuZjsxVWhpJjsPywLGNRyLN88vJcqQ==
2456+
"@vuepress/core@^1.0.4":
2457+
version "1.0.4"
2458+
resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.0.4.tgz#623c5cc4d9865e60a11917af01cdaa1b41dbe5d2"
2459+
integrity sha512-ZF3e7nHCSREM0Yq/LyMmZEL3Qv85JVrqIgCHlv3goW9Ay5gn/YLy1JaG2+/1JgDFfw5Hr+qmtGs3aExGSeOS+Q==
24602460
dependencies:
24612461
"@babel/core" "^7.0.0"
24622462
"@vue/babel-preset-app" "^3.1.1"
2463-
"@vuepress/markdown" "^1.0.2"
2464-
"@vuepress/markdown-loader" "^1.0.2"
2465-
"@vuepress/plugin-last-updated" "^1.0.2"
2466-
"@vuepress/plugin-register-components" "^1.0.2"
2467-
"@vuepress/shared-utils" "^1.0.2"
2463+
"@vuepress/markdown" "^1.0.4"
2464+
"@vuepress/markdown-loader" "^1.0.4"
2465+
"@vuepress/plugin-last-updated" "^1.0.4"
2466+
"@vuepress/plugin-register-components" "^1.0.4"
2467+
"@vuepress/shared-utils" "^1.0.4"
24682468
autoprefixer "^9.5.1"
24692469
babel-loader "^8.0.4"
24702470
cache-loader "^3.0.0"
@@ -2496,74 +2496,74 @@
24962496
webpack-merge "^4.1.2"
24972497
webpackbar "3.2.0"
24982498

2499-
"@vuepress/markdown-loader@^1.0.2":
2500-
version "1.0.3"
2501-
resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.0.3.tgz#8e63e66d0bb1ec75ee564424bdf8e7ee38077b63"
2502-
integrity sha512-2/023ghXi+7XHeHRbcXpUeWAERtSSCopPPdZqFV5/aIhW+Lv1Bl2iV1QfR2jKwlnZO/6g3HYMBq2GJaTNw0QLg==
2499+
"@vuepress/markdown-loader@^1.0.4":
2500+
version "1.0.4"
2501+
resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.0.4.tgz#2c54772889b19dcb8b2703cadd6088b96d748adb"
2502+
integrity sha512-kgePl2Oo0q8VGZe3tiuj88UJF1Mpn8Hp7bg0SSpa70WO6ne4S5u8H1M+80fClbuLLoyc5jtb92XcDkfzlnCurw==
25032503
dependencies:
2504-
"@vuepress/markdown" "^1.0.3"
2504+
"@vuepress/markdown" "^1.0.4"
25052505
loader-utils "^1.1.0"
25062506
lru-cache "^5.1.1"
25072507

2508-
"@vuepress/markdown@^1.0.2", "@vuepress/markdown@^1.0.3":
2509-
version "1.0.3"
2510-
resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.0.3.tgz#633e2b69ee7c00a1aaa8b71584a50e4e1518edc6"
2511-
integrity sha512-kauU0EZk5+Ju74MtxiBiQ6HAbcchr8UjbURHSHwJe1k6W0fy0wyQ0ND5EILLhKZl1KhZeHGGDKBW385ruRKfcQ==
2508+
"@vuepress/markdown@^1.0.4":
2509+
version "1.0.4"
2510+
resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.0.4.tgz#ab0a403e78acb36fa24d90061191caadad7cb77c"
2511+
integrity sha512-xBEzq09UrAnQm1W7UVJ9UDraBTYJUyFj0aJOBwzKoG0QtGzK9ah6WTCeKOskvzLYQkqToVtig82q2uoKU9PH2A==
25122512
dependencies:
2513-
"@vuepress/shared-utils" "^1.0.3"
2513+
"@vuepress/shared-utils" "^1.0.4"
25142514
markdown-it "^8.4.1"
25152515
markdown-it-anchor "^5.0.2"
25162516
markdown-it-chain "^1.3.0"
25172517
markdown-it-emoji "^1.4.0"
25182518
markdown-it-table-of-contents "^0.4.0"
25192519
prismjs "^1.13.0"
25202520

2521-
"@vuepress/plugin-active-header-links@^1.0.3":
2522-
version "1.0.3"
2523-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.0.3.tgz#94cae9a4e554fb7989461741748938efaa2fd65e"
2524-
integrity sha512-hUxGVfiQs/ywDykklSzMXT4evHe1w/DB5PMtS2LIig3sj5K+gAgNiu6L9SjXFTrYPxp9fWkYmkKPf7guV2QuRw==
2521+
"@vuepress/plugin-active-header-links@^1.0.4":
2522+
version "1.0.4"
2523+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.0.4.tgz#877d3b607597f9902deaac5184d79b6b2f6139b2"
2524+
integrity sha512-sYT1yvBeUMW9cTHVzrKl1mzCmMQCwROVTe2B7N1UvtLpYT+xvu33Uttbk9Aj/p5PxqGH65vaTBKaQoGkdyMp3g==
25252525
dependencies:
25262526
lodash.throttle "^4.1.1"
25272527

2528-
"@vuepress/plugin-last-updated@^1.0.2":
2529-
version "1.0.3"
2530-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.0.3.tgz#b9e3cd2d7cc27d0e70e7ea2194c171607bd61493"
2531-
integrity sha512-GMD9g8Lw1ASdBiRZgQotkZqOgsGuvX33sDnmRuYjUcO4f6Lo+m8JZsOTStNjcquCvykucbjYqU1LQTyGAMyZWw==
2528+
"@vuepress/plugin-last-updated@^1.0.4":
2529+
version "1.0.4"
2530+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.0.4.tgz#ff50eaf74a9b1e27702b411532efd74801256941"
2531+
integrity sha512-HOUj4XJPnoAlYdeo7GPXVXNjC/A28u8bwvIBi92w5uBlNyYs4tjZMso/WVaMhH9Q7touYIp5PCcZTzACoOMNwg==
25322532
dependencies:
25332533
cross-spawn "^6.0.5"
25342534

2535-
"@vuepress/plugin-nprogress@^1.0.3":
2536-
version "1.0.3"
2537-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-nprogress/-/plugin-nprogress-1.0.3.tgz#a0d6913193c933171b4695bf153efb0c29a76421"
2538-
integrity sha512-F7+R9EcBV0MT7dn06sUhGpsE7dzkT/eVLBNDqN3hDBedhu1XV8Ch5JYYGXKGFHrRdtDmiwyvEl4W6L6uzCVT4Q==
2535+
"@vuepress/plugin-nprogress@^1.0.4":
2536+
version "1.0.4"
2537+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-nprogress/-/plugin-nprogress-1.0.4.tgz#65628758a310552806c266d54a135555fbf67276"
2538+
integrity sha512-hhykZwb5Sh3oVIOz7nrjF59KImH+N6V4HphKni740G9LOu2577JU/Jf3MOxqTqRTAnrS73QvrE1dv6xJJ/HQqg==
25392539
dependencies:
25402540
nprogress "^0.2.0"
25412541

2542-
"@vuepress/plugin-pwa@^1.0.1":
2543-
version "1.0.3"
2544-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-pwa/-/plugin-pwa-1.0.3.tgz#4cf668fcf49a5875bbee2307695277d5adea78d3"
2545-
integrity sha512-kPvjo74/XqEivTd2QtS0SWD386GHpyuBCg1Km1HdaajIez8gvpQYG6AiLGNFlvFBc+hwEB2GHQkxSR2QvnPVUQ==
2542+
"@vuepress/plugin-pwa@^1.0.4":
2543+
version "1.0.4"
2544+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-pwa/-/plugin-pwa-1.0.4.tgz#c8e52841efad475336c67b913e18db418831cbbd"
2545+
integrity sha512-eKs6J694PI0QWAwQZ3HHhMU96zSEnCluvKqc8ujAkB/3GxOAT5aLtIIEWnJiTih8esmgVgzS88pIk8E9AZhk9A==
25462546
dependencies:
2547-
"@vuepress/shared-utils" "^1.0.3"
2547+
"@vuepress/shared-utils" "^1.0.4"
25482548
register-service-worker "^1.5.2"
25492549
workbox-build "^4.3.1"
25502550

2551-
"@vuepress/plugin-register-components@^1.0.2":
2552-
version "1.0.3"
2553-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.0.3.tgz#5cbfd0947c904a0f4c1911746fb5586520ed9b9d"
2554-
integrity sha512-6vlXEuaEJtV1EIudcVzJciJf0HRAcWRd6ViB9WO87enkqeT+bR32VZENqcN43RyF8vPP+mmZ/2eDUpvM3J6a2w==
2551+
"@vuepress/plugin-register-components@^1.0.4":
2552+
version "1.0.4"
2553+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.0.4.tgz#1a714d393842b5454443bbe3aa2b91b64995eb93"
2554+
integrity sha512-v5K2a8dsmIaynHh6LnFEbSfoCR8nM03vX+vS90iYPMdcE44DTL1d56YRf0zsRD0NN96gkIjcRA3NpSY5Oe8cGg==
25552555
dependencies:
2556-
"@vuepress/shared-utils" "^1.0.3"
2556+
"@vuepress/shared-utils" "^1.0.4"
25572557

2558-
"@vuepress/plugin-search@^1.0.3":
2559-
version "1.0.3"
2560-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.0.3.tgz#f8cd98380cc00db067fb243e4fd298c6b8b7179a"
2561-
integrity sha512-CD4G6BrKtS6JS9DzPMbwwovanaKMhj/KN6Bv7P5oY5inWTl3lE9KOjzr1YUkoA6wL6f69EfdB5B7cdO2d47n/w==
2558+
"@vuepress/plugin-search@^1.0.4":
2559+
version "1.0.4"
2560+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.0.4.tgz#991a896cacb8f0bd6dc5789f8a2d93be32ae0abd"
2561+
integrity sha512-Jx+PDjkOiksX/E3fEQNbj2GP/g75giv8CoFl+9DyM3kxdDlUAC3N9Sd41SrYJ9lYlXG3ICEQAUyHYSjVvYKAuA==
25622562

2563-
"@vuepress/shared-utils@^1.0.2", "@vuepress/shared-utils@^1.0.3":
2564-
version "1.0.3"
2565-
resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.0.3.tgz#224d2fc10fcf26d871eae8dd93b810616731123f"
2566-
integrity sha512-E9kh+nk+E0X6GTONXK1OWeY7Yyl/bUkWltmdh89f7hcSn2MxuBmlph4JdtZKrTK2m+9EqzpVR+CYanGjTA/ZQA==
2563+
"@vuepress/shared-utils@^1.0.4":
2564+
version "1.0.4"
2565+
resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.0.4.tgz#520c5a6ae263accd29efc8dfad727ad62052ded2"
2566+
integrity sha512-64Rlyb6HOhoeJDa6BbTGKVEgFqIJWdr6vO3o+wmAgKSvX7sqdT0Hs6ETjtt9jWSbjeQTjwP1XbXwKrpEY2jWKw==
25672567
dependencies:
25682568
chalk "^2.3.2"
25692569
diacritics "^1.3.0"
@@ -2575,25 +2575,26 @@
25752575
semver "^6.0.0"
25762576
upath "^1.1.0"
25772577

2578-
"@vuepress/theme-default@^1.0.3":
2579-
version "1.0.3"
2580-
resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.0.3.tgz#a92025d9be1705ef7b95c53365a8ba3d917b6023"
2581-
integrity sha512-rS12CdMQwpSD7RI9XCM1gko13uPKhbVlbaxb7bd6ozjOQm4Iy1qAAyoZredRl1Sx29QvvcXZxLMGzAqx98GMCw==
2578+
"@vuepress/theme-default@^1.0.4":
2579+
version "1.0.4"
2580+
resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.0.4.tgz#a74fb0cf093ca8b78b4ef1157d2130505606e1d2"
2581+
integrity sha512-H6tZFgxIWYNnjLJVmcWBolWNy15c0keEY0ck2Lv3KkuzfkrABPbOuBLGcdG7vPAJBT+BDKpsJHoBpfGF7KwY1g==
25822582
dependencies:
2583-
"@vuepress/plugin-active-header-links" "^1.0.3"
2584-
"@vuepress/plugin-nprogress" "^1.0.3"
2585-
"@vuepress/plugin-search" "^1.0.3"
2583+
"@vuepress/plugin-active-header-links" "^1.0.4"
2584+
"@vuepress/plugin-nprogress" "^1.0.4"
2585+
"@vuepress/plugin-search" "^1.0.4"
25862586
docsearch.js "^2.5.2"
2587+
lodash "^4.17.15"
25872588
stylus "^0.54.5"
25882589
stylus-loader "^3.0.2"
25892590
vuepress-plugin-container "^2.0.0"
25902591

2591-
"@vuepress/theme-vue@^1.0.1":
2592-
version "1.0.3"
2593-
resolved "https://registry.yarnpkg.com/@vuepress/theme-vue/-/theme-vue-1.0.3.tgz#99824add72039a10f0b2617d2e278c3030896ce0"
2594-
integrity sha512-OBZ4BaH0cLtPFgSCUAzvjeyu8Bq+ouwnIfNpodEkgV6xWyG/YIlf66mH7yDmsTkvW/wWpfAVnbZgZqt1Z5+V3Q==
2592+
"@vuepress/theme-vue@^1.0.4":
2593+
version "1.0.4"
2594+
resolved "https://registry.yarnpkg.com/@vuepress/theme-vue/-/theme-vue-1.0.4.tgz#e0a70cd2fd4f4abbe9220d1c6730d65be9f807b9"
2595+
integrity sha512-tBHARFYb8UtDysm39wzrp9qqJ6Am/AdrYr5Xo6A5Bp0Z9GTL6KLyLb9nMqmvEsTLGXzjqXa5jL9u7vM51vXErQ==
25952596
dependencies:
2596-
"@vuepress/theme-default" "^1.0.3"
2597+
"@vuepress/theme-default" "^1.0.4"
25972598

25982599
"@webassemblyjs/[email protected]":
25992600
version "1.8.5"
@@ -16222,13 +16223,13 @@ vuepress-plugin-container@^2.0.0:
1622216223
dependencies:
1622316224
markdown-it-container "^2.0.0"
1622416225

16225-
vuepress@^1.0.1:
16226-
version "1.0.3"
16227-
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.0.3.tgz#7c744061b5a3244ab86d49ac8d66417258509f13"
16228-
integrity sha512-+wCbyhZjaboY6VGBceai+JCdho96ZO9hVFHLnGGsj1/Zt2sKHrwWwV7lvbBO9y/IGib0YYpifpEJcpzvy3MDVg==
16226+
vuepress@^1.0.4:
16227+
version "1.0.4"
16228+
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.0.4.tgz#0f02f67ff6dec02fa9c500c39dbe8c8203db87a0"
16229+
integrity sha512-QzJkRGGOv3+j7MNsjbCLGe5XaAl5fClndQa2woT8j6b+Cc7S1MOHNlITH6zDZ1eH7XETlNI3BmTZ/nJ2aoHyIw==
1622916230
dependencies:
16230-
"@vuepress/core" "^1.0.3"
16231-
"@vuepress/theme-default" "^1.0.3"
16231+
"@vuepress/core" "^1.0.4"
16232+
"@vuepress/theme-default" "^1.0.4"
1623216233
cac "^6.3.9"
1623316234
envinfo "^7.2.0"
1623416235
opencollective-postinstall "^2.0.2"

0 commit comments

Comments
 (0)