From a6ec85b5c49beb7d652bb7654a1431fdbfc051d0 Mon Sep 17 00:00:00 2001 From: Mark Probst Date: Fri, 10 Aug 2018 11:15:38 -0700 Subject: [PATCH] Update collection-utils --- build/quicktype-core/package.in.json | 2 +- build/quicktype-graphql-input/package.in.json | 2 +- package-lock.json | 6 +- package.json | 182 +++++++++--------- 4 files changed, 96 insertions(+), 96 deletions(-) diff --git a/build/quicktype-core/package.in.json b/build/quicktype-core/package.in.json index a31dcc26..58dc5ad0 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.12", + "collection-utils": "0.0.14", "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 76288bcb..aa8819b8 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.12", + "collection-utils": "0.0.14", "graphql": "^0.11.7" }, "devDependencies": { diff --git a/package-lock.json b/package-lock.json index 3044273e..2b569687 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1336,9 +1336,9 @@ "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=" }, "collection-utils": { - "version": "0.0.12", - "resolved": "https://registry.npmjs.org/collection-utils/-/collection-utils-0.0.12.tgz", - "integrity": "sha512-WudnnB+VTgXiH5WYGtMsN8JaemvtT9aQTm+b1EVkd++oAvVx0Z6cN6UhVZ/tGKvysFiIa1IFbF9RL2QGmi2k4w==" + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/collection-utils/-/collection-utils-0.0.14.tgz", + "integrity": "sha512-hhBn5wU3T7GFHzD4qxhRK87f69ZJb2lAKCIuSS9hWFuNUpdtR57mUkemFQ92uybXW4BWxXDDFTAwbs0rqL27zA==" }, "collection-visit": { "version": "1.0.0", diff --git a/package.json b/package.json index 7ca3e960..0ee705ff 100644 --- a/package.json +++ b/package.json @@ -1,95 +1,95 @@ { - "name": "quicktype", - "version": "15.0.0", - "license": "Apache-2.0", - "main": "dist/cli/index.js", - "types": "dist/cli/index.d.ts", - "repository": "https://github.com/quicktype/quicktype", - "scripts": { - "pub": "script/publish.sh", - "prepare": "npm run build", - "build": "script/build.ts", - "test": "jest && script/test", - "start": "script/watch", - "pkg": "script/make-pkgs.sh", - "tslint": "tslint --project src/cli --exclude 'src/__tests__/**' --exclude 'src/quicktype-core/get-stream/**'", - "clean": "rm -rf dist node_modules *~" + "name": "quicktype", + "version": "15.0.0", + "license": "Apache-2.0", + "main": "dist/cli/index.js", + "types": "dist/cli/index.d.ts", + "repository": "https://github.com/quicktype/quicktype", + "scripts": { + "pub": "script/publish.sh", + "prepare": "npm run build", + "build": "script/build.ts", + "test": "jest && script/test", + "start": "script/watch", + "pkg": "script/make-pkgs.sh", + "tslint": "tslint --project src/cli --exclude 'src/__tests__/**' --exclude 'src/quicktype-core/get-stream/**'", + "clean": "rm -rf dist node_modules *~" + }, + "dependencies": { + "chalk": "^2.4.1", + "collection-utils": "0.0.14", + "command-line-args": "^4.0.6", + "command-line-usage": "^5.0.5", + "graphql": "^0.11.7", + "is-url": "^1.2.4", + "js-base64": "^2.4.3", + "lodash": "^4.17.10", + "moment": "^2.22.1", + "node-fetch": "^1.7.1", + "node-persist": "^2.1.0", + "pako": "^1.0.6", + "pluralize": "^7.0.0", + "stream-json": "0.5.2", + "string-to-stream": "^1.1.0", + "typescript-json-schema": "quicktype/typescript-json-schema#d16083d29c8b6702c666a981fa6b21113300c059", + "unicode-properties": "github:quicktype/unicode-properties#dist", + "universal-analytics": "^0.4.16", + "urijs": "^1.19.1", + "uuid": "^3.2.1" + }, + "devDependencies": { + "@types/urijs": "github:quicktype/types-urijs", + "@types/is-url": "^1.2.28", + "@types/jest": "^22.2.0", + "@types/lodash": "^4.14.108", + "@types/node": "^8.10.10", + "@types/node-persist": "0.0.33", + "@types/shelljs": "^0.7.8", + "@types/universal-analytics": "^0.4.2", + "@types/semver": "^5.5.0", + "ajv": "^5.5.2", + "deep-equal": "^1.0.1", + "elm": "^0.18.0", + "exit": "^0.1.2", + "flow-bin": "^0.66.0", + "flow-remove-types": "^1.2.3", + "jest": "^22.4.3", + "pkg": "^4.3.1", + "promise-timeout": "^1.3.0", + "semver": "^5.5.0", + "shelljs": "^0.7.8", + "ts-jest": "^22.4.2", + "ts-node": "^3.3.0", + "tslint": "^5.9.1", + "typescript": "~2.8.3", + "uglify-js": "^3.3.22", + "watch": "^1.0.2", + "@types/graphql": "^0.11.7", + "@types/js-base64": "^2.3.1", + "@types/pako": "^1.0.0", + "@types/pluralize": "0.0.28" + }, + "files": [ + "dist/**" + ], + "bin": "dist/cli/index.js", + "jest": { + "transform": { + "^.+\\.tsx?$": "ts-jest" }, - "dependencies": { - "chalk": "^2.4.1", - "collection-utils": "^0.0.12", - "command-line-args": "^4.0.6", - "command-line-usage": "^5.0.5", - "graphql": "^0.11.7", - "is-url": "^1.2.4", - "js-base64": "^2.4.3", - "lodash": "^4.17.10", - "moment": "^2.22.1", - "node-fetch": "^1.7.1", - "node-persist": "^2.1.0", - "pako": "^1.0.6", - "pluralize": "^7.0.0", - "stream-json": "0.5.2", - "string-to-stream": "^1.1.0", - "typescript-json-schema": "quicktype/typescript-json-schema#d16083d29c8b6702c666a981fa6b21113300c059", - "unicode-properties": "github:quicktype/unicode-properties#dist", - "universal-analytics": "^0.4.16", - "urijs": "^1.19.1", - "uuid": "^3.2.1" + "globals": { + "ts-jest": { + "tsConfigFile": "src/cli/tsconfig.json" + } }, - "devDependencies": { - "@types/urijs": "github:quicktype/types-urijs", - "@types/is-url": "^1.2.28", - "@types/jest": "^22.2.0", - "@types/lodash": "^4.14.108", - "@types/node": "^8.10.10", - "@types/node-persist": "0.0.33", - "@types/shelljs": "^0.7.8", - "@types/universal-analytics": "^0.4.2", - "@types/semver": "^5.5.0", - "ajv": "^5.5.2", - "deep-equal": "^1.0.1", - "elm": "^0.18.0", - "exit": "^0.1.2", - "flow-bin": "^0.66.0", - "flow-remove-types": "^1.2.3", - "jest": "^22.4.3", - "pkg": "^4.3.1", - "promise-timeout": "^1.3.0", - "semver": "^5.5.0", - "shelljs": "^0.7.8", - "ts-jest": "^22.4.2", - "ts-node": "^3.3.0", - "tslint": "^5.9.1", - "typescript": "~2.8.3", - "uglify-js": "^3.3.22", - "watch": "^1.0.2", - "@types/graphql": "^0.11.7", - "@types/js-base64": "^2.3.1", - "@types/pako": "^1.0.0", - "@types/pluralize": "0.0.28" - }, - "files": [ - "dist/**" - ], - "bin": "dist/cli/index.js", - "jest": { - "transform": { - "^.+\\.tsx?$": "ts-jest" - }, - "globals": { - "ts-jest": { - "tsConfigFile": "src/cli/tsconfig.json" - } - }, - "testRegex": "(/__tests__/.*)\\.test\\.(tsx?)$", - "moduleFileExtensions": [ - "ts", - "tsx", - "js", - "jsx", - "json", - "node" - ] - } + "testRegex": "(/__tests__/.*)\\.test\\.(tsx?)$", + "moduleFileExtensions": [ + "ts", + "tsx", + "js", + "jsx", + "json", + "node" + ] + } }