Skip to content

Commit 338b04b

Browse files
dependabot-preview[bot]eps1lon
authored andcommitted
Bump react-virtualized from 9.21.0 to 9.21.1 (#72)
Bumps [react-virtualized](https://github.com/bvaughn/react-virtualized) from 9.21.0 to 9.21.1. - [Release notes](https://github.com/bvaughn/react-virtualized/releases) - [Changelog](https://github.com/bvaughn/react-virtualized/blob/master/CHANGELOG.md) - [Commits](bvaughn/react-virtualized@9.21.0...9.21.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent d8fe839 commit 338b04b

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"react-swipeable-views": "^0.13.3",
8181
"react-test-renderer": "^16.8.5",
8282
"react-text-mask": "^5.0.2",
83-
"react-virtualized": "^9.21.0",
83+
"react-virtualized": "^9.21.1",
8484
"react-window": "^1.7.1",
8585
"recast": "^0.18.1",
8686
"recharts": "^1.1.0",

yarn.lock

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3901,7 +3901,7 @@ class-utils@^0.3.5:
39013901
isobject "^3.0.0"
39023902
static-extend "^0.1.1"
39033903

3904-
classnames@^2.2.3, classnames@^2.2.5, classnames@^2.2.6, classnames@~2.2.5:
3904+
classnames@^2.2.5, classnames@^2.2.6, classnames@~2.2.5:
39053905
version "2.2.6"
39063906
resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.2.6.tgz#43935bffdd291f326dad0a205309b38d00f650ce"
39073907
integrity sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==
@@ -3976,7 +3976,7 @@ clone@^1.0.2:
39763976
resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e"
39773977
integrity sha1-2jCcwmPfFZlMaIypAheco8fNfH4=
39783978

3979-
clsx@^1.0.2, clsx@^1.0.4:
3979+
clsx@^1.0.1, clsx@^1.0.2, clsx@^1.0.4:
39803980
version "1.0.4"
39813981
resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.0.4.tgz#0c0171f6d5cb2fe83848463c15fcc26b4df8c2ec"
39823982
integrity sha512-1mQ557MIZTrL/140j+JVdRM6e31/OA4vTYxXgqIIZlndyfjHpyawKZia1Im05Vp9BWmImkcNrNtFYQMyFcgJDg==
@@ -8556,6 +8556,11 @@ levn@^0.3.0, levn@~0.3.0:
85568556
prelude-ls "~1.1.2"
85578557
type-check "~0.3.2"
85588558

8559+
linear-layout-vector@0.0.1:
8560+
version "0.0.1"
8561+
resolved "https://registry.yarnpkg.com/linear-layout-vector/-/linear-layout-vector-0.0.1.tgz#398114d7303b6ecc7fd6b273af7b8401d8ba9c70"
8562+
integrity sha1-OYEU1zA7bsx/1rJzr3uEAdi6nHA=
8563+
85598564
load-json-file@^1.0.0:
85608565
version "1.1.0"
85618566
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0"
@@ -11603,14 +11608,15 @@ react-transition-group@^4.0.0:
1160311608
loose-envify "^1.4.0"
1160411609
prop-types "^15.6.2"
1160511610

11606-
react-virtualized@^9.21.0:
11607-
version "9.21.0"
11608-
resolved "https://registry.yarnpkg.com/react-virtualized/-/react-virtualized-9.21.0.tgz#8267c40ffb48db35b242a36dea85edcf280a6506"
11609-
integrity sha512-duKD2HvO33mqld4EtQKm9H9H0p+xce1c++2D5xn59Ma7P8VT7CprfAe5hwjd1OGkyhqzOZiTMlTal7LxjH5yBQ==
11611+
react-virtualized@^9.21.1:
11612+
version "9.21.1"
11613+
resolved "https://registry.yarnpkg.com/react-virtualized/-/react-virtualized-9.21.1.tgz#4dbbf8f0a1420e2de3abf28fbb77120815277b3a"
11614+
integrity sha512-E53vFjRRMCyUTEKuDLuGH1ld/9TFzjf/fFW816PE4HFXWZorESbSTYtiZz1oAjra0MminaUU1EnvUxoGuEFFPA==
1161011615
dependencies:
1161111616
babel-runtime "^6.26.0"
11612-
classnames "^2.2.3"
11617+
clsx "^1.0.1"
1161311618
dom-helpers "^2.4.0 || ^3.0.0"
11619+
linear-layout-vector "0.0.1"
1161411620
loose-envify "^1.3.0"
1161511621
prop-types "^15.6.0"
1161611622
react-lifecycles-compat "^3.0.4"

0 commit comments

Comments
 (0)