Skip to content

Commit 317d728

Browse files
committed
Vue 2.5.0 as minimum
Fixes an inconsistent test with different Webpack versions
1 parent 41754ad commit 317d728

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@
9292
"ts-loader": "^5.3.0",
9393
"typescript": ">=2.9",
9494
"url-loader": "^4.0.0",
95-
"vue": "^2.3.4",
95+
"vue": "^2.5.0",
9696
"vue-loader": "^15.0.11",
97-
"vue-template-compiler": "^2.3.4",
97+
"vue-template-compiler": "^2.5.0",
9898
"webpack-notifier": "^1.6.0",
9999
"zombie": "^6.1.4"
100100
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,7 @@ acorn@^5.5.3:
11751175
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.4.tgz#3e8d8a9947d0599a1796d10225d7432f4a4acf5e"
11761176
integrity sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==
11771177

1178-
acorn@^6.0.1, acorn@^6.4.1:
1178+
acorn@^6.0.1, acorn@^6.2.1:
11791179
version "6.4.1"
11801180
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474"
11811181
integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==
@@ -8632,7 +8632,7 @@ vue-style-loader@^4.1.0:
86328632
hash-sum "^1.0.2"
86338633
loader-utils "^1.0.2"
86348634

8635-
vue-template-compiler@^2.3.4:
8635+
vue-template-compiler@^2.5.0:
86368636
version "2.6.11"
86378637
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.6.11.tgz#c04704ef8f498b153130018993e56309d4698080"
86388638
integrity sha512-KIq15bvQDrcCjpGjrAhx4mUlyyHfdmTaoNfeoATHLAiWB+MU3cx4lOzMwrnUh9cCxy0Lt1T11hAFY6TQgroUAA==
@@ -8645,7 +8645,7 @@ vue-template-es2015-compiler@^1.9.0:
86458645
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
86468646
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
86478647

8648-
vue@^2.3.4:
8648+
vue@^2.5.0:
86498649
version "2.6.11"
86508650
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.11.tgz#76594d877d4b12234406e84e35275c6d514125c5"
86518651
integrity sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ==
@@ -8657,7 +8657,7 @@ w3c-hr-time@^1.0.1:
86578657
dependencies:
86588658
browser-process-hrtime "^1.0.0"
86598659

8660-
watchpack@^1.6.1:
8660+
watchpack@^1.6.0:
86618661
version "1.6.1"
86628662
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.6.1.tgz#280da0a8718592174010c078c7585a74cd8cd0e2"
86638663
integrity sha512-+IF9hfUFOrYOOaKyfaI7h7dquUIOgyEMoQMLA7OP5FxegKA2+XdXThAZ9TU2kucfhDH7rfMHs1oPYziVGWRnZA==

0 commit comments

Comments
 (0)