Skip to content

Commit 0d301fa

Browse files
committed
build: fix broken dependency
1 parent b4e8aad commit 0d301fa

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"tslint-config-standard": "^9.0.0",
6161
"typescript": "^3.7.3",
6262
"uglify-js": "^3.7.2",
63-
"vue": "^2.6.11",
63+
"vue": "2.6.10",
6464
"vuepress": "^1.2.0",
6565
"vuepress-theme-vue": "^1.1.0",
6666
"vuex": "^3.1.2"

yarn.lock

+1-6
Original file line numberDiff line numberDiff line change
@@ -8640,16 +8640,11 @@ vue-template-es2015-compiler@^1.9.0:
86408640
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
86418641
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
86428642

8643-
vue@^2.6.10:
8643+
vue@2.6.10, vue@^2.6.10:
86448644
version "2.6.10"
86458645
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.10.tgz#a72b1a42a4d82a721ea438d1b6bf55e66195c637"
86468646
integrity sha512-ImThpeNU9HbdZL3utgMCq0oiMzAkt1mcgy3/E6zWC/G6AaQoeuFdsl9nDhTDU3X1R6FK7nsIUuRACVcjI+A2GQ==
86478647

8648-
vue@^2.6.11:
8649-
version "2.6.11"
8650-
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.11.tgz#76594d877d4b12234406e84e35275c6d514125c5"
8651-
integrity sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ==
8652-
86538648
vuepress-html-webpack-plugin@^3.2.0:
86548649
version "3.2.0"
86558650
resolved "https://registry.yarnpkg.com/vuepress-html-webpack-plugin/-/vuepress-html-webpack-plugin-3.2.0.tgz#219be272ad510faa8750d2d4e70fd028bfd1c16e"

0 commit comments

Comments
 (0)