Skip to content

Commit 40f8ae8

Browse files
committed
bumping to use vue 2.5.0 to avoid test inconsistency
1 parent 5abb25d commit 40f8ae8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/features.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const features = {
9292
// vue is needed so the end-user can do things
9393
// vue-template-compiler is a peer dep of vue-loader
9494
packages: [
95-
{ name: 'vue', version: '^2' },
95+
{ name: 'vue', version: '^2.5' },
9696
{ name: 'vue-loader', version: '^15' },
9797
{ name: 'vue-template-compiler' }
9898
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"url-loader": "^4.0.0",
9696
"vue": "^3.0.0-beta.9",
9797
"vue-loader": "^16.0.0-alpha.1",
98-
"vue-template-compiler": "^2.3.4",
98+
"vue-template-compiler": "^2.5.0",
9999
"webpack-notifier": "^1.6.0",
100100
"zombie": "^6.1.4"
101101
},

scripts/force-lowest-dependencies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
const fs = require('fs');
1313
const childProcess = require('child_process');
1414

15-
const vueLowVersion = '2.3.4';
15+
const vueLowVersion = '2.5.0';
1616
const vueLoaderLowVersion = '15.0.11';
1717

1818
function getLowestVersion(dependency, range) {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8780,7 +8780,7 @@ vue-loader@^16.0.0-alpha.1:
87808780
merge-source-map "^1.1.0"
87818781
source-map "^0.6.1"
87828782

8783-
vue-template-compiler@^2.3.4:
8783+
vue-template-compiler@^2.5.0:
87848784
version "2.6.11"
87858785
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.6.11.tgz#c04704ef8f498b153130018993e56309d4698080"
87868786
integrity sha512-KIq15bvQDrcCjpGjrAhx4mUlyyHfdmTaoNfeoATHLAiWB+MU3cx4lOzMwrnUh9cCxy0Lt1T11hAFY6TQgroUAA==

0 commit comments

Comments
 (0)