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

Project managers, board members, auto-update after reconnection, refactoring

This commit is contained in:
Maksim Eltyshev 2021-06-24 01:05:22 +05:00
parent 7956503a46
commit fe91b5241e
478 changed files with 21226 additions and 19495 deletions

View file

@ -38,34 +38,34 @@
}
},
"dependencies": {
"bcrypt": "^5.0.0",
"dotenv": "^8.2.0",
"bcrypt": "^5.0.1",
"dotenv": "^10.0.0",
"dotenv-cli": "^4.0.0",
"filenamify": "^4.2.0",
"filenamify": "^4.3.0",
"jsonwebtoken": "^8.5.1",
"knex": "^0.21.17",
"lodash": "^4.17.20",
"knex": "^0.95.6",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"rimraf": "^3.0.2",
"sails": "^1.4.0",
"sails-hook-orm": "^3.0.1",
"sails-hook-sockets": "^2.0.0",
"sails": "^1.4.3",
"sails-hook-orm": "^3.0.2",
"sails-hook-sockets": "^2.0.1",
"sails-postgresql-redacted": "^1.0.2-9",
"sharp": "^0.26.3",
"sharp": "^0.28.3",
"stream-to-array": "^2.3.0",
"uuid": "^8.3.2",
"validator": "^13.5.2"
"validator": "^13.6.0"
},
"devDependencies": {
"chai": "^4.3.0",
"eslint": "^7.19.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"mocha": "^8.2.1",
"nodemon": "^2.0.7",
"prettier": "2.2.1",
"chai": "^4.3.4",
"eslint": "^7.29.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"mocha": "^9.0.1",
"nodemon": "^2.0.4",
"prettier": "2.3.1",
"supertest": "^6.1.3"
},
"engines": {