Skip to content

Commit 56eca27

Browse files
author
Guillaume Chau
committed
fix: issue with Vue 2.6 compiler, revert back to 2.5, closes #136
1 parent 112a66e commit 56eca27

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,14 @@
6767
"rollup-plugin-vue": "^2.5.2",
6868
"uglify-es": "^3.0.28",
6969
"vue": "^2.5.17",
70-
"vue-template-compiler": "^2.5.21"
70+
"vue-template-compiler": "2.5.22"
7171
},
7272
"browserslist": [
7373
"> 1%",
7474
"last 2 versions",
7575
"not ie <= 8"
76-
]
76+
],
77+
"resolutions": {
78+
"vue": "2.5.22"
79+
}
7780
}

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5067,10 +5067,10 @@ vue-resize@^0.4.5:
50675067
resolved "https://registry.yarnpkg.com/vue-resize/-/vue-resize-0.4.5.tgz#4777a23042e3c05620d9cbda01c0b3cc5e32dcea"
50685068
integrity sha512-bhP7MlgJQ8TIkZJXAfDf78uJO+mEI3CaLABLjv0WNzr4CcGRGPIAItyWYnP6LsPA4Oq0WE+suidNs6dgpO4RHg==
50695069

5070-
vue-template-compiler@>=2.0, vue-template-compiler@^2.5.21:
5071-
version "2.6.6"
5072-
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.6.6.tgz#a807acbf3d51971d3721d75ecb1b927b517c1a02"
5073-
integrity sha512-OakxDGyrmMQViCjkakQFbDZlG0NibiOzpLauOfyCUVRQc9yPmTqpiz9nF0VeA+dFkXegetw0E5x65BFhhLXO0A==
5070+
vue-template-compiler@2.5.22, vue-template-compiler@>=2.0:
5071+
version "2.5.22"
5072+
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.5.22.tgz#c3d3c02c65f1908205c4fbd3b0ef579e51239955"
5073+
integrity sha512-1VTw/NPTUeHNiwhkq6NkFzO7gYLjFCueBN0FX8NEiQIemd5EUMQ5hxrF7O0zCPo5tae+U9S/scETPea+hIz8Eg==
50745074
dependencies:
50755075
de-indent "^1.0.2"
50765076
he "^1.1.0"
@@ -5087,10 +5087,10 @@ vue-template-validator@^1.1.5:
50875087
dependencies:
50885088
chalk "^1.1.1"
50895089

5090-
vue@^2.5.17:
5091-
version "2.6.6"
5092-
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.6.tgz#dde41e483c11c46a7bf523909f4f2f816ab60d25"
5093-
integrity sha512-Y2DdOZD8sxApS+iUlwv1v8U1qN41kq6Kw45lM6nVZKhygeWA49q7VCCXkjXqeDBXgurrKWkYQ9cJeEJwAq0b9Q==
5090+
vue@2.5.22, vue@^2.5.17:
5091+
version "2.5.22"
5092+
resolved "https://registry.yarnpkg.com/vue/-/vue-2.5.22.tgz#3bf88041af08b8539c37b268b70ca79245e9cc30"
5093+
integrity sha512-pxY3ZHlXNJMFQbkjEgGVMaMMkSV1ONpz+4qB55kZuJzyJOhn6MSy/YZdzhdnumegNzVTL/Dn3Pp4UrVBYt1j/g==
50945094

50955095
which-module@^1.0.0:
50965096
version "1.0.0"

0 commit comments

Comments
 (0)