Update kanbn dependency
This commit is contained in:
parent
2998afa356
commit
c3f374778c
11
package-lock.json
generated
11
package-lock.json
generated
@ -1256,9 +1256,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@basementuniverse/kanbn": {
|
"@basementuniverse/kanbn": {
|
||||||
"version": "0.3.0",
|
"version": "0.4.0",
|
||||||
"resolved": "https://registry.npmjs.org/@basementuniverse/kanbn/-/kanbn-0.3.0.tgz",
|
"resolved": "https://registry.npmjs.org/@basementuniverse/kanbn/-/kanbn-0.4.0.tgz",
|
||||||
"integrity": "sha512-dtw9cw108Pus2QSto9RRmu+4SPkh1tei6a0TG9FesDD6H6AZZYr72j+Pd4tFERCVFYHex4RGmAznk8yb0m6jgA==",
|
"integrity": "sha512-aldlsZMXJKISMDwwajp0SKQfYT06MTYhyyHeGhh0AcoxqUybJ6i92JgszrfT6J1dWVmIVRY5NcMkwhNegjV+1A==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"asciichart": "^1.5.25",
|
"asciichart": "^1.5.25",
|
||||||
"auto-load": "^3.0.4",
|
"auto-load": "^3.0.4",
|
||||||
@ -19148,6 +19148,11 @@
|
|||||||
"integrity": "sha1-iQN8vJLFarGJJua6TLsgDhVnKmo=",
|
"integrity": "sha1-iQN8vJLFarGJJua6TLsgDhVnKmo=",
|
||||||
"dev": true
|
"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": {
|
"through": {
|
||||||
"version": "2.3.8",
|
"version": "2.3.8",
|
||||||
"resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
|
"resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
|
||||||
|
@ -88,7 +88,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@basementuniverse/kanbn": "^0.3.0",
|
"@basementuniverse/kanbn": "^0.4.0",
|
||||||
"dateformat": "^4.5.1",
|
"dateformat": "^4.5.1",
|
||||||
"formik": "^2.2.6",
|
"formik": "^2.2.6",
|
||||||
"git-user-name": "^2.0.0",
|
"git-user-name": "^2.0.0",
|
||||||
@ -98,6 +98,7 @@
|
|||||||
"react-dom": "^16.3.2",
|
"react-dom": "^16.3.2",
|
||||||
"recharts": "^2.0.9",
|
"recharts": "^2.0.9",
|
||||||
"terser": "3.14.1",
|
"terser": "3.14.1",
|
||||||
|
"throttle-debounce": "^3.0.1",
|
||||||
"uuid": "^8.3.2",
|
"uuid": "^8.3.2",
|
||||||
"vscode-codicons": "^0.0.15"
|
"vscode-codicons": "^0.0.15"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user