From dc3228d31339840b4d4ba71e6df56c8b78f5cb2a Mon Sep 17 00:00:00 2001 From: jackycheng <> Date: Fri, 27 Dec 2024 15:13:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=99=90=E5=88=B6react-intl=E7=9A=84?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=9C=A86.6.x=EF=BC=8C=E6=9B=B4=E9=AB=98?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=BC=9A=E6=9C=89@formatjs/fast-memoize=20?= =?UTF-8?q?=E7=9A=84sourcemap=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab442bc..1515a17 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "path-to-regexp": "^8.2.0", "react": "^18.3.1", "react-dom": "^18.2.0", - "react-intl": "^6.6.2", + "react-intl": "~6.6.2", "react-redux": "^8.1.3", "react-router-dom": "^6.22.2", "react-scripts": "5.0.1",