Update kanbn dependency

This commit is contained in:
Gordon 2021-04-19 03:36:34 +01:00
parent 2998afa356
commit c3f374778c
2 changed files with 10 additions and 4 deletions

11
package-lock.json generated
View File

@ -1256,9 +1256,9 @@
}
},
"@basementuniverse/kanbn": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/@basementuniverse/kanbn/-/kanbn-0.3.0.tgz",
"integrity": "sha512-dtw9cw108Pus2QSto9RRmu+4SPkh1tei6a0TG9FesDD6H6AZZYr72j+Pd4tFERCVFYHex4RGmAznk8yb0m6jgA==",
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@basementuniverse/kanbn/-/kanbn-0.4.0.tgz",
"integrity": "sha512-aldlsZMXJKISMDwwajp0SKQfYT06MTYhyyHeGhh0AcoxqUybJ6i92JgszrfT6J1dWVmIVRY5NcMkwhNegjV+1A==",
"requires": {
"asciichart": "^1.5.25",
"auto-load": "^3.0.4",
@ -19148,6 +19148,11 @@
"integrity": "sha1-iQN8vJLFarGJJua6TLsgDhVnKmo=",
"dev": true
},
"throttle-debounce": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-3.0.1.tgz",
"integrity": "sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg=="
},
"through": {
"version": "2.3.8",
"resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",

View File

@ -88,7 +88,7 @@
}
},
"dependencies": {
"@basementuniverse/kanbn": "^0.3.0",
"@basementuniverse/kanbn": "^0.4.0",
"dateformat": "^4.5.1",
"formik": "^2.2.6",
"git-user-name": "^2.0.0",
@ -98,6 +98,7 @@
"react-dom": "^16.3.2",
"recharts": "^2.0.9",
"terser": "3.14.1",
"throttle-debounce": "^3.0.1",
"uuid": "^8.3.2",
"vscode-codicons": "^0.0.15"
},