Skip to content

Commit 19276ab

Browse files
committed
fix: lock vuepress version, fixes documentation deployment
Need to stick to 1.0.2 until vuejs/vuepress#1771 is merged & released.
1 parent f9a9880 commit 19276ab

File tree

2 files changed

+22
-21
lines changed

2 files changed

+22
-21
lines changed

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
"puppeteer": "1.11.0",
8686
"vue": "^2.6.10",
8787
"vue-template-compiler": "^2.6.10",
88-
"vue-server-renderer": "^2.6.10"
88+
"vue-server-renderer": "^2.6.10",
89+
"@vuepress/core": "1.0.2"
8990
}
9091
}

Diff for: yarn.lock

+20-20
Original file line numberDiff line numberDiff line change
@@ -2311,9 +2311,9 @@
23112311
svg-tags "^1.0.0"
23122312

23132313
"@vue/babel-preset-app@^3.1.1":
2314-
version "3.10.0"
2315-
resolved "https://registry.yarnpkg.com/@vue/babel-preset-app/-/babel-preset-app-3.10.0.tgz#3f89d631dd0f174c8a72e769b55f081c533c4677"
2316-
integrity sha512-NzJLI4Qe0SYm9gVHQC9RXyP0YcPjI28TmZ0ds2RJa9NO96LXHLES2U1HqiMDN4+CVjOQFrWUNd7wWeaETRPXbg==
2314+
version "3.7.0"
2315+
resolved "https://registry.yarnpkg.com/@vue/babel-preset-app/-/babel-preset-app-3.7.0.tgz#f37535ea60b71732ddd4395ec143aaa0b10d4c67"
2316+
integrity sha512-6PHZ1TYO8OGy22TLyKm/+VmCzLB9L1UxaA3CFxXJH0h/YUOmgdmuAk3AWhomYSwk2GF51On3aQzYouoaWhvBDQ==
23172317
dependencies:
23182318
"@babel/helper-module-imports" "^7.0.0"
23192319
"@babel/plugin-proposal-class-properties" "^7.0.0"
@@ -2324,12 +2324,12 @@
23242324
"@babel/preset-env" "^7.0.0 < 7.4.0"
23252325
"@babel/runtime" "^7.0.0"
23262326
"@babel/runtime-corejs2" "^7.2.0"
2327-
"@vue/babel-preset-jsx" "^1.0.0"
2327+
"@vue/babel-preset-jsx" "^1.0.0-beta.3"
23282328
babel-plugin-dynamic-import-node "^2.2.0"
23292329
babel-plugin-module-resolver "3.2.0"
23302330
core-js "^2.6.5"
23312331

2332-
"@vue/babel-preset-jsx@^1.0.0":
2332+
"@vue/babel-preset-jsx@^1.0.0", "@vue/babel-preset-jsx@^1.0.0-beta.3":
23332333
version "1.1.0"
23342334
resolved "https://registry.yarnpkg.com/@vue/babel-preset-jsx/-/babel-preset-jsx-1.1.0.tgz#c8001329f5b372297a3111a251eb4f9e956c1266"
23352335
integrity sha512-EeZ9gwEmu79B4A6LMLAw5cPCVYIcbKWgJgJafWtLzh1S+SgERUmTkVQ9Vx4k8zYBiCuxHK3XziZ3VJIMau7THA==
@@ -2468,18 +2468,18 @@
24682468
resolved "https://registry.yarnpkg.com/@vue/web-component-wrapper/-/web-component-wrapper-1.2.0.tgz#bb0e46f1585a7e289b4ee6067dcc5a6ae62f1dd1"
24692469
integrity sha512-Xn/+vdm9CjuC9p3Ae+lTClNutrVhsXpzxvoTXXtoys6kVRX9FkueSUAqSWAyZntmVLlR4DosBV4pH8y5Z/HbUw==
24702470

2471-
"@vuepress/core@^1.0.3":
2472-
version "1.0.3"
2473-
resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.0.3.tgz#a32aedca770ee763c406a74abab2bc4fa42e9bdc"
2474-
integrity sha512-VUzjf2LMxy+DjiDs2QUO0R4zXATn0db7ClDETzc5D+HH08J2YwUO2YNHgIObHMyuihmDozesbYBiDp0kIxAqCw==
2471+
"@vuepress/core@1.0.2", "@vuepress/core@^1.0.3":
2472+
version "1.0.2"
2473+
resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.0.2.tgz#75d0c6ccb4be92c6674c3bbfbe25639c8239921b"
2474+
integrity sha512-PUMaxq44wEuqXHutcmxj6q9cCRS4kZ1nyBvvHr9AIuxJflgYDw/k8wxhYuZjsxVWhpJjsPywLGNRyLN88vJcqQ==
24752475
dependencies:
24762476
"@babel/core" "^7.0.0"
24772477
"@vue/babel-preset-app" "^3.1.1"
2478-
"@vuepress/markdown" "^1.0.3"
2479-
"@vuepress/markdown-loader" "^1.0.3"
2480-
"@vuepress/plugin-last-updated" "^1.0.3"
2481-
"@vuepress/plugin-register-components" "^1.0.3"
2482-
"@vuepress/shared-utils" "^1.0.3"
2478+
"@vuepress/markdown" "^1.0.2"
2479+
"@vuepress/markdown-loader" "^1.0.2"
2480+
"@vuepress/plugin-last-updated" "^1.0.2"
2481+
"@vuepress/plugin-register-components" "^1.0.2"
2482+
"@vuepress/shared-utils" "^1.0.2"
24832483
autoprefixer "^9.5.1"
24842484
babel-loader "^8.0.4"
24852485
cache-loader "^3.0.0"
@@ -2511,7 +2511,7 @@
25112511
webpack-merge "^4.1.2"
25122512
webpackbar "3.2.0"
25132513

