Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Liam McLoughlin <lmcloughlin@fitbit.com>
  • Loading branch information
Hexxeh committed Dec 9, 2019
1 parent d0b5e8a commit c558d63
Show file tree
Hide file tree
Showing 11 changed files with 2,000 additions and 1,659 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"publish": "yarn run test && lerna publish"
},
"devDependencies": {
"@types/jest": "^24.0.18",
"coveralls": "^3.0.6",
"@types/jest": "^24.0.23",
"coveralls": "^3.0.9",
"jest": "^24.9.0",
"lerna": "^3.16.4",
"ts-jest": "^24.0.2",
"tslint": "^5.19.0",
"tslint-config-airbnb": "^5.11.1",
"typescript": "~3.6.2"
"lerna": "^3.19.0",
"ts-jest": "^24.2.0",
"tslint": "^5.20.1",
"tslint-config-airbnb": "^5.11.2",
"typescript": "~3.7.3"
},
"workspaces": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/app-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"devDependencies": {
"@types/jszip": "^3.1.6",
"@types/lodash": "^4.14.138",
"@types/node": "^12.7.4",
"@types/lodash": "^4.14.149",
"@types/node": "^12.12.15",
"jszip": "^3.2.2"
}
}
10 changes: 5 additions & 5 deletions packages/fdb-debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
},
"dependencies": {
"@fitbit/fdb-protocol": "^1.7.0",
"@fitbit/jsonrpc-ts": "^3.0.0",
"cbor": "^4.3.0",
"fp-ts": "^2.0.5",
"@fitbit/jsonrpc-ts": "^3.0.2",
"cbor": "^5.0.1",
"fp-ts": "^2.2.0",
"io-ts": "^2.0.1",
"jszip": "^3.2.2",
"lodash": "^4.17.15",
Expand All @@ -33,8 +33,8 @@
"@types/cbor": "^2.0.0",
"@types/duplexify": "^3.6.0",
"@types/jszip": "^3.1.6",
"@types/lodash": "^4.14.138",
"@types/node": "^12.7.4",
"@types/lodash": "^4.14.149",
"@types/node": "^12.12.15",
"duplexify": "^4.1.1"
}
}
6 changes: 3 additions & 3 deletions packages/fdb-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
},
"dependencies": {
"@fitbit/fdb-protocol": "^1.7.0",
"@fitbit/jsonrpc-ts": "^3.0.0",
"fp-ts": "^2.0.5",
"@fitbit/jsonrpc-ts": "^3.0.2",
"fp-ts": "^2.2.0",
"io-ts": "^2.0.1",
"tslib": "^1.10.0"
},
"devDependencies": {
"@types/duplexify": "^3.6.0",
"@types/node": "^12.7.4",
"@types/node": "^12.12.15",
"duplexify": "^4.1.1"
}
}
12 changes: 6 additions & 6 deletions packages/fdb-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@fitbit/jsonrpc-ts": "^3.0.0",
"fp-ts": "^2.0.5",
"@fitbit/jsonrpc-ts": "^3.0.2",
"fp-ts": "^2.2.0",
"invariant": "^2.2.2",
"io-ts": "^2.0.1",
"semver": "^6.3.0",
"tslib": "^1.10.0",
"validator": "^11.1.0"
"validator": "^12.1.0"
},
"devDependencies": {
"@types/invariant": "^2.2.29",
"@types/node": "^12.7.4",
"@types/semver": "^6.0.1",
"@types/validator": "^10.11.1"
"@types/node": "^12.12.15",
"@types/semver": "^6.2.0",
"@types/validator": "^12.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/fdb-protocol/src/BulkData.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { InvalidParams, TypesafeRequestDispatcher } from '@fitbit/jsonrpc-ts';
import invariant = require('invariant');
import isBase64 = require('validator/lib/isBase64');
import isBase64 from 'validator/lib/isBase64';

import * as types from './FDBTypes';

Expand Down
2 changes: 1 addition & 1 deletion packages/fdb-protocol/src/FDBTypes/Structures.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as t from 'io-ts';
import { either } from 'fp-ts/lib/Either';
import isUUID = require('validator/lib/isUUID');
import isUUID from 'validator/lib/isUUID';
import * as semver from 'semver';

// Runtime types are variables which are used like types, which is
Expand Down
12 changes: 6 additions & 6 deletions packages/memory-profiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
"dependencies": {
"@fitbit/app-package": "^1.7.0",
"@fitbit/fdb-protocol": "^1.7.0",
"@fitbit/jsonrpc-ts": "^3.0.0",
"cbor": "^4.3.0",
"fp-ts": "^2.0.5",
"@fitbit/jsonrpc-ts": "^3.0.2",
"cbor": "^5.0.1",
"fp-ts": "^2.2.0",
"jszip": "^3.2.2",
"tslib": "^1.10.0",
"yargs": "^14.0.0"
"yargs": "^15.0.2"
},
"devDependencies": {
"@types/cbor": "^2.0.0",
"@types/jszip": "^3.1.6",
"@types/node": "^12.7.4",
"@types/yargs": "^13.0.0",
"@types/node": "^12.12.15",
"@types/yargs": "^13.0.3",
"io-ts": "^2.0.1"
}
}
35 changes: 16 additions & 19 deletions packages/sdk-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@
"@fitbit/fdb-debugger": "^1.7.0",
"@fitbit/fdb-host": "^1.7.0",
"@fitbit/fdb-protocol": "^1.7.0",
"@fitbit/jsonrpc-ts": "^3.0.0",
"@fitbit/portable-pixmap": "^1.0.2",
"@fitbit/jsonrpc-ts": "^3.0.2",
"@fitbit/portable-pixmap": "^1.0.3",
"@openid/appauth": "^1.2.6",
"chalk": "^2.4.2",
"chalk": "^3.0.0",
"dateformat": "^3.0.3",
"error-subclass": "^2.2.0",
"fetch-ponyfill": "^6.1.0",
"fp-ts": "^2.0.5",
"fp-ts": "^2.2.0",
"fs-extra": "^8.1.0",
"humanize-list": "^1.0.1",
"io-ts": "^2.0.1",
"jszip": "^3.2.2",
"keytar": "^5.0.0-beta.0",
"keytar": "^5.0.0",
"lodash": "^4.17.15",
"open": "^6.4.0",
"open": "^7.0.0",
"pngjs": "^3.4.0",
"semver": "^6.3.0",
"source-map": "^0.7.3",
Expand All @@ -45,27 +45,24 @@
"websocket-stream": "^5.5.0"
},
"devDependencies": {
"@types/dateformat": "^3.0.0",
"@types/dateformat": "^3.0.1",
"@types/error-subclass": "^2.2.0",
"@types/fs-extra": "^8.0.0",
"@types/fs-extra": "^8.0.1",
"@types/inquirer": "^6.5.0",
"@types/jszip": "^3.1.6",
"@types/keytar": "^4.4.0",
"@types/lodash": "^4.14.138",
"@types/lodash": "^4.14.149",
"@types/minimist": "^1.2.0",
"@types/mock-fs": "^3.6.30",
"@types/mock-fs": "^4.10.0",
"@types/mockdate": "^2.0.0",
"@types/nock": "^10.0.3",
"@types/node": "^12.7.4",
"@types/node": "^12.12.15",
"@types/opener": "^1.4.0",
"@types/pngjs": "^3.3.2",
"@types/semver": "^6.0.1",
"@types/untildify": "^4.0.0",
"@types/pngjs": "^3.4.0",
"@types/semver": "^6.2.0",
"@types/update-notifier": "^2.5.0",
"@types/ws": "^6.0.3",
"mock-fs": "^4.10.1",
"@types/ws": "^6.0.4",
"mock-fs": "^4.10.4",
"mockdate": "^2.0.5",
"nock": "^11.3.2"
"nock": "^11.7.0"
},
"bin": {
"fitbit": "./lib/cli.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-cli/src/models/formatMessage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ describe('addSourcePadding()', () => {
});

it('adds no padding when the terminal width is not defined', () => {
process.stdout.columns = undefined;
(process.stdout.columns as any) = undefined;
expectPaddedString('someString', '');
});
});
Expand Down
Loading

0 comments on commit c558d63

Please sign in to comment.