mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
cloudapi-graphql: adding missing dependency
This commit is contained in:
parent
f25ecfb6b8
commit
14d0d6962f
@ -13,6 +13,7 @@
|
|||||||
"express-graphql": "^0.5.4",
|
"express-graphql": "^0.5.4",
|
||||||
"got": "^6.5.0",
|
"got": "^6.5.0",
|
||||||
"graphql": "^0.7.1",
|
"graphql": "^0.7.1",
|
||||||
|
"inherits": "^2.0.3",
|
||||||
"moment": "^2.15.1",
|
"moment": "^2.15.1",
|
||||||
"smartdc-auth": "^2.5.2",
|
"smartdc-auth": "^2.5.2",
|
||||||
"triton": "https://github.com/tomgco/node-triton.git#45bf5cb70deaf2ae43d2fb69965705550d261616",
|
"triton": "https://github.com/tomgco/node-triton.git#45bf5cb70deaf2ae43d2fb69965705550d261616",
|
||||||
|
@ -2003,7 +2003,7 @@ inflight@^1.0.4:
|
|||||||
once "^1.3.0"
|
once "^1.3.0"
|
||||||
wrappy "1"
|
wrappy "1"
|
||||||
|
|
||||||
inherits@^2.0.1, inherits@~2.0.0, inherits@~2.0.1, inherits@2:
|
inherits, inherits@^2.0.1, inherits@~2.0.0, inherits@~2.0.1, inherits@2:
|
||||||
version "2.0.3"
|
version "2.0.3"
|
||||||
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
|
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user