Skip to content

Commit

Permalink
fix: Update all dependencies to latest (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Feb 11, 2019
1 parent 68885b3 commit 6a170f4
Show file tree
Hide file tree
Showing 38 changed files with 144 additions and 3,244 deletions.
43 changes: 20 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/adapter-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"mocha": "^5.2.0",
"mongodb": "^3.1.10"
"mongodb": "^3.1.13"
},
"dependencies": {
"@feathersjs/commons": "^4.0.0",
Expand Down
68 changes: 0 additions & 68 deletions packages/adapter-tests/package-lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion packages/adapter-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@feathersjs/errors": "^3.3.6",
"@feathersjs/feathers": "^3.3.1",
"feathers-memory": "^3.0.1",
"feathers-memory": "^3.0.2",
"mocha": "^5.2.0"
}
}
63 changes: 0 additions & 63 deletions packages/authentication-client/package-lock.json

This file was deleted.

20 changes: 10 additions & 10 deletions packages/authentication-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@feathersjs/errors": "^3.3.6",
"debug": "^4.0.0",
"jwt-decode": "^2.1.0"
"debug": "^4.1.1",
"jwt-decode": "^2.2.0"
},
"devDependencies": {
"@feathersjs/authentication": "^2.1.16",
Expand All @@ -50,15 +50,15 @@
"@feathersjs/rest-client": "^1.4.7",
"@feathersjs/socketio": "^3.2.9",
"@feathersjs/socketio-client": "^1.2.1",
"body-parser": "^1.15.2",
"chai": "^4.0.0",
"feathers-memory": "^3.0.0",
"localstorage-memory": "^1.0.2",
"body-parser": "^1.18.3",
"chai": "^4.2.0",
"feathers-memory": "^3.0.2",
"localstorage-memory": "^1.0.3",
"mocha": "^5.2.0",
"primus": "^7.0.0",
"primus": "^7.3.2",
"primus-emitter": "^3.1.1",
"socket.io-client": "^2.0.0",
"superagent": "^4.0.0",
"ws": "^6.0.0"
"socket.io-client": "^2.2.0",
"superagent": "^4.1.0",
"ws": "^6.1.3"
}
}
Loading

0 comments on commit 6a170f4

Please sign in to comment.