diff options
author | Eug-VS <eug-vs@keemail.me> | 2020-01-08 22:04:49 +0300 |
---|---|---|
committer | Eug-VS <eug-vs@keemail.me> | 2020-01-08 23:04:55 +0300 |
commit | 142ef97911abaec96c5bc0779b322374437a56b5 (patch) | |
tree | c77174d65404fd074e9db5220d729b4565b8c49d /package-lock.json | |
parent | 2a501e2877ee82a9d2cad4c714083b1d190d2aa2 (diff) | |
download | chrono-cube-ui-142ef97911abaec96c5bc0779b322374437a56b5.tar.gz |
Wrap SmartList into AutoSizer
This component now takes all available space, so if you want
to use it, you have to put it into a container which already
has non-zero width and height.
This commit temporarily breaks Scoreboard page.
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index d85924a..294ec7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11352,6 +11352,11 @@ "prop-types": "^15.6.2" } }, + "react-virtualized-auto-sizer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/react-virtualized-auto-sizer/-/react-virtualized-auto-sizer-1.0.2.tgz", + "integrity": "sha512-MYXhTY1BZpdJFjUovvYHVBmkq79szK/k7V3MO+36gJkWGkrXKtyr4vCPtpphaTLRAdDNoYEYFZWE8LjN+PIHNg==" + }, "react-window": { "version": "1.8.5", "resolved": "https://registry.npmjs.org/react-window/-/react-window-1.8.5.tgz", |