refactor: small fixes

This commit is contained in:
woothu
2020-06-05 09:38:34 +02:00
parent 3c0f06fd5a
commit 4ca4c900cc
12 changed files with 38 additions and 40 deletions
+5 -5
View File
@@ -1850,14 +1850,14 @@
}
},
"@vue/cli-plugin-e2e-nightwatch": {
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/@vue/cli-plugin-e2e-nightwatch/-/cli-plugin-e2e-nightwatch-4.4.1.tgz",
"integrity": "sha512-6874oYjUVmaoeQPlyNf2IqeG/7hX0hbjvJg+cn1wKn//e8rQu5f2G3rNOAor5N9E8xUsXcKSj5fH7LqrHXgZGg==",
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/@vue/cli-plugin-e2e-nightwatch/-/cli-plugin-e2e-nightwatch-4.3.1.tgz",
"integrity": "sha512-5g46AV2z+8etx89O+FQLQuKkuEx75e9Y5v49iQgnbMMuDYT4bizilk4RyO/R3Tq/ePUHfyq10b0trROmG40JvQ==",
"dev": true,
"requires": {
"@vue/cli-shared-utils": "^4.4.1",
"@vue/cli-shared-utils": "^4.3.1",
"deepmerge": "^4.2.2",
"nightwatch": "^1.3.5"
"nightwatch": "^1.3.4"
}
},
"@vue/cli-plugin-eslint": {