Skip to content

Commit

Permalink
fix: Update dependencies and fix tests (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl authored May 26, 2019
1 parent 9918cff commit d743a7f
Show file tree
Hide file tree
Showing 26 changed files with 608 additions and 593 deletions.
959 changes: 519 additions & 440 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/adapter-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"access": "public"
},
"devDependencies": {
"mocha": "^6.0.2",
"mongodb": "^3.2.3"
"mocha": "^6.1.4",
"mongodb": "^3.2.6"
},
"dependencies": {
"@feathersjs/commons": "^4.0.0-pre.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@feathersjs/errors": "^4.0.0-pre.2",
"@feathersjs/feathers": "^4.0.0-pre.2",
"feathers-memory": "^3.0.2",
"mocha": "^6.0.2"
"mocha": "^6.1.4"
},
"gitHead": "d665b9470435d6db0ecddd1fb152ab4a87266c52"
}
10 changes: 5 additions & 5 deletions packages/authentication-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
"@feathersjs/rest-client": "^4.0.0-pre.2",
"@feathersjs/socketio": "^4.0.0-pre.2",
"@feathersjs/socketio-client": "^4.0.0-pre.2",
"@types/debug": "^4.1.3",
"@types/debug": "^4.1.4",
"@types/mocha": "^5.2.6",
"@types/node": "^12.0.0",
"@types/node": "^12.0.2",
"axios": "^0.18.0",
"mocha": "^6.0.2",
"mocha": "^6.1.4",
"shx": "^0.3.2",
"ts-node": "^8.0.3",
"typescript": "^3.4.2"
"ts-node": "^8.2.0",
"typescript": "^3.4.5"
},
"gitHead": "d665b9470435d6db0ecddd1fb152ab4a87266c52"
}
12 changes: 6 additions & 6 deletions packages/authentication-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@
"@feathersjs/authentication": "^4.0.0-pre.2",
"@feathersjs/feathers": "^4.0.0-pre.2",
"@types/bcryptjs": "^2.4.2",
"@types/debug": "^4.1.3",
"@types/lodash": "^4.14.123",
"@types/debug": "^4.1.4",
"@types/lodash": "^4.14.132",
"@types/mocha": "^5.2.6",
"@types/node": "^12.0.0",
"mocha": "^6.0.2",
"@types/node": "^12.0.2",
"mocha": "^6.1.4",
"shx": "^0.3.2",
"ts-node": "^8.0.3",
"typescript": "^3.4.2"
"ts-node": "^8.2.0",
"typescript": "^3.4.5"
},
"gitHead": "d665b9470435d6db0ecddd1fb152ab4a87266c52"
}
14 changes: 0 additions & 14 deletions packages/authentication-oauth/package-lock.json

This file was deleted.

16 changes: 8 additions & 8 deletions packages/authentication-oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,24 @@
"@feathersjs/errors": "^4.0.0-pre.2",
"@feathersjs/express": "^4.0.0-pre.2",
"debug": "^4.1.1",
"express-session": "^1.15.6",
"grant": "^4.5.0",
"express-session": "^1.16.1",
"grant": "^4.5.2",
"grant-profile": "^0.0.3",
"lodash": "^4.17.11"
},
"devDependencies": {
"@feathersjs/feathers": "^4.0.0-pre.2",
"@types/debug": "^4.1.3",
"@types/debug": "^4.1.4",
"@types/express": "^4.16.1",
"@types/express-session": "^1.15.12",
"@types/lodash": "^4.14.123",
"@types/lodash": "^4.14.132",
"@types/mocha": "^5.2.6",
"@types/node": "^11.13.0",
"@types/node": "^12.0.2",
"axios": "^0.18.0",
"mocha": "^6.0.2",
"mocha": "^6.1.4",
"shx": "^0.3.2",
"ts-node": "^8.0.3",
"typescript": "^3.4.2"
"ts-node": "^8.2.0",
"typescript": "^3.4.5"
},
"gitHead": "d665b9470435d6db0ecddd1fb152ab4a87266c52"
}
12 changes: 6 additions & 6 deletions packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@
},
"devDependencies": {
"@feathersjs/feathers": "^4.0.0-pre.2",
"@types/debug": "^4.1.3",
"@types/debug": "^4.1.4",
"@types/jsonwebtoken": "^8.3.2",
"@types/lodash": "^4.14.123",
"@types/lodash": "^4.14.132",
"@types/mocha": "^5.2.6",
"@types/node": "^12.0.0",
"@types/node": "^12.0.2",
"@types/uuid": "^3.4.4",
"feathers-memory": "^3.0.2",
"mocha": "^6.0.2",
"mocha": "^6.1.4",
"shx": "^0.3.2",
"ts-node": "^8.0.3",
"typescript": "^3.4.2"
"ts-node": "^8.2.0",
"typescript": "^3.4.5"
},
"gitHead": "d665b9470435d6db0ecddd1fb152ab4a87266c52"
}
25 changes: 0 additions & 25 deletions packages/client/package-lock.json

