Skip to content

Commit

Permalink
Bump discoveryjs & json-ext versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Apr 20, 2022
1 parent 4a24045 commit 0bd8319
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 44 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Reworked `flamechart` view to improve performance especially on large datasets (elimitated double "renders" in some cases, a lot of unnecessary computations and other optimisations)
- Changed behaviour in `flamechart` when click on already selected frame to select previously selected frame with a lower depth
- Fixed `flamechart`'s view height updating when stack depth is growing on zoom
- Bumped `discoveryjs` to [1.0.0-beta.65](https://github.com/discoveryjs/discovery/releases/tag/v1.0.0-beta.65)

## 0.2.0 (2022-02-21)

Expand Down
106 changes: 64 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@discoveryjs/json-ext": "^0.5.6",
"@discoveryjs/json-ext": "^0.5.7",
"clap": "^3.1.1",
"open": "^8.4.0",
"v8-profiler-next": "^1.5.1"
},
"devDependencies": {
"@discoveryjs/cli": "^2.0.0-beta.14",
"@discoveryjs/discovery": "^1.0.0-beta.64",
"@discoveryjs/discovery": "^1.0.0-beta.65",
"d3-array": "^3.1.1",
"d3-ease": "^3.0.1",
"d3-format": "^3.1.0",
Expand Down

0 comments on commit 0bd8319

Please sign in to comment.