diff options
author | Austin Schaffer <austin.schaffer@ryansg.com> | 2019-12-13 09:50:50 -0500 |
---|---|---|
committer | Austin Schaffer <austin.schaffer@ryansg.com> | 2019-12-13 09:50:50 -0500 |
commit | abf76beac6ac88dacbd6e24315e3711ba82366c2 (patch) | |
tree | 0e16dfa0c80a72ecaa4d2b6fd22f8b89f8e07c9d | |
parent | b93188c578c7d1a136890f2f32cf8b858a95c0c1 (diff) | |
download | liza-abf76beac6ac88dacbd6e24315e3711ba82366c2.tar.gz liza-abf76beac6ac88dacbd6e24315e3711ba82366c2.tar.bz2 liza-abf76beac6ac88dacbd6e24315e3711ba82366c2.zip |
Update avro and prometheus dependencies
-rw-r--r-- | package.json.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json.in b/package.json.in index f7bed5e..35abffe 100644 --- a/package.json.in +++ b/package.json.in @@ -28,7 +28,9 @@ "easejs": "0.2.x", "mongodb": "1.2.14", "dotenv-flow": "3.1.0", - "amqplib": "0.5.3" + "amqplib": "0.5.3", + "avro-js": "1.9.1", + "prom-client": "11.0.0" }, "devDependencies": { "typescript": "~3.7", @@ -41,9 +43,7 @@ "@types/mocha": "5.2.0", "sinon": ">=1.17.4", "es6-promise": "~3", - "@types/amqplib": "0.5.13", - "avro-js": "1.9.1", - "prom-client": "11.0.0" + "@types/amqplib": "0.5.13" }, "licenses": [ |