This file was deleted.

26 changes: 13 additions & 13 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"IE 10"
],
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/polyfill": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/core": "^7.4.5",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@feathersjs/authentication-client": "^4.0.0-pre.2",
"@feathersjs/errors": "^4.0.0-pre.2",
"@feathersjs/express": "^4.0.0-pre.2",
Expand All @@ -48,21 +48,21 @@
"@feathersjs/socketio": "^4.0.0-pre.2",
"@feathersjs/socketio-client": "^4.0.0-pre.2",
"@feathersjs/tests": "^4.0.0-pre.2",
"babel-loader": "^8.0.5",
"body-parser": "^1.18.3",
"babel-loader": "^8.0.6",
"body-parser": "^1.19.0",
"feathers-memory": "^3.0.2",
"jquery": "^3.3.1",
"jsdom": "^14.0.0",
"mocha": "^6.0.2",
"node-fetch": "^2.3.0",
"jquery": "^3.4.1",
"jsdom": "^15.1.0",
"mocha": "^6.1.4",
"node-fetch": "^2.6.0",
"parallel-webpack": "^2.3.0",
"request": "^2.88.0",
"socket.io-client": "^2.2.0",
"superagent": "^5.0.2",
"uglifyjs-webpack-plugin": "^2.1.2",
"webpack": "^4.29.6",
"superagent": "^5.0.5",
"uglifyjs-webpack-plugin": "^2.1.3",
"webpack": "^4.32.2",
"webpack-merge": "^4.2.1",
"ws": "^6.2.1",
"ws": "^7.0.0",
"xhr2": "^0.1.4"
},
"gitHead": "d665b9470435d6db0ecddd1fb152ab4a87266c52"
Expand Down
8 changes: 4 additions & 4 deletions packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.6",
"@types/node": "^12.0.0",
"@types/node": "^12.0.2",
"chai": "^4.2.0",
"mocha": "^6.0.2",
"mocha": "^6.1.4",
"shx": "^0.3.2",
"ts-node": "^8.0.3",
"typescript": "^3.4.2"
"ts-node": "^8.2.0",
"typescript": "^3.4.5"
}
}
12 changes: 6 additions & 6 deletions packages/configuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@
"access": "public"
},
"dependencies": {
"config": "^3.0.1",
"config": "^3.1.0",
"debug": "^4.1.1"
},
"devDependencies": {
"@feathersjs/feathers": "^4.0.0-pre.2",
"@types/config": "^0.0.34",
"@types/debug": "^4.1.3",
"@types/debug": "^4.1.4",
"@types/mocha": "^5.2.6",
"@types/node": "^12.0.0",
"mocha": "^6.0.2",
"@types/node": "^12.0.2",
"mocha": "^6.1.4",
"shx": "^0.3.2",
"ts-node": "^8.0.3",
"typescript": "^3.4.2"
"ts-node": "^8.2.0",
"typescript": "^3.4.5"
},
"gitHead": "d665b9470435d6db0ecddd1fb152ab4a87266c52"
}
6 changes: 3 additions & 3 deletions packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"devDependencies": {
"@feathersjs/feathers": "^4.0.0-pre.2",
"chai": "^4.2.0",
"express": "^4.16.4",
"mocha": "^6.0.2",
"sinon": "^7.3.1",
"express": "^4.17.1",
"mocha": "^6.1.4",
"sinon": "^7.3.2",
"sinon-chai": "^3.3.0"
},
"gitHead": "d665b9470435d6db0ecddd1fb152ab4a87266c52"
Expand Down
4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@feathersjs/errors": "^4.0.0-pre.2",
"@types/express": "^4.16.1",
"debug": "^4.1.1",
"express": "^4.16.4",
"express": "^4.17.1",
"uberproto": "^2.0.4"
},
"devDependencies": {
Expand All @@ -51,7 +51,7 @@
"axios": "^0.18.0",
"chai": "^4.2.0",
"lodash": "^4.17.11",
"mocha": "^6.0.2"
"mocha": "^6.1.4"
},
"gitHead": "d665b9470435d6db0ecddd1fb152ab4a87266c52"
}
3 changes: 3 additions & 0 deletions packages/feathers/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/// <reference types='node' />

