Skip to content

Commit

Permalink
updates version of @hediet/visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
hediet committed Mar 22, 2022
1 parent 9fb1e81 commit 2453c8b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "Debug Visualizer",
"description": "A visual watch window that lets you visualize your data structures while debugging.",
"icon": "docs/logo.drawio.png",
"version": "2.3.0",
"version": "2.3.1",
"license": "GPL-3.0",
"engines": {
"vscode": "^1.46.0"
Expand Down
2 changes: 1 addition & 1 deletion webview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react-dom": "^16.12.0",
"react-measure": "^2.3.0",
"@hediet/debug-visualizer-data-extraction": "*",
"@hediet/visualization-bundle": "^0.2.3",
"@hediet/visualization-bundle": "^0.2.4",
"@hediet/visualization-core": "^0.2.0",
"@knuddels/mobx-logger": "^1.1.1",
"less-loader": "^6.2.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -550,10 +550,10 @@
"@hediet/std" "^0.6.0"
io-ts "^1.8.6"

"@hediet/visualization-bundle@^0.2.3":
version "0.2.3"
resolved "https://registry.yarnpkg.com/@hediet/visualization-bundle/-/visualization-bundle-0.2.3.tgz#8323706dcaaafc973fdc57da68e6527265e5bfcc"
integrity sha512-RpzAST/K5O9FaEaCshHEY7VeGRVlwoTLLcWPkgxzeuZlRr5CNTw8d7Lznh+RaLD1rbz/UEezq2pI3qFYnq/z4w==
"@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==
dependencies:
"@finos/perspective-viewer" "^0.5.2"
"@finos/perspective-viewer-d3fc" "^0.5.2"
Expand Down

0 comments on commit 2453c8b

Please sign in to comment.