Skip to content

Commit

Permalink
chore: Update all dependencies and remove remaining Sinon and Chai us…
Browse files Browse the repository at this point in the history
…age (#1765)
  • Loading branch information
daffl authored Dec 27, 2019
1 parent 9a6a057 commit 1696794
Show file tree
Hide file tree
Showing 26 changed files with 1,061 additions and 678 deletions.
1,185 changes: 803 additions & 382 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"test": "npm run lint && nyc lerna run test"
},
"devDependencies": {
"lerna": "^3.17.0",
"nyc": "^14.1.1",
"tslint": "^5.20.0"
"lerna": "^3.19.0",
"nyc": "^15.0.0",
"tslint": "^5.20.1"
}
}
12 changes: 6 additions & 6 deletions packages/adapter-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
},
"devDependencies": {
"@types/mocha": "^5.2.7",
"@types/mongodb": "^3.3.6",
"@types/node": "^12.7.12",
"mocha": "^6.2.1",
"mongodb": "^3.3.2",
"@types/mongodb": "^3.3.14",
"@types/node": "^13.1.1",
"mocha": "^6.2.2",
"mongodb": "^3.4.1",
"shx": "^0.3.2",
"ts-node": "^8.4.1",
"typescript": "^3.6.4"
"ts-node": "^8.5.4",
"typescript": "^3.7.4"
},
"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.4.3",
"@feathersjs/feathers": "^4.4.3",
"feathers-memory": "^4.1.0",
"mocha": "^6.2.1"
"mocha": "^6.2.2"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
8 changes: 4 additions & 4 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.4.3",
"@types/debug": "^4.1.5",
"@types/mocha": "^5.2.7",
"@types/node": "^13.1.0",
"@types/node": "^13.1.1",
"axios": "^0.19.0",
"mocha": "^6.2.1",
"mocha": "^6.2.2",
"shx": "^0.3.2",
"ts-node": "^8.4.1",
"typescript": "^3.6.4"
"ts-node": "^8.5.4",
"typescript": "^3.7.4"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
10 changes: 5 additions & 5 deletions packages/authentication-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.144",
"@types/lodash": "^4.14.149",
"@types/mocha": "^5.2.7",
"@types/node": "^13.1.0",
"mocha": "^6.2.1",
"@types/node": "^13.1.1",
"mocha": "^6.2.2",
"shx": "^0.3.2",
"ts-node": "^8.4.1",
"typescript": "^3.6.4"
"ts-node": "^8.5.4",
"typescript": "^3.7.4"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
18 changes: 9 additions & 9 deletions packages/authentication-oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,22 @@
"@feathersjs/feathers": "^4.4.3",
"debug": "^4.1.1",
"express-session": "^1.17.0",
"grant": "^4.6.3",
"grant-profile": "^0.0.8",
"grant": "^4.6.5",
"grant-profile": "^0.0.9",
"lodash": "^4.17.15"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/express": "^4.17.1",
"@types/express-session": "^1.15.14",
"@types/lodash": "^4.14.144",
"@types/express": "^4.17.2",
"@types/express-session": "^1.15.16",
"@types/lodash": "^4.14.149",
"@types/mocha": "^5.2.7",
"@types/node": "^12.7.12",
"@types/node": "^13.1.1",
"axios": "^0.19.0",
"mocha": "^6.2.1",
"mocha": "^6.2.2",
"shx": "^0.3.2",
"ts-node": "^8.4.1",
"typescript": "^3.6.4"
"ts-node": "^8.5.4",
"typescript": "^3.7.4"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
12 changes: 6 additions & 6 deletions packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.144",
"@types/lodash": "^4.14.149",
"@types/mocha": "^5.2.7",
"@types/node": "^13.1.0",
"@types/uuid": "^3.4.5",
"@types/node": "^13.1.1",
"@types/uuid": "^3.4.6",
"feathers-memory": "^4.1.0",
"mocha": "^6.2.1",
"mocha": "^6.2.2",
"shx": "^0.3.2",
"ts-node": "^8.4.1",
"typescript": "^3.6.4"
"ts-node": "^8.5.4",
"typescript": "^3.7.4"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
14 changes: 7 additions & 7 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.6.4",
"@babel/preset-env": "^7.6.3",
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@feathersjs/authentication-client": "^4.4.3",
"@feathersjs/errors": "^4.4.3",
"@feathersjs/express": "^4.4.3",
Expand All @@ -55,18 +55,18 @@
"body-parser": "^1.19.0",
"feathers-memory": "^4.1.0",
"jquery": "^3.4.1",
"jsdom": "^15.2.0",
"mocha": "^6.2.1",
"jsdom": "^15.2.1",
"mocha": "^6.2.2",
"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.0",
"superagent": "^5.1.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.1",
"webpack": "^4.41.4",
"webpack-merge": "^4.2.2",
"ws": "^7.1.2",
"ws": "^7.2.1",
"xhr2": "^0.2.0"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
Expand Down
10 changes: 4 additions & 6 deletions packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,12 @@
"access": "public"
},
"devDependencies": {
"@types/chai": "^4.2.3",
"@types/mocha": "^5.2.7",
"@types/node": "^13.1.0",
"chai": "^4.2.0",
"mocha": "^6.2.1",
"@types/node": "^13.1.1",
"mocha": "^6.2.2",
"shx": "^0.3.2",
"ts-node": "^8.4.1",
"typescript": "^3.6.4"
"ts-node": "^8.5.4",
"typescript": "^3.7.4"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
Loading

0 comments on commit 1696794

Please sign in to comment.