import { EventEmitter } from 'events';
import http from 'http';

declare const createApplication: Feathers;
export = createApplication;
Expand Down Expand Up @@ -209,5 +210,7 @@ declare namespace createApplication {
service (location: string): Service<any>;

use (path: string, service: Partial<ServiceMethods<any> & SetupMethod> | Application, options?: any): this;

listen (port: number): http.Server;
}
}
2 changes: 1 addition & 1 deletion packages/feathers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"uberproto": "^2.0.4"
},
"devDependencies": {
"mocha": "^6.0.2"
"mocha": "^6.1.4"
},
"gitHead": "d665b9470435d6db0ecddd1fb152ab4a87266c52"
}
4 changes: 2 additions & 2 deletions packages/primus-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"access": "public"
},
"dependencies": {
"@feathersjs/transport-commons": "^4.0.0-pre.2"
"@feathersjs/transport-commons": "^4.2.1"
},
"devDependencies": {
"@feathersjs/commons": "^4.0.0-pre.0",
Expand All @@ -45,7 +45,7 @@
"@feathersjs/tests": "^4.0.0-pre.2",
"chai": "^4.2.0",
"feathers-memory": "^3.0.2",
"mocha": "^6.0.2",
"mocha": "^6.1.4",
"ws": "^7.0.0"
},
"gitHead": "d665b9470435d6db0ecddd1fb152ab4a87266c52"
Expand Down
8 changes: 0 additions & 8 deletions packages/primus/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// https://github.com/primus/primus/pull/623, as of 01/2018 there are none on
// DefinitelyTyped.

import http from 'http';

declare const configurePrimus: FeathersPrimus;
export = configurePrimus;

Expand All @@ -12,9 +10,3 @@ interface FeathersPrimus {
readonly SOCKET_KEY: unique symbol;
default: FeathersPrimus;
}

declare module '@feathersjs/feathers' {
interface Application<ServiceTypes = any> {
listen (port: number): http.Server;
}
}
6 changes: 3 additions & 3 deletions packages/primus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"access": "public"
},
"dependencies": {
"@feathersjs/transport-commons": "^4.0.0-pre.2",
"@feathersjs/transport-commons": "^4.2.1",
"debug": "^4.1.1",
"primus": "^7.3.2",
"primus": "^7.3.3",
"primus-emitter": "^3.1.1",
"uberproto": "^2.0.4"
},
Expand All @@ -50,7 +50,7 @@
"feathers": "^2.2.4",
"feathers-memory": "^3.0.2",
"lodash": "^4.17.11",
"mocha": "^6.0.2",
"mocha": "^6.1.4",
"ws": "^7.0.0"
},
"gitHead": "d665b9470435d6db0ecddd1fb152ab4a87266c52"
Expand Down
18 changes: 9 additions & 9 deletions packages/rest-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,22 @@
"qs": "^6.7.0"
},
"devDependencies": {
"@angular/common": "^7.2.12",
"@angular/core": "^7.2.12",
"@angular/http": "^7.2.12",
"@angular/platform-browser": "^7.2.12",
"@angular/common": "^7.2.15",
"@angular/core": "^7.2.15",
"@angular/http": "^7.2.15",
"@angular/platform-browser": "^7.2.15",
"@feathersjs/express": "^4.0.0-pre.2",
"@feathersjs/feathers": "^4.0.0-pre.2",
"@feathersjs/tests": "^4.0.0-pre.2",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"body-parser": "^1.19.0",
"feathers-memory": "^3.0.2",
"mocha": "^6.0.2",
"node-fetch": "^2.3.0",
"mocha": "^6.1.4",
"node-fetch": "^2.6.0",
"request": "^2.88.0",
"rxjs": "^6.4.0",
"rxjs": "^6.5.2",
"shx": "^0.3.2",
"superagent": "^5.0.2"
"superagent": "^5.0.5"
},
"gitHead": "d665b9470435d6db0ecddd1fb152ab4a87266c52"
}
Loading

0 comments on commit d743a7f

Please sign in to comment.