mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
Update readme, update dependencies
This commit is contained in:
parent
4fb6b5f156
commit
76f9748e57
9 changed files with 849 additions and 830 deletions
1070
server/package-lock.json
generated
1070
server/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -45,26 +45,26 @@
|
|||
"jsonwebtoken": "^8.5.1",
|
||||
"knex": "^0.21.6",
|
||||
"lodash": "^4.17.20",
|
||||
"moment": "^2.29.0",
|
||||
"moment": "^2.29.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"sails": "^1.3.1",
|
||||
"sails": "^1.4.0",
|
||||
"sails-hook-orm": "^3.0.1",
|
||||
"sails-hook-sockets": "^2.0.0",
|
||||
"sails-postgresql-redacted": "^1.0.2-8",
|
||||
"sharp": "^0.26.1",
|
||||
"sharp": "^0.26.2",
|
||||
"stream-to-array": "^2.3.0",
|
||||
"uuid": "^8.3.0",
|
||||
"uuid": "^8.3.1",
|
||||
"validator": "^13.1.17"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^4.2.0",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-config-airbnb-base": "^14.2.0",
|
||||
"eslint-config-prettier": "^6.12.0",
|
||||
"eslint-plugin-import": "^2.22.0",
|
||||
"eslint-config-prettier": "^6.13.0",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-prettier": "^3.1.4",
|
||||
"mocha": "^8.1.3",
|
||||
"nodemon": "^2.0.4",
|
||||
"mocha": "^8.2.0",
|
||||
"nodemon": "^2.0.6",
|
||||
"prettier": "2.1.2",
|
||||
"supertest": "^5.0.0"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue