mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 15:47:48 +01:00
keepSynced middleware
This commit is contained in:
@@ -28,12 +28,12 @@
|
||||
"express-jwt": "^5.3.1",
|
||||
"hsts": "^2.1.0",
|
||||
"jsonwebtoken": "^8.3.0",
|
||||
"mongoose": "^5.1.5",
|
||||
"mongoose": "^5.1.6",
|
||||
"mongoose-unique-validator": "^2.0.1",
|
||||
"morgan": "^1.9.0",
|
||||
"passport": "^0.4.0",
|
||||
"passport-local": "^1.0.0",
|
||||
"passport-local-mongoose": "^5.0.0"
|
||||
"passport-local-mongoose": "^5.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "^5.2.0",
|
||||
@@ -43,11 +43,11 @@
|
||||
"eslint-config-prettier": "^2.9.0",
|
||||
"eslint-plugin-import": "^2.12.0",
|
||||
"eslint-plugin-jest": "^21.17.0",
|
||||
"eslint-plugin-prettier": "^2.6.0",
|
||||
"eslint-plugin-prettier": "^2.6.1",
|
||||
"jest": "^22.4.4",
|
||||
"mongodb-memory-server": "^1.8.0",
|
||||
"nodemon": "^1.17.5",
|
||||
"prettier-eslint": "^8.8.1",
|
||||
"prettier-eslint": "^8.8.2",
|
||||
"supertest": "^3.1.0"
|
||||
},
|
||||
"jest": {
|
||||
|
||||
Reference in New Issue
Block a user