1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

Update dependencies

This commit is contained in:
Maksim Eltyshev 2020-08-11 20:45:35 +05:00
parent 30ed77af59
commit e7f4d7dfa6
7 changed files with 94 additions and 272 deletions

View file

@ -19,8 +19,8 @@ module.exports.up = (knex) =>
/* Indexes */
table.index('list_id');
table.index('board_id');
table.index('list_id');
table.index('position');
});

View file

@ -3654,9 +3654,9 @@
}
},
"knex": {
"version": "0.21.2",
"resolved": "https://registry.npmjs.org/knex/-/knex-0.21.2.tgz",
"integrity": "sha512-hNp9f3yXCHtMrhV2pVsuCNYmPlgXhyqviMQGLBd9zdF03ZqCO9MPng0oYhNMgIs+vDr55VC6tjEbF1OQ1La7Kg==",
"version": "0.21.4",
"resolved": "https://registry.npmjs.org/knex/-/knex-0.21.4.tgz",
"integrity": "sha512-vUrR4mJBKWJPouV9C7kqvle9cTpiuuzBWqrQXP7bAv+Ua9oeKkEhhorJwArzcjVrVBojZYPMMtNVliW9B00sTA==",
"requires": {
"colorette": "1.2.1",
"commander": "^5.1.0",

View file

@ -44,7 +44,7 @@
"dotenv-cli": "^3.2.0",
"filenamify": "^4.1.0",
"jsonwebtoken": "^8.5.1",
"knex": "^0.21.2",
"knex": "^0.21.4",
"lodash": "^4.17.19",
"moment": "^2.27.0",
"rimraf": "^3.0.2",