FFFF fix(typescript): Update all dependencies and fix EventEmitter TypeScript import by daffl · Pull Request #1793 · feathersjs/feathers · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11,549 changes: 9,859 additions & 1,690 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions 10 packages/adapter-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"devDependencies": {
"@types/mocha": "^5.2.7",
"@types/mongodb": "^3.3.14",
"@types/node": "^13.1.1",
"mocha": "^6.2.2",
"mongodb": "^3.4.1",
"@types/node": "^13.5.0",
"mocha": "^7.0.0",
"mongodb": "^3.5.2",
"shx": "^0.3.2",
"ts-node": "^8.5.4",
"typescript": "^3.7.4"
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
2 changes: 1 addition & 1 deletion packages/adapter-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@feathersjs/errors": "^4.5.0",
"@feathersjs/feathers": "^4.5.0",
"feathers-memory": "^4.1.0",
"mocha": "^6.2.2"
"mocha": "^7.0.0"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
10 changes: 5 additions & 5 deletions packages/authentication-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
"@feathersjs/socketio-client": "^4.5.0",
"@types/debug": "^4.1.5",
"@types/mocha": "^5.2.7",
"@types/node": "^13.1.1",
"axios": "^0.19.0",
"mocha": "^6.2.2",
"@types/node": "^13.5.0",
"axios": "^0.19.2",
"mocha": "^7.0.0",
"shx": "^0.3.2",
"ts-node": "^8.5.4",
"typescript": "^3.7.4"
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
8 changes: 4 additions & 4 deletions packages/authentication-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.149",
"@types/mocha": "^5.2.7",
"@types/node": "^13.1.1",
"mocha": "^6.2.2",
"@types/node": "^13.5.0",
"mocha": "^7.0.0",
"shx": "^0.3.2",
"ts-node": "^8.5.4",
"typescript": "^3.7.4"
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
14 changes: 7 additions & 7 deletions packages/authentication-oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"@feathersjs/feathers": "^4.5.0",
"debug": "^4.1.1",
"express-session": "^1.17.0",
"grant": "^4.6.5",
"grant-profile": "^0.0.9",
"grant": "^4.6.6",
"grant-profile": "^0.0.10",
"lodash": "^4.17.15"
},
"devDependencies": {
Expand All @@ -59,12 +59,12 @@
"@types/express-session": "^1.15.16",
"@types/lodash": "^4.14.149",
"@types/mocha": "^5.2.7",
"@types/node": "^13.1.1",
"axios": "^0.19.0",
"mocha": "^6.2.2",
"@types/node": "^13.5.0",
"axios": "^0.19.2",
"mocha": "^7.0.0",
"shx": "^0.3.2",
"ts-node": "^8.5.4",
"typescript": "^3.7.4"
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
12 changes: 6 additions & 6 deletions packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,24 +46,24 @@
"@feathersjs/errors": "^4.5.0",
"@feathersjs/feathers": "^4.5.0",
"@feathersjs/transport-commons": "^4.5.0",
"@types/jsonwebtoken": "^8.3.6",
"@types/jsonwebtoken": "^8.3.7",
"debug": "^4.1.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"long-timeout": "^0.1.1",
"uuid": "^3.3.3"
"uuid": "^3.4.0"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.149",
"@types/mocha": "^5.2.7",
"@types/node": "^13.1.1",
"@types/node": "^13.5.0",
"@types/uuid": "^3.4.6",
"feathers-memory": "^4.1.0",
"mocha": "^6.2.2",
"mocha": "^7.0.0",
"shx": "^0.3.2",
"ts-node": "^8.5.4",
"typescript": "^3.7.4"
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
12 changes: 6 additions & 6 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"IE 10"
],
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@feathersjs/authentication-client": "^4.5.0",
"@feathersjs/errors": "^4.5.0",
"@feathersjs/express": "^4.5.0",
Expand All @@ -55,16 +55,16 @@
"body-parser": "^1.19.0",
"feathers-memory": "^4.1.0",
"jquery": "^3.4.1",
"jsdom": "^15.2.1",
"mocha": "^6.2.2",
"jsdom": "^16.0.1",
"mocha": "^7.0.0",
"mocha-puppeteer": "^0.14.0",
"node-fetch": "^2.6.0",
"parallel-webpack": "^2.4.0",
"request": "^2.88.0",
"socket.io-client": "^2.3.0",
"superagent": "^5.1.3",
"superagent": "^5.2.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.4",
"webpack": "^4.41.5",
"webpack-merge": "^4.2.2",
"ws": "^7.2.1",
"xhr2": "^0.2.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
},
"devDependencies": {
"@types/mocha": "^5.2.7",
"@types/node": "^13.1.1",
"mocha": "^6.2.2",
"@types/node": "^13.5.0",
"mocha": "^7.0.0",
"shx": "^0.3.2",
"ts-node": "^8.5.4",
"typescript": "^3.7.4"
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
10 changes: 5 additions & 5 deletions packages/configuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,18 @@
},
"dependencies": {
"@feathersjs/feathers": "^4.5.0",
"config": "^3.2.4",
"config": "^3.2.5",
"debug": "^4.1.1"
},
"devDependencies": {
"@types/config": "^0.0.36",
"@types/debug": "^4.1.5",
"@types/mocha": "^5.2.7",
"@types/node": "^13.1.1",
"mocha": "^6.2.2",
"@types/node": "^13.5.0",
"mocha": "^7.0.0",
"shx": "^0.3.2",
"ts-node": "^8.5.4",
"typescript": "^3.7.4"
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@feathersjs/feathers": "^4.5.0",
"express": "^4.17.1",
"mocha": "^6.2.2"
"mocha": "^7.0.0"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"@feathersjs/authentication-local": "^4.5.0",
"@feathersjs/feathers": "^4.5.0",
"@feathersjs/tests": "^4.5.0",
"axios": "^0.19.0",
"axios": "^0.19.2",
"lodash": "^4.17.15",
"mocha": "^6.2.2"
"mocha": "^7.0.0"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
4 changes: 2 additions & 2 deletions packages/feathers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"dependencies": {
"@feathersjs/commons": "^4.5.0",
"debug": "^4.1.1",
"events": "^3.0.0",
"events": "^3.1.0",
"uberproto": "^2.0.4"
},
"devDependencies": {
"mocha": "^6.2.2"
"mocha": "^7.0.0"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
2 changes: 1 addition & 1 deletion packages/primus-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@feathersjs/primus": "^4.5.0",
"@feathersjs/tests": "^4.5.0",
"feathers-memory": "^4.1.0",
"mocha": "^6.2.2",
"mocha": "^7.0.0",
"ws": "^7.2.1"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
Expand Down
2 changes: 1 addition & 1 deletion packages/primus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@feathersjs/tests": "^4.5.0",
"feathers-memory": "^4.1.0",
"lodash": "^4.17.15",
"mocha": "^6.2.2",
"mocha": "^7.0.0",
"ws": "^7.2.1"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
Expand Down
10 changes: 5 additions & 5 deletions packages/rest-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,20 @@
"devDependencies": {
"@angular/common": "^8.2.14",
"@angular/core": "^8.2.14",
"@angular/http": "^7.2.15",
"@angular/http": "^7.2.16",
"@angular/platform-browser": "^8.2.14",
"@feathersjs/express": "^4.5.0",
"@feathersjs/feathers": "^4.5.0",
"@feathersjs/tests": "^4.5.0",
"axios": "^0.19.0",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"feathers-memory": "^4.1.0",
"mocha": "^6.2.2",
"mocha": "^7.0.0",
"node-fetch": "^2.6.0",
"request": "^2.88.0",
"rxjs": "^6.5.3",
"rxjs": "^6.5.4",
"shx": "^0.3.2",
"superagent": "^5.1.3"
"superagent": "^5.2.1"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
2 changes: 1 addition & 1 deletion packages/socketio-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@feathersjs/socketio": "^4.5.0",
"@feathersjs/tests": "^4.5.0",
"feathers-memory": "^4.1.0",
"mocha": "^6.2.2",
"mocha": "^7.0.0",
"socket.io-client": "^2.3.0"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
Expand Down
2 changes: 1 addition & 1 deletion packages/socketio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@feathersjs/tests": "^4.5.0",
"feathers-memory": "^4.1.0",
"lodash": "^4.17.15",
"mocha": "^6.2.2",
"mocha": "^7.0.0",
"socket.io-client": "^2.3.0"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
Expand Down
10 changes: 5 additions & 5 deletions packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"access": "public"
},
"dependencies": {
"axios": "^0.19.0",
"axios": "^0.19.2",
"lodash": "^4.17.15"
},
"devDependencies": {
Expand All @@ -51,10 +51,10 @@
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.149",
"@types/mocha": "^5.2.7",
"@types/node": "^13.1.1",
"mocha": "^6.2.2",
"@types/node": "^13.5.0",
"mocha": "^7.0.0",
"shx": "^0.3.2",
"ts-node": "^8.5.4",
"typescript": "^3.7.4"
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
}
}
8 changes: 4 additions & 4 deletions packages/transport-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
"@feathersjs/feathers": "^4.5.0",
"@types/debug": "^4.1.5",
"@types/mocha": "^5.2.7",
"@types/node": "^13.1.1",
"mocha": "^6.2.2",
"@types/node": "^13.5.0",
"mocha": "^7.0.0",
"shx": "^0.3.2",
"ts-node": "^8.5.4",
"typescript": "^3.7.4"
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
2 changes: 1 addition & 1 deletion packages/transport-commons/src/channels/channel/base.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import EventEmitter from 'events';
import { EventEmitter } from 'events';

export interface RealTimeConnection {
[key: string]: any;
Expand Down
0