Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

Commit

Permalink
fix: remove self dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DecathectZero committed Feb 19, 2021
1 parent 61260ba commit 801528b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"@types/lodash": "^4.14.168",
"@voiceflow/general-types": "^1.29.0",
"@voiceflow/runtime": "^1.20.1",
"@voiceflow/runtime-client-js": "^1.6.0",
"axios": "^0.21.1",
"html-parse-stringify": "^2.0.0",
"lodash": "^4.17.20"
Expand Down
13 changes: 1 addition & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@
dependencies:
"@voiceflow/api-sdk" "1.21.0"

"@voiceflow/general-types@^1.19.0", "@voiceflow/general-types@^1.29.0":
"@voiceflow/general-types@^1.29.0":
version "1.29.0"
resolved "https://registry.yarnpkg.com/@voiceflow/general-types/-/general-types-1.29.0.tgz#26d76e1f9e225d1eeecb93f0294859b0fc72a3f6"
integrity sha512-jdmYy5dDolk/r3GM3E4PP7GDrxpvS6f12ZPYl/avyT+QWIlVqosdhJmJ679rcqppBOdhfmJKQpnK1K/ASdPRCQ==
Expand Down Expand Up @@ -973,17 +973,6 @@
resolved "https://registry.yarnpkg.com/@voiceflow/prettier-config/-/prettier-config-1.0.5.tgz#307caf65040ae0c0539ecb8531b9e403381f11ab"
integrity sha512-yM35E7UI0fD8yMgL7JImljvMLZVU+jCz/latc2s2e7Nlbr9kiMpO0FArjkaXVIghhcUeQ0y04lsFUHRu3kMzmA==

"@voiceflow/runtime-client-js@^1.6.0":
version "1.6.0"
resolved "https://registry.yarnpkg.com/@voiceflow/runtime-client-js/-/runtime-client-js-1.6.0.tgz#e915cdbc7dc00ccac9e53a2545f41b86037bf996"
integrity sha512-J+ICkZ4lZ6ylNpZZmU8yxDIwErFu6fBFrpz30qQPsyqtnzgJuPdKF77FavMoCNGv51RTVZDMfoW1kDdFV9vVPQ==
dependencies:
"@types/lodash" "^4.14.168"
"@voiceflow/general-types" "^1.19.0"
"@voiceflow/runtime" "^1.20.1"
axios "^0.21.1"
lodash "^4.17.20"

"@voiceflow/runtime@^1.20.1":
version "1.20.1"
resolved "https://registry.yarnpkg.com/@voiceflow/runtime/-/runtime-1.20.1.tgz#90e8964a433dc4723c8def50fe231bfa356b796c"
Expand Down

0 comments on commit 801528b

Please sign in to comment.