Skip to content

Commit

Permalink
Updates visualization dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hediet committed Jan 4, 2024
1 parent f8c740a commit 3d49570
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions webview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"react-dom": "^16.12.0",
"react-measure": "^2.3.0",
"@hediet/debug-visualizer-data-extraction": "*",
"@hediet/visualization-bundle": "^0.2.4",
"@hediet/visualization-core": "^0.2.0",
"@hediet/visualization-bundle": "^0.2.5",
"@hediet/visualization-core": "^0.3.1",
"@knuddels/mobx-logger": "^1.1.1",
"less-loader": "^6.2.0"
},
Expand Down
17 changes: 9 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -557,10 +557,10 @@
"@hediet/std" "^0.6.0"
io-ts "^1.8.6"

"@hediet/visualization-bundle@^0.2.4":
version "0.2.4"
resolved "https://registry.yarnpkg.com/@hediet/visualization-bundle/-/visualization-bundle-0.2.4.tgz#0c8c0ab8ca7153fd7b18aafa94b2ef813a1482e3"
integrity sha512-pknFiLcQ4B8EEgjp5aImZyP+Jgz+imSKfncFZT0NfJH3BCvFkCcmzeR6IbWB+70oDJfTRHFIhr40pNuHESQUWA==
"@hediet/visualization-bundle@^0.2.5":
version "0.2.5"
resolved "https://registry.yarnpkg.com/@hediet/visualization-bundle/-/visualization-bundle-0.2.5.tgz#451dc9f4e5f0edf8043fa203c7a82a992fd2c465"
integrity sha512-M87UlSc/NDikiqrkbuhcnmvqVaWSgCjD+YX47Yxuv9a+puK5dS7+YuvepAq6FmowrDgsoTeMRTQ4yCLUXtr87Q==
dependencies:
"@finos/perspective-viewer" "^0.5.2"
"@finos/perspective-viewer-d3fc" "^0.5.2"
Expand All @@ -583,13 +583,14 @@
vis-network "^8.0.0"
viz.js "^2.1.2"

"@hediet/visualization-core@^0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@hediet/visualization-core/-/visualization-core-0.2.0.tgz#8fca0044d5d91e8c45354984ae9c131ef7850a76"
integrity sha512-r/SYDUipaUSdu1JXL1X0Le5ZkBXVGbKXo6jkX0jFq3NPz/60+B4MnIQnk8D7TCWLXftGFtE6MSFejrE+miup4w==
"@hediet/visualization-core@^0.3.1":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@hediet/visualization-core/-/visualization-core-0.3.1.tgz#5523853e09e5d414619f9d9b9111985b2e0723a7"
integrity sha512-c67OF4iVcEIDIDzxNvBiIsvd80QxdFwYCvZc7ogj3oyv8pH9br9B4T/RXon3Zl7aYQgfR4ksSVMF35Y0UMDMqg==
dependencies:
"@hediet/semantic-json" "^0.3.15"
"@hediet/std" "^0.6.0"
mobx "^5.15.4"
react "^16.12.0"
react-dom "^16.12.0"
react-measure "^2.3.0"
Expand Down

0 comments on commit 3d49570

Please sign in to comment.