From 838b08e761e0567e32d2658864703be8a5f9c140 Mon Sep 17 00:00:00 2001 From: JarvisArt <38420763+JarvisArt@users.noreply.github.com> Date: Mon, 26 Dec 2022 16:19:54 +0800 Subject: [PATCH] chore: Image preview interactive optimization (#39812) --- components/image/__tests__/__snapshots__/index.test.tsx.snap | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/components/image/__tests__/__snapshots__/index.test.tsx.snap b/components/image/__tests__/__snapshots__/index.test.tsx.snap index ded55fa21d47..6fb62e6468f5 100644 --- a/components/image/__tests__/__snapshots__/index.test.tsx.snap +++ b/components/image/__tests__/__snapshots__/index.test.tsx.snap @@ -209,12 +209,11 @@ exports[`Image Default Group preview props 1`] = ` >
diff --git a/package.json b/package.json index 25e2605363a5..b0496ce78ec1 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "rc-drawer": "~6.1.1", "rc-dropdown": "~4.0.0", "rc-field-form": "~1.27.0", - "rc-image": "~5.12.0", + "rc-image": "~5.13.0", "rc-input": "~0.1.4", "rc-input-number": "~7.4.0", "rc-mentions": "~1.13.1",