1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-03 12:35:26 +02:00

Fix client lint script, update dependencies

This commit is contained in:
Maksim Eltyshev 2019-10-01 18:33:52 +05:00
parent 99d281530c
commit ed348cf7bc
4 changed files with 230 additions and 292 deletions

View file

@ -19,19 +19,16 @@
"jsonwebtoken": "^8.5.1",
"knex": "^0.19.4",
"lodash": "^4.17.15",
"moment": "^2.23.0",
"moment": "^2.24.0",
"sails": "^1.2.3",
"sails-hook-orm": "^2.1.1",
"sails-hook-sockets": "^2.0.0",
"sails-postgresql": "^1.0.1",
"sails-postgresql": "^1.0.2",
"sharp": "^0.23.1"
},
"devDependencies": {
"@sailshq/eslint": "^4.19.3",
"js-yaml": ">=3.13.1",
"mixin-deep": ">=1.3.2",
"nodemon": "^1.19.3",
"set-value": ">=2.0.1"
"nodemon": "^1.19.3"
},
"engines": {
"node": "^10.11"