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

Fix board deletion, update dependencies. Closes #146

This commit is contained in:
Maksim Eltyshev 2021-08-02 17:23:56 +05:00
parent fe91b5241e
commit 2130c04548
9 changed files with 815 additions and 601 deletions

32
package-lock.json generated
View file

@ -6,12 +6,11 @@
"packages": {
"": {
"version": "0.1.0",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"concurrently": "^6.2.0",
"husky": "^6.0.0",
"lint-staged": "^11.0.0"
"husky": "^7.0.1",
"lint-staged": "^11.1.1"
}
},
"node_modules/@babel/code-frame": {
@ -512,12 +511,15 @@
}
},
"node_modules/husky": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/husky/-/husky-6.0.0.tgz",
"integrity": "sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==",
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/husky/-/husky-7.0.1.tgz",
"integrity": "sha512-gceRaITVZ+cJH9sNHqx5tFwbzlLCVxtVZcusME8JYQ8Edy5mpGDOqD8QBCdMhpyo9a+JXddnujQ4rpY2Ff9SJA==",
"bin": {
"husky": "lib/bin.js"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/typicode"
}
@ -633,9 +635,9 @@
"integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA="
},
"node_modules/lint-staged": {
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-11.0.0.tgz",
"integrity": "sha512-3rsRIoyaE8IphSUtO1RVTFl1e0SLBtxxUOPBtHxQgBHS5/i6nqvjcUfNioMa4BU9yGnPzbO+xkfLtXtxBpCzjw==",
"version": "11.1.1",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-11.1.1.tgz",
"integrity": "sha512-eTNGe6i78PSUUH2BZi1gZmGmNfb8IeN4z2OzMYxSZ1qnP1WXKn1E7D+OHwLbRDm/wQINnzIj0bsKJ6lLVSuZiQ==",
"dependencies": {
"chalk": "^4.1.1",
"cli-truncate": "^2.1.0",
@ -1608,9 +1610,9 @@
"integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw=="
},
"husky": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/husky/-/husky-6.0.0.tgz",
"integrity": "sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ=="
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/husky/-/husky-7.0.1.tgz",
"integrity": "sha512-gceRaITVZ+cJH9sNHqx5tFwbzlLCVxtVZcusME8JYQ8Edy5mpGDOqD8QBCdMhpyo9a+JXddnujQ4rpY2Ff9SJA=="
},
"import-fresh": {
"version": "3.3.0",
@ -1690,9 +1692,9 @@
"integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA="
},
"lint-staged": {
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-11.0.0.tgz",
"integrity": "sha512-3rsRIoyaE8IphSUtO1RVTFl1e0SLBtxxUOPBtHxQgBHS5/i6nqvjcUfNioMa4BU9yGnPzbO+xkfLtXtxBpCzjw==",
"version": "11.1.1",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-11.1.1.tgz",
"integrity": "sha512-eTNGe6i78PSUUH2BZi1gZmGmNfb8IeN4z2OzMYxSZ1qnP1WXKn1E7D+OHwLbRDm/wQINnzIj0bsKJ6lLVSuZiQ==",
"requires": {
"chalk": "^4.1.1",
"cli-truncate": "^2.1.0",