2514-
"@vuepress/markdown-loader@^1.0.3":
2514+
"@vuepress/markdown-loader@^1.0.2":
25152515
version "1.0.3"
25162516
resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.0.3.tgz#8e63e66d0bb1ec75ee564424bdf8e7ee38077b63"
25172517
integrity sha512-2/023ghXi+7XHeHRbcXpUeWAERtSSCopPPdZqFV5/aIhW+Lv1Bl2iV1QfR2jKwlnZO/6g3HYMBq2GJaTNw0QLg==
@@ -2520,7 +2520,7 @@
25202520
loader-utils "^1.1.0"
25212521
lru-cache "^5.1.1"
25222522

2523-
"@vuepress/markdown@^1.0.3":
2523+
"@vuepress/markdown@^1.0.2", "@vuepress/markdown@^1.0.3":
25242524
version "1.0.3"
25252525
resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.0.3.tgz#633e2b69ee7c00a1aaa8b71584a50e4e1518edc6"
25262526
integrity sha512-kauU0EZk5+Ju74MtxiBiQ6HAbcchr8UjbURHSHwJe1k6W0fy0wyQ0ND5EILLhKZl1KhZeHGGDKBW385ruRKfcQ==
@@ -2540,7 +2540,7 @@
25402540
dependencies:
25412541
lodash.throttle "^4.1.1"
25422542

2543-
"@vuepress/plugin-last-updated@^1.0.3":
2543+
"@vuepress/plugin-last-updated@^1.0.2":
25442544
version "1.0.3"
25452545
resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.0.3.tgz#b9e3cd2d7cc27d0e70e7ea2194c171607bd61493"
25462546
integrity sha512-GMD9g8Lw1ASdBiRZgQotkZqOgsGuvX33sDnmRuYjUcO4f6Lo+m8JZsOTStNjcquCvykucbjYqU1LQTyGAMyZWw==
@@ -2563,7 +2563,7 @@
25632563
register-service-worker "^1.5.2"
25642564
workbox-build "^4.3.1"
25652565

2566-
"@vuepress/plugin-register-components@^1.0.3":
2566+
"@vuepress/plugin-register-components@^1.0.2":
25672567
version "1.0.3"
25682568
resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.0.3.tgz#5cbfd0947c904a0f4c1911746fb5586520ed9b9d"
25692569
integrity sha512-6vlXEuaEJtV1EIudcVzJciJf0HRAcWRd6ViB9WO87enkqeT+bR32VZENqcN43RyF8vPP+mmZ/2eDUpvM3J6a2w==
@@ -2575,7 +2575,7 @@
25752575
resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.0.3.tgz#f8cd98380cc00db067fb243e4fd298c6b8b7179a"
25762576
integrity sha512-CD4G6BrKtS6JS9DzPMbwwovanaKMhj/KN6Bv7P5oY5inWTl3lE9KOjzr1YUkoA6wL6f69EfdB5B7cdO2d47n/w==
25772577

2578-
"@vuepress/shared-utils@^1.0.3":
2578+
"@vuepress/shared-utils@^1.0.2", "@vuepress/shared-utils@^1.0.3":
25792579
version "1.0.3"
25802580
resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.0.3.tgz#224d2fc10fcf26d871eae8dd93b810616731123f"
25812581
integrity sha512-E9kh+nk+E0X6GTONXK1OWeY7Yyl/bUkWltmdh89f7hcSn2MxuBmlph4JdtZKrTK2m+9EqzpVR+CYanGjTA/ZQA==
@@ -6737,7 +6737,7 @@ eslint-plugin-vue-libs@^4.0.0:
67376737
babel-eslint "^10.0.1"
67386738
eslint-plugin-vue "^5.1.0"
67396739

6740-
eslint-plugin-vue@^5.1.0, eslint-plugin-vue@^5.2.2:
6740+
eslint-plugin-vue@^5.0.0, eslint-plugin-vue@^5.1.0, eslint-plugin-vue@^5.2.2:
67416741
version "5.2.3"
67426742
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-5.2.3.tgz#3ee7597d823b5478804b2feba9863b1b74273961"
67436743
integrity sha512-mGwMqbbJf0+VvpGR5Lllq0PMxvTdrZ/ZPjmhkacrCHbubJeJOt+T6E3HUzAifa2Mxi7RSdJfC9HFpOeSYVMMIw==

0 commit comments

Comments
 (0)