From 462c62a72ea296d5143dc07a4f2cd359c3128696 Mon Sep 17 00:00:00 2001 From: Arvin Xu Date: Fri, 3 May 2024 15:25:00 +0800 Subject: [PATCH 1/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f1922cb90324..4b6df8a5ac8a 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "@vercel/speed-insights": "^1.0.10", "ahooks": "^3.7.11", "ai": "3.0.19", - "antd": "^5.16.5", + "antd": "5.16.5", "antd-style": "^3.6.2", "brotli-wasm": "^3.0.0", "chroma-js": "^2.4.2", From 0b559542a97d1c4dc8bd5d9f52c080cd59e47282 Mon Sep 17 00:00:00 2001 From: arvinxx Date: Fri, 3 May 2024 16:09:45 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=8C=20chore:=20pin=20@testing-libr?= =?UTF-8?q?ary/jest-dom=20to=20`6.4.2`=20to=20fix=20test?= 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 4b6df8a5ac8a..70f9b352f979 100644 --- a/package.json +++ b/package.json @@ -179,7 +179,7 @@ "@next/bundle-analyzer": "^14.2.3", "@next/eslint-plugin-next": "^14.2.3", "@peculiar/webcrypto": "^1.4.6", - "@testing-library/jest-dom": "^6.4.2", + "@testing-library/jest-dom": "6.4.2", "@testing-library/react": "^15.0.5", "@types/chroma-js": "^2.4.4", "@types/debug": "^4.1.12",