Skip to content

Commit 0dada3d

Browse files
committed
fix: remove leaked poc dependencies
1 parent 1e6c5b9 commit 0dada3d

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@
2222
},
2323
"dependencies": {
2424
"deepmerge": "^3.2.0",
25-
"fast-deep-equal": "^2.0.1",
2625
"lodash.isplainobject": "^4.0.6",
27-
"lodash.uniqueid": "^4.0.1",
28-
"vue-hooks": "^0.3.2"
26+
"lodash.uniqueid": "^4.0.1"
2927
},
3028
"devDependencies": {
3129
"@babel/cli": "^7.2.3",

yarn.lock

-5
Original file line numberDiff line numberDiff line change
@@ -5862,11 +5862,6 @@ vue-eslint-parser@^5.0.0:
58625862
esquery "^1.0.1"
58635863
lodash "^4.17.11"
58645864

5865-
vue-hooks@^0.3.2:
5866-
version "0.3.2"
5867-
resolved "https://registry.yarnpkg.com/vue-hooks/-/vue-hooks-0.3.2.tgz#60feb7401811758fdf0aa63dc8da1771dc8ded5c"
5868-
integrity sha512-yLNLPdEjtSNbGCICajRRJ6JcYNbQK3jvfr8PPpB4Tg0+9hBNaRk50+ZYNtlAy7xXBGLHbR8/h2Gjao5SZYZW4w==
5869-
58705865
vue-jest@^3.0.3:
58715866
version "3.0.3"
58725867
resolved "https://registry.yarnpkg.com/vue-jest/-/vue-jest-3.0.3.tgz#80f664712f2678b1d8bb3af0f2c0bef5efa8de31"

0 commit comments

Comments
 (0)