From 7a4dacd9d285d96ea97ae056fd0e12e66dec1f4c Mon Sep 17 00:00:00 2001 From: Mark Probst Date: Wed, 5 Sep 2018 21:21:29 -0700 Subject: [PATCH] Fix build/deploy of quicktype-core --- build/quicktype-core/package.in.json | 2 +- build/quicktype-graphql-input/package.in.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/quicktype-core/package.in.json b/build/quicktype-core/package.in.json index efcf25f7..c0834f68 100644 --- a/build/quicktype-core/package.in.json +++ b/build/quicktype-core/package.in.json @@ -14,7 +14,7 @@ }, "dependencies": { "@types/urijs": "github:quicktype/types-urijs", - "collection-utils": "0.0.14", + "collection-utils": "0.0.15", "js-base64": "^2.4.3", "pako": "^1.0.6", "pluralize": "^7.0.0", diff --git a/build/quicktype-graphql-input/package.in.json b/build/quicktype-graphql-input/package.in.json index b90612f8..1d9e72d1 100644 --- a/build/quicktype-graphql-input/package.in.json +++ b/build/quicktype-graphql-input/package.in.json @@ -13,7 +13,7 @@ }, "dependencies": { "quicktype-core": "the build script replaces this", - "collection-utils": "0.0.14", + "collection-utils": "0.0.15", "graphql": "^0.11.7" }, "devDependencies": {