jaeko44 / mumble

mumble: a web based chat app for teams inspired by Slack.
MIT License
8 stars 2 forks source link

package.json is out of date #7

Closed Tofdu31 closed 4 years ago

Tofdu31 commented 4 years ago

Hi,

It's possible to update package.json ? I check the difference :

"dependencies": {
    "body-parser": "^1.19.0",
    "compression": "^1.7.4",
    "cors": "^2.8.5",
    "feathers": "^2.3.5",
    "@feathersjs/authentication": "^4.3.11",
    "@feathersjs/configuration": "^4.3.11",
    "@feathersjs/errors": "^4.3.11",
    "feathers-hooks": "^1.5.7",
    "feathers-nedb": "^5.1.0",
    "@feathersjs/express": "^4.3.11",
    "@feathersjs/socketio": "^4.3.11",
    "nedb": "^1.8.0",
    "passport": "^0.4.0",
    "serve-favicon": "^2.5.0",
    "winston": "^3.2.1"
  },
  "devDependencies": {
    "jshint": "^2.10.3",
    "mocha": "^6.2.2",
    "request": "^2.88.0"

feathers-hooks : Feathers v3 is out and this module has been integrated into Feathers core. See https://docs.feathersjs.com/migrating.html for more information.
feathers-rest : Feathers v3 is out and this module is now part of @feathersjs/express. See https://docs.feathersjs.com/migrating.html for more information.
feathers-socketio : Feathers v3 is out and this module has moved to @feathersjs/socketio and @feathersjs/socketio-client. See https://docs.feathersjs.com/migrating.html for more information.
jaeko44 commented 4 years ago

You can submit a pull request and I'll merge it in.

Tofdu31 commented 4 years ago

It's ok : https://github.com/jaeko44/mumble/pull/8/commits/563697e6065136104fd177d7684cb5e192f45474

jaeko44 commented 4 years ago

Cheers

Tofdu31 commented 4 years ago

Just for my information, are you testing a new package ? Many thank !!! 👍