Skip to content

Commit

Permalink
VueJsIntegrationTest: Upgrade Vue.js to v2.5.11
Browse files Browse the repository at this point in the history
This version properly declares the direct "weex-styler" dependency in
"package-lock.json", see

https://github.com/vuejs/vue/blob/v2.5.11/package-lock.json#L9781

That way "npm ci" works and does not complain about "package.json" and
"package-lock.json" to be out of sync.

Signed-off-by: Sebastian Schuberth <sebastian.schuberth@here.com>
  • Loading branch information
sschuberth committed Dec 23, 2018
1 parent d845dea commit f976c71
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -45,7 +45,7 @@ class VueJsIntegrationTest : AbstractIntegrationSpec() {
vcs = VcsInfo(
type = "Git",
url = "https://github.com/vuejs/vue.git",
revision = "v2.5.10"
revision = "v2.5.11"
)
)

Expand Down Expand Up @@ -73,6 +73,4 @@ class VueJsIntegrationTest : AbstractIntegrationSpec() {
mapOf(NPM.Factory() as PackageManagerFactory to
listOf(File(downloadResult.downloadDirectory, "package.json")))
}

override val identifiersWithExpectedErrors = setOf(Identifier("NPM::fsevents:"))
}

0 comments on commit f976c71

Please sign in to comment.