Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

Commit

Permalink
Update dependencies for release (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl authored Nov 1, 2017
1 parent 26b2efc commit d5c8120
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 86 deletions.
142 changes: 65 additions & 77 deletions package-lock.json

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

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,21 @@
"lib": "lib"
},
"dependencies": {
"@feathersjs/errors": "^3.0.0-pre.1",
"@feathersjs/errors": "^3.0.0",
"debug": "^3.1.0",
"jwt-decode": "^2.1.0"
},
"devDependencies": {
"@feathersjs/authentication": "^1.4.0",
"@feathersjs/authentication-jwt": "^1.0.0-pre.1",
"@feathersjs/authentication-local": "^1.0.0-pre.1",
"@feathersjs/express": "^1.0.0-pre.4",
"@feathersjs/feathers": "^3.0.0-pre.3",
"@feathersjs/primus": "^3.0.0-pre.4",
"@feathersjs/primus-client": "^1.0.0-pre.1",
"@feathersjs/authentication-jwt": "^1.0.0",
"@feathersjs/authentication-local": "^1.0.0",
"@feathersjs/express": "^1.0.0",
"@feathersjs/feathers": "^3.0.0",
"@feathersjs/primus": "^3.0.0",
"@feathersjs/primus-client": "^1.0.0",
"@feathersjs/rest-client": "^1.3.0",
"@feathersjs/socketio": "^3.0.0-pre.4",
"@feathersjs/socketio-client": "^1.0.0-pre.1",
"@feathersjs/socketio": "^3.0.0",
"@feathersjs/socketio-client": "^1.0.0",
"body-parser": "^1.15.2",
"chai": "^4.0.0",
"feathers-memory": "^1.1.0",
Expand Down

0 comments on commit d5c8120

Please sign in to comment.