From 0bd6d9f752bf5155e58958ad1c4e9b4f84cef83d Mon Sep 17 00:00:00 2001 From: Arvin Xu <arvinx@foxmail.com> Date: Fri, 3 May 2024 16:21:11 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20build:=20pin=20`antd@5.16.5`=20t?= =?UTF-8?q?o=20fix=20vercel=20build=20too=20long=20(#2356)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update package.json * 📌 chore: pin @testing-library/jest-dom to `6.4.2` to fix test --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f1922cb903241..70f9b352f979a 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", @@ -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",