2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-16 07:50:34 +03:00

fix: remove leaked poc dependencies

This commit is contained in:
pimlie
2019-02-20 18:58:00 +01:00
parent 1e6c5b9eb4
commit 0dada3d227
2 changed files with 1 additions and 8 deletions
+1 -3
View File
@@ -22,10 +22,8 @@
},
"dependencies": {
"deepmerge": "^3.2.0",
"fast-deep-equal": "^2.0.1",
"lodash.isplainobject": "^4.0.6",
"lodash.uniqueid": "^4.0.1",
"vue-hooks": "^0.3.2"
"lodash.uniqueid": "^4.0.1"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
-5
View File
@@ -5862,11 +5862,6 @@ vue-eslint-parser@^5.0.0:
esquery "^1.0.1"
lodash "^4.17.11"
vue-hooks@^0.3.2:
version "0.3.2"
resolved "https://registry.yarnpkg.com/vue-hooks/-/vue-hooks-0.3.2.tgz#60feb7401811758fdf0aa63dc8da1771dc8ded5c"
integrity sha512-yLNLPdEjtSNbGCICajRRJ6JcYNbQK3jvfr8PPpB4Tg0+9hBNaRk50+ZYNtlAy7xXBGLHbR8/h2Gjao5SZYZW4w==
vue-jest@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/vue-jest/-/vue-jest-3.0.3.tgz#80f664712f2678b1d8bb3af0f2c0bef5efa8de31"