diff --git a/package-lock.json b/package-lock.json index e0b8dfb..faa0ebb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 995baee..cce1f7d 100644 --- a/package.json +++ b/package.json @@ -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" },