Skip to content

Commit 78d8722

Browse files
Bump just-dashboard from 0.11.2 to 0.14.2
Bumps [just-dashboard](https://github.com/kantord/dashboard) from 0.11.2 to 0.14.2. - [Release notes](https://github.com/kantord/dashboard/releases) - [Commits](kantord/just-dashboard@v0.11.2...v0.14.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 8ab23a3 commit 78d8722

3 files changed

Lines changed: 199 additions & 21 deletions

File tree

package-lock.json

Lines changed: 155 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"homepage": "https://github.com/kantord/ledger-cli-dashboard#readme",
2020
"dependencies": {
2121
"jq-web": "^0.3.3",
22-
"just-dashboard": "^0.11.2",
22+
"just-dashboard": "^0.14.2",
2323
"just-dashboard-desktop": "^1.0.1"
2424
}
2525
}

yarn.lock

Lines changed: 43 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@ buffer-from@^1.0.0:
3232
version "1.0.0"
3333
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.0.0.tgz#4cb8832d23612589b0406e9e2956c17f06fdf531"
3434

35+
cartesian-product-generator@^1.1.1:
36+
version "1.1.1"
37+
resolved "https://registry.yarnpkg.com/cartesian-product-generator/-/cartesian-product-generator-1.1.1.tgz#5919a8ce051580b1a33238548e9260c98730ed00"
38+
integrity sha512-d1KAzT8CO4l3HffHix9LyCInTek6cifNNH3HqT7YeaHDnjNas6wOgd/w2p2aPJQL0pmUS6Z0hb8r42Ch0E0CIA==
39+
dependencies:
40+
ind2sub "^2.0.0"
41+
42+
combinations-generator@^1.0.1:
43+
version "1.0.1"
44+
resolved "https://registry.yarnpkg.com/combinations-generator/-/combinations-generator-1.0.1.tgz#f0cb4da0cbcb55cce3bbe18612d19323fb939d14"
45+
integrity sha1-8MtNoMvLVczju+GGEtGTI/uTnRQ=
46+
3547
commander@2:
3648
version "2.15.1"
3749
resolved "https://registry.yarnpkg.com/commander/-/commander-2.15.1.tgz#df46e867d0fc2aec66a34662b406a9ccafff5b0f"
@@ -404,14 +416,24 @@ d3@^5.0.0:
404416
d3-voronoi "1"
405417
d3-zoom "1"
406418

419+
emuto@^1.37.1:
420+
version "1.38.0"
421+
resolved "https://registry.yarnpkg.com/emuto/-/emuto-1.38.0.tgz#3bb31205fd9e7ff436c23c3651b763e9670427a5"
422+
integrity sha512-fZ/FjVmCWtVxWMk/AwpsKudyT/fKnkMt40eLDthr04l0DdPyCQXMHMnXu0Cg3/kdli49uS1VHfhfsgG0c+sMtA==
423+
dependencies:
424+
cartesian-product-generator "^1.1.1"
425+
combinations-generator "^1.0.1"
426+
parsimmon "^1.12.1"
427+
407428
fast-deep-equal@^2.0.1:
408429
version "2.0.1"
409430
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49"
410431
integrity sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=
411432

412-
fd-slicer@^1.0.1:
413-
version "1.0.1"
414-
resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.0.1.tgz#8b5bcbd9ec327c5041bf9ab023fd6750f1177e65"
433+
fd-slicer@^1.0.1, fd-slicer@^1.1.0:
434+
version "1.1.0"
435+
resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz#25c7c89cb1f9077f8891bbe61d8f390eae256f1e"
436+
integrity sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=
415437
dependencies:
416438
pend "~1.2.0"
417439

@@ -436,6 +458,11 @@ iconv-lite@0.4:
436458
version "0.4.19"
437459
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.19.tgz#f7468f60135f5e5dad3399c0a81be9a1603a082b"
438460

461+
ind2sub@^2.0.0:
462+
version "2.0.0"
463+
resolved "https://registry.yarnpkg.com/ind2sub/-/ind2sub-2.0.0.tgz#323158a584fb4ed494ec600508b87af2fcd38219"
464+
integrity sha512-xvb/V5SoBlJ36hYYzn5ZXGEPeGi6qDwFQu/luxa4eEoHYwlZFZChESsPl2cQVPE4kAsBHg5OQ5alEWtyktYXBg==
465+
439466
inflight@^1.0.4:
440467
version "1.0.6"
441468
resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
@@ -465,16 +492,19 @@ just-dashboard-desktop@^1.0.1:
465492
just-dashboard "https://github.com/kantord/just-dashboard.git#no-chunks"
466493
source-map-support "^0.5.6"
467494

468-
just-dashboard@^0.11.2:
469-
version "0.11.2"
470-
resolved "https://registry.yarnpkg.com/just-dashboard/-/just-dashboard-0.11.2.tgz#4c75d5a1c44dbe457d9814e7f63a06dcb68a0924"
495+
just-dashboard@^0.14.2:
496+
version "0.14.2"
497+
resolved "https://registry.yarnpkg.com/just-dashboard/-/just-dashboard-0.14.2.tgz#22fdc47c4dbecf46d8b1ddde1e87ea93648d1315"
498+
integrity sha512-KRYNrGvgO0PEZDOc1AUaJFtqNq8nuHIVE0loVUWVs9OdIXfTck64C4r7/lGPBNDAMzk0mh6c46GkY+//nbmvXA==
471499
dependencies:
472500
billboard.js "^1.4.1"
473501
d3 "4.10.0"
474-
fd-slicer "^1.0.1"
475-
jq-web "^0.1.3"
502+
emuto "^1.37.1"
503+
fast-deep-equal "^2.0.1"
504+
fd-slicer "^1.1.0"
476505
sassline "^2.1.2"
477506
spinkit "^1.2.5"
507+
yamljs "^0.3.0"
478508

479509
"just-dashboard@https://github.com/kantord/just-dashboard.git#no-chunks":
480510
version "0.0.0-development"
@@ -503,6 +533,11 @@ once@^1.3.0:
503533
dependencies:
504534
wrappy "1"
505535

536+
parsimmon@^1.12.1:
537+
version "1.13.0"
538+
resolved "https://registry.yarnpkg.com/parsimmon/-/parsimmon-1.13.0.tgz#6e4ef3dbd45ed6ea6808be600ac4b9c8a44228cf"
539+
integrity sha512-5UIrOCW+gjbILkjKPgTgmq8LKf8TT3Iy7kN2VD7OtQ81facKn8B4gG1X94jWqXYZsxG2KbJhrv/Yq/5H6BQn7A==
540+
506541
path-is-absolute@^1.0.0:
507542
version "1.0.1"
508543
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"

0 commit comments

Comments
 (0)