1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-10 07:55:27 +02:00

Adjust label width, update dependencies. Closes #75

This commit is contained in:
Maksim Eltyshev 2021-01-09 18:42:16 +05:00
parent 4f19521965
commit 316f196eb5
9 changed files with 498 additions and 463 deletions

View file

@ -43,7 +43,7 @@
"dotenv-cli": "^4.0.0",
"filenamify": "^4.2.0",
"jsonwebtoken": "^8.5.1",
"knex": "^0.21.13",
"knex": "^0.21.15",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"rimraf": "^3.0.2",
@ -51,20 +51,20 @@
"sails-hook-orm": "^3.0.1",
"sails-hook-sockets": "^2.0.0",
"sails-postgresql-redacted": "^1.0.2-9",
"sharp": "^0.26.3",
"sharp": "^0.27.0",
"stream-to-array": "^2.3.0",
"uuid": "^8.3.2",
"validator": "^13.5.2"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.15.0",
"eslint": "^7.17.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.0.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-prettier": "^3.3.1",
"mocha": "^8.2.1",
"nodemon": "^2.0.6",
"nodemon": "^2.0.7",
"prettier": "2.2.1",
"supertest": "^6.0.1"
},