diff --git a/package.json b/package.json index bd0cc426cd..6e2a81edeb 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "react-input-autosize": "^2.2.2", "react-is": "~16.3.0", "react-virtualized-auto-sizer": "^1.0.2", - "react-window": "^1.8.5", + "react-window": "^1.8.8", "refractor": "^3.6.0", "rehype-raw": "^5.0.0", "rehype-react": "^6.0.0", diff --git a/src/components/datagrid/data_grid.test.tsx b/src/components/datagrid/data_grid.test.tsx index dd80686028..95428c5bdf 100644 --- a/src/components/datagrid/data_grid.test.tsx +++ b/src/components/datagrid/data_grid.test.tsx @@ -594,6 +594,7 @@ describe('OuiDataGrid', () => { "height": 34, "left": 0, "position": "absolute", + "right": undefined, "top": "100px", "width": 100, }, @@ -612,6 +613,7 @@ describe('OuiDataGrid', () => { "height": 34, "left": 100, "position": "absolute", + "right": undefined, "top": "100px", "width": 100, }, @@ -630,6 +632,7 @@ describe('OuiDataGrid', () => { "height": 34, "left": 0, "position": "absolute", + "right": undefined, "top": "134px", "width": 100, }, @@ -648,6 +651,7 @@ describe('OuiDataGrid', () => { "height": 34, "left": 100, "position": "absolute", + "right": undefined, "top": "134px", "width": 100, }, diff --git a/yarn.lock b/yarn.lock index 02f9315583..5c0f16af2f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13104,10 +13104,10 @@ react-virtualized-auto-sizer@^1.0.2: resolved "https://registry.yarnpkg.com/react-virtualized-auto-sizer/-/react-virtualized-auto-sizer-1.0.2.tgz#a61dd4f756458bbf63bd895a92379f9b70f803bd" integrity sha512-MYXhTY1BZpdJFjUovvYHVBmkq79szK/k7V3MO+36gJkWGkrXKtyr4vCPtpphaTLRAdDNoYEYFZWE8LjN+PIHNg== -react-window@^1.8.5: - version "1.8.5" - resolved "https://registry.yarnpkg.com/react-window/-/react-window-1.8.5.tgz#a56b39307e79979721021f5d06a67742ecca52d1" - integrity sha512-HeTwlNa37AFa8MDZFZOKcNEkuF2YflA0hpGPiTT9vR7OawEt+GZbfM6wqkBahD3D3pUjIabQYzsnY/BSJbgq6Q== +react-window@^1.8.8: + version "1.8.8" + resolved "https://registry.yarnpkg.com/react-window/-/react-window-1.8.8.tgz#1b52919f009ddf91970cbdb2050a6c7be44df243" + integrity sha512-D4IiBeRtGXziZ1n0XklnFGu7h9gU684zepqyKzgPNzrsrk7xOCxni+TCckjg2Nr/DiaEEGVVmnhYSlT2rB47dQ== dependencies: "@babel/runtime" "^7.0.0" memoize-one ">=3.1.1 <6" @@ -13543,7 +13543,7 @@ request-promise-native@^1.0.5: stealthy-require "^1.1.1" tough-cookie "^2.3.3" -request@^2.87.0, request@^2.88.0: +request@^2.87.0: version "2.88.0" resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef" integrity sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==