From 280ded573df06029a52692f4b14c2b2676520f9c Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 18 Jul 2018 08:31:22 +0200 Subject: [PATCH] fix(dependencies): update --- package-lock.json | 98 +++++++++++++++------------------ package.json | 4 +- ts/tapbundle.classes.taptest.ts | 2 +- ts/tapbundle.plugins.ts | 2 +- 4 files changed, 49 insertions(+), 57 deletions(-) diff --git a/package-lock.json b/package-lock.json index eda80e0..8750101 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,16 +14,25 @@ } }, "@gitzone/tsrun": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@gitzone/tsrun/-/tsrun-1.1.2.tgz", - "integrity": "sha512-EqzaSd30hGC6wz8blC148nWQzdBFgvmbfAtjpaho7JXiPRaRsgDHv+iH8f2i6Xvpy1GWD0eXCUzwZoLoNvXkJA==", + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/@gitzone/tsrun/-/tsrun-1.1.9.tgz", + "integrity": "sha512-MbCLj4hSK5nY6cMqT0OxY0BrXffmiC1Rjbzan8CmEpB8OttaAJT+zsJErJWhI+pk4s75Te73PyhHYaJAXUoJhw==", "dev": true, "requires": { - "smartfile": "^4.2.28", + "@pushrocks/smartfile": "^6.0.3", "ts-node": "^7.0.0", "typescript": "^2.9.1" } }, + "@pushrocks/early": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@pushrocks/early/-/early-3.0.1.tgz", + "integrity": "sha512-Cc+sVmogTB2hfgHyBGaRqYFkdJ+JYYyJUumwC6bf/S1K2s2023ncA9M7t6fREno42tojIfUxtlpvRrME5Uswxw==", + "requires": { + "@pushrocks/smartpromise": "^2.0.5", + "beautycolor": "^1.0.11" + } + }, "@pushrocks/smartdelay": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/@pushrocks/smartdelay/-/smartdelay-2.0.1.tgz", @@ -32,11 +41,37 @@ "@pushrocks/smartpromise": "^2.0.5" } }, + "@pushrocks/smartfile": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/@pushrocks/smartfile/-/smartfile-6.0.3.tgz", + "integrity": "sha512-oYnLQzY/R6kVNerbWY4WwnPvdxXldrzMPWcB9j0aAdSDSqGwBEO1/ZFTQuNzN5MmPopoYmJrc06ZmI6dm4OJmw==", + "dev": true, + "requires": { + "@pushrocks/smartpromise": "^2.0.5", + "@pushrocks/smartrequest": "^1.0.15", + "@types/fs-extra": "^5.0.3", + "@types/vinyl": "^2.0.2", + "fs-extra": "^6.0.1", + "glob": "^7.1.2", + "js-yaml": "^3.10.0", + "smartpath": "^3.2.8", + "vinyl-file": "^3.0.0" + } + }, "@pushrocks/smartpromise": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/@pushrocks/smartpromise/-/smartpromise-2.0.5.tgz", "integrity": "sha512-9j/chLtIiNkR0MDw7Mpxg9slxAVvAQwUZuiaPYX5KpHdKxQaHLI1VZ8IN0vPhwlfgNO4i4vGXV0wB8BvSDj03g==" }, + "@pushrocks/smartrequest": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@pushrocks/smartrequest/-/smartrequest-1.1.1.tgz", + "integrity": "sha512-vsahVXC8mv/Yq91X1Lh625ap8TeP9dJ7H6OjFTzCprRfuygOBQ2jRxWgPnIAObRJ2UWUD2QVUsUep+2cG+7slA==", + "dev": true, + "requires": { + "@pushrocks/smartpromise": "^2.0.5" + } + }, "@types/chai": { "version": "4.1.4", "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.1.4.tgz", @@ -59,9 +94,9 @@ } }, "@types/fs-extra": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-5.0.0.tgz", - "integrity": "sha512-qtxDULQKUenuaDLW003CgC+0T0eiAfH3BrH+vSt87GLzbz5EZ6Ox6mv9rMttvhDOatbb9nYh0E1m7ydoYwUrAg==", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-5.0.4.tgz", + "integrity": "sha512-DsknoBvD8s+RFfSGjmERJ7ZOP1HI0UZRA3FSI+Zakhrc/Gy26YQsLI+m5V5DHxroHRJqCDLKJp7Hixn8zyaF7g==", "dev": true, "requires": { "@types/node": "*" @@ -244,16 +279,6 @@ "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==", "dev": true }, - "early": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/early/-/early-2.1.1.tgz", - "integrity": "sha1-hB4jJU6l3FTYr67ugvWrZcAO4jw=", - "requires": { - "beautycolor": "^1.0.7", - "smartq": "^1.1.1", - "typings-global": "^1.0.16" - } - }, "es-abstract": { "version": "1.12.0", "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.12.0.tgz", @@ -302,9 +327,9 @@ "integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k=" }, "fs-extra": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-5.0.0.tgz", - "integrity": "sha512-66Pm4RYbjzdyeuqudYqhFiNBbCIuI9kgRqLPSHIlXHidW8NIQtVdkM1yeZ4lXwuhbTETv3EUGMNHAAw6hiundQ==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-6.0.1.tgz", + "integrity": "sha512-GnyIkKhhzXZUWFCaJzvyDLEEgDkPfb4/TPvJCJVuS8MWZgoSsErf++QpiAlDnKFcqhRlm+tIOcencCjyJE6ZCA==", "dev": true, "requires": { "graceful-fs": "^4.1.2", @@ -587,12 +612,6 @@ "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=", "dev": true }, - "require-reload": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/require-reload/-/require-reload-0.2.2.tgz", - "integrity": "sha1-KadZGEbK+RtuijzamRaD+V+NfUI=", - "dev": true - }, "safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", @@ -612,24 +631,6 @@ "chai-string": "^1.4.0" } }, - "smartfile": { - "version": "4.2.28", - "resolved": "https://registry.npmjs.org/smartfile/-/smartfile-4.2.28.tgz", - "integrity": "sha512-zUeAOLYftz8xLfKTs9U1NOuNPTA9jlvTQNr7lDIv84kXnr1AEpDb2Xwy1MdK1w733sBil/RkxtezrkvgRVAnNg==", - "dev": true, - "requires": { - "@types/fs-extra": "5.0.0", - "@types/vinyl": "^2.0.2", - "fs-extra": "^5.0.0", - "glob": "^7.1.2", - "js-yaml": "^3.10.0", - "require-reload": "0.2.2", - "smartpath": "^3.2.8", - "smartq": "^1.1.6", - "smartrequest": "^1.0.8", - "vinyl-file": "^3.0.0" - } - }, "smartpath": { "version": "3.2.8", "resolved": "https://registry.npmjs.org/smartpath/-/smartpath-3.2.8.tgz", @@ -648,15 +649,6 @@ "util.promisify": "^1.0.0" } }, - "smartrequest": { - "version": "1.0.13", - "resolved": "https://registry.npmjs.org/smartrequest/-/smartrequest-1.0.13.tgz", - "integrity": "sha512-OHrvzaxaA8Z8bJr33yxnyJF35nrWyaumsajqXm2Zkv0/2hfWO1NQAj02VVV51rLQfmtU0Hex7Nk19SoC8nOmYg==", - "dev": true, - "requires": { - "smartq": "^1.1.1" - } - }, "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", diff --git a/package.json b/package.json index d1586dc..5b83dbb 100644 --- a/package.json +++ b/package.json @@ -20,14 +20,14 @@ }, "homepage": "https://gitlab.com/pushrocks/tapbundle#README", "dependencies": { + "@pushrocks/early": "^3.0.1", "@pushrocks/smartdelay": "^2.0.1", "@pushrocks/smartpromise": "^2.0.5", - "early": "^2.1.1", "leakage": "^0.4.0", "smartchai": "^2.0.1" }, "devDependencies": { - "@gitzone/tsrun": "^1.1.2", + "@gitzone/tsrun": "^1.1.9", "@types/node": "^10.5.2", "randomstring": "^1.1.5" } diff --git a/ts/tapbundle.classes.taptest.ts b/ts/tapbundle.classes.taptest.ts index 1b1593b..9b38883 100644 --- a/ts/tapbundle.classes.taptest.ts +++ b/ts/tapbundle.classes.taptest.ts @@ -3,7 +3,7 @@ import { tapCreator } from './tapbundle.tapcreator'; import { TapTools } from './tapbundle.classes.taptools'; // imported interfaces -import { HrtMeasurement } from 'early'; +import { HrtMeasurement } from '@pushrocks/early'; import { Deferred } from 'smartq'; // interfaces diff --git a/ts/tapbundle.plugins.ts b/ts/tapbundle.plugins.ts index 06500c6..f23cc6f 100644 --- a/ts/tapbundle.plugins.ts +++ b/ts/tapbundle.plugins.ts @@ -1,4 +1,4 @@ -import * as early from 'early'; +import * as early from '@pushrocks/early'; import * as leakage from 'leakage'; import * as smartdelay from '@pushrocks/smartdelay'; import * as smartpromise from '@pushrocks/smartpromise';