Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update all dependencies to latest #1206

Merged
merged 2 commits into from
Feb 11, 2019
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
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