From 326a83a1f132b8f11ba57481dcff2aa12edb900e Mon Sep 17 00:00:00 2001 From: MadCcc Date: Tue, 18 Nov 2025 10:13:26 +0800 Subject: [PATCH] chore: bump cssinjs (#55748) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 遇见同学 <1875694521@qq.com> --- .utoo.toml | 2 ++ package.json | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 .utoo.toml diff --git a/.utoo.toml b/.utoo.toml new file mode 100644 index 0000000000..eb5d3a06f8 --- /dev/null +++ b/.utoo.toml @@ -0,0 +1,2 @@ +[values] +registry = "https://registry.npmmirror.com" diff --git a/package.json b/package.json index fd05848fb7..13f5dfefd3 100644 --- a/package.json +++ b/package.json @@ -110,8 +110,8 @@ }, "dependencies": { "@ant-design/colors": "^8.0.0", - "@ant-design/cssinjs": "2.0.0-alpha.8", - "@ant-design/cssinjs-utils": "2.0.0-alpha.2", + "@ant-design/cssinjs": "^2.0.0", + "@ant-design/cssinjs-utils": "^2.0.0", "@ant-design/fast-color": "^3.0.0", "@ant-design/icons": "^6.1.0", "@ant-design/react-slick": "~1.1.2", @@ -225,7 +225,7 @@ "ali-oss": "^6.23.0", "antd-img-crop": "^4.27.0", "antd-style": "4.0.0-alpha.1", - "antd-token-previewer": "3.0.0-alpha.3", + "antd-token-previewer": "^3.0.0", "axios": "^1.12.2", "chalk": "^5.6.2", "cheerio": "^1.1.2",