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.
Hi,
It's possible to update package.json ? I check the difference :