Skip to content

Commit b029d5e

Browse files
committed
chore(.vuepress): upgrade vuepress to 0.14.8
Upgraded to latest patch version of vuepress to gain configFile: false fix for babel config. See vuejs/vuepress#797 for more details.
1 parent c6764bf commit b029d5e

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"vue-router": "^3.0.1",
8686
"vue-server-renderer": "^2.6.11",
8787
"vue-template-compiler": "^2.6.11",
88-
"vuepress": "^0.14.2",
88+
"vuepress": "^0.14.8",
8989
"vuepress-theme-vue": "^1.0.3",
9090
"vuex": "^3.0.1",
9191
"webpack": "^3.0.1",

yarn.lock

+7-5
Original file line numberDiff line numberDiff line change
@@ -9233,9 +9233,10 @@ min-document@^2.19.0:
92339233
dependencies:
92349234
dom-walk "^0.1.0"
92359235

9236-
mini-css-extract-plugin@^0.4.1:
9236+
92379237
version "0.4.1"
92389238
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.1.tgz#d2bcf77bb2596b8e4bd9257e43d3f9164c2e86cb"
9239+
integrity sha512-XWuB3G61Rtasq/gLe7cp5cuozehE6hN+E4sxCamRR/WDiHTg+f7ZIAS024r8UJQffY+e2gGELXQZgQoFDfNDCg==
92399240
dependencies:
92409241
"@webpack-contrib/schema-utils" "^1.0.0-beta.0"
92419242
loader-utils "^1.1.0"
@@ -13501,9 +13502,10 @@ vuepress-theme-vue@^1.0.3:
1350113502
version "1.0.3"
1350213503
resolved "https://registry.yarnpkg.com/vuepress-theme-vue/-/vuepress-theme-vue-1.0.3.tgz#8465434401bc99325de53ba038e1eed2d2ec84b9"
1350313504

13504-
vuepress@^0.14.2:
13505-
version "0.14.2"
13506-
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-0.14.2.tgz#48e5e102178370980d1408e230c0263d768435b7"
13505+
vuepress@^0.14.8:
13506+
version "0.14.11"
13507+
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-0.14.11.tgz#fc6ba0e609e3433a8070e95301b4d987712b2a08"
13508+
integrity sha512-5iB7iWeEG7GtEiNwmS2LOcifp2V93aZ4+oO9pq8OcUgOWay9/NqmNqzg7KQ7AJ0puZGg0tYwUKKjifIWIPE8jQ==
1350713509
dependencies:
1350813510
"@babel/core" "7.0.0-beta.47"
1350913511
"@vue/babel-preset-app" "3.0.0-beta.11"
@@ -13537,7 +13539,7 @@ vuepress@^0.14.2:
1353713539
markdown-it-container "^2.0.0"
1353813540
markdown-it-emoji "^1.4.0"
1353913541
markdown-it-table-of-contents "^0.4.0"
13540-
mini-css-extract-plugin "^0.4.1"
13542+
mini-css-extract-plugin "0.4.1"
1354113543
nprogress "^0.2.0"
1354213544
optimize-css-assets-webpack-plugin "^4.0.0"
1354313545
portfinder "^1.0.13"

0 commit comments

Comments
 (0)