Navigation Menu

Skip to content

Commit

Permalink
Update to react-window 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Jul 22, 2018
1 parent 1d33e50 commit b509890
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "react-flame-graph",
"version": "1.0.2",
"version": "1.0.3",
"description": "React component for visualizing profiling data",
"author":
"Brian Vaughn <brian.david.vaughn@gmail.com> (https://github.com/bvaughn/)",
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"dependencies": {
"memoize-one": "^3.1.1",
"react-window": "^1.0.0-alpha.4"
"react-window": "^1"
},
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/FlameGraph.js
Expand Up @@ -43,8 +43,8 @@ export default class FlameGraph extends PureComponent<Props, State> {

return (
<List
containerTagName="svg"
height={height}
innerTagName="svg"
itemCount={data.height}
itemData={itemData}
itemSize={rowHeight}
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -6652,9 +6652,9 @@ react-test-renderer@^16.4.0:
prop-types "^15.6.0"
react-is "^16.4.0"

react-window@^1.0.0-alpha.4:
version "1.0.0-alpha.4"
resolved "https://registry.yarnpkg.com/react-window/-/react-window-1.0.0-alpha.4.tgz#e81ba566be6b54558a314e507b0f090309c28a72"
react-window@^1:
version "1.0.0"
resolved "https://registry.yarnpkg.com/react-window/-/react-window-1.0.0.tgz#2d599c3c914e8d4bd54647aebcb9161269f9ec94"
dependencies:
memoize-one "^3.1.1"

Expand Down

0 comments on commit b509890

Please sign in to comment.