From 399778ce2b8204191fa0493005a1b8853d1ce95c Mon Sep 17 00:00:00 2001 From: zombieJ Date: Mon, 13 May 2019 15:58:22 +0800 Subject: [PATCH] update snapshot (#16556) --- .../table/__tests__/__snapshots__/demo.test.js.snap | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/table/__tests__/__snapshots__/demo.test.js.snap b/components/table/__tests__/__snapshots__/demo.test.js.snap index d6527d66f4bf..f0f95cda047e 100755 --- a/components/table/__tests__/__snapshots__/demo.test.js.snap +++ b/components/table/__tests__/__snapshots__/demo.test.js.snap @@ -12107,7 +12107,7 @@ exports[`renders ./components/table/demo/resizable-column.md correctly 1`] = ` @@ -12129,7 +12129,7 @@ exports[`renders ./components/table/demo/resizable-column.md correctly 1`] = ` @@ -12151,7 +12151,7 @@ exports[`renders ./components/table/demo/resizable-column.md correctly 1`] = ` @@ -12173,7 +12173,7 @@ exports[`renders ./components/table/demo/resizable-column.md correctly 1`] = ` diff --git a/package.json b/package.json index da489d55a52f..f7f15cbd9247 100644 --- a/package.json +++ b/package.json @@ -167,7 +167,7 @@ "react-highlight-words": "^0.16.0", "react-infinite-scroller": "^1.2.1", "react-intl": "^2.7.0", - "react-resizable": "^1.7.5", + "react-resizable": "^1.8.0", "react-router-dom": "^5.0.0", "react-sticky": "^6.0.3", "react-test-renderer": "^16.6.3",