From b413b7a5a6da64d76f17425ac7ff5fb43a83b986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 03:05:55 +0000 Subject: [PATCH] chore(deps): bump antd-style from 3.7.1 to 4.1.0 in /console Bumps [antd-style](https://github.com/ant-design/antd-style) from 3.7.1 to 4.1.0. - [Release notes](https://github.com/ant-design/antd-style/releases) - [Changelog](https://github.com/ant-design/antd-style/blob/master/CHANGELOG.md) - [Commits](https://github.com/ant-design/antd-style/commits) --- updated-dependencies: - dependency-name: antd-style dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- console/package-lock.json | 85 ++++++++++++++++++++++++++++++++++++--- console/package.json | 2 +- 2 files changed, 80 insertions(+), 7 deletions(-) diff --git a/console/package-lock.json b/console/package-lock.json index 3979d4e..644a3ca 100644 --- a/console/package-lock.json +++ b/console/package-lock.json @@ -14,7 +14,7 @@ "@ant-design/x-markdown": "^2.2.2", "ahooks": "^3.9.6", "antd": "^5.29.1", - "antd-style": "^3.7.1", + "antd-style": "^4.1.0", "i18next": "^25.8.4", "lucide-react": "^0.562.0", "react": "^18", @@ -91,6 +91,26 @@ "react-dom": ">=16.9.0" } }, + "node_modules/@agentscope-ai/chat/node_modules/antd-style": { + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/antd-style/-/antd-style-3.7.1.tgz", + "integrity": "sha512-CQOfddVp4aOvBfCepa+Kj2e7ap+2XBINg1Kn2osdE3oQvrD7KJu/K0sfnLcFLkgCJygbxmuazYdWLKb+drPDYA==", + "license": "MIT", + "dependencies": { + "@ant-design/cssinjs": "^1.21.1", + "@babel/runtime": "^7.24.1", + "@emotion/cache": "^11.11.0", + "@emotion/css": "^11.11.2", + "@emotion/react": "^11.11.4", + "@emotion/serialize": "^1.1.3", + "@emotion/utils": "^1.2.1", + "use-merge-value": "^1.2.0" + }, + "peerDependencies": { + "antd": ">=5.8.1", + "react": ">=18" + } + }, "node_modules/@agentscope-ai/design": { "version": "1.0.30", "resolved": "https://registry.npmjs.org/@agentscope-ai/design/-/design-1.0.30.tgz", @@ -148,6 +168,26 @@ "react-dom": ">=16.9.0" } }, + "node_modules/@agentscope-ai/design/node_modules/antd-style": { + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/antd-style/-/antd-style-3.7.1.tgz", + "integrity": "sha512-CQOfddVp4aOvBfCepa+Kj2e7ap+2XBINg1Kn2osdE3oQvrD7KJu/K0sfnLcFLkgCJygbxmuazYdWLKb+drPDYA==", + "license": "MIT", + "dependencies": { + "@ant-design/cssinjs": "^1.21.1", + "@babel/runtime": "^7.24.1", + "@emotion/cache": "^11.11.0", + "@emotion/css": "^11.11.2", + "@emotion/react": "^11.11.4", + "@emotion/serialize": "^1.1.3", + "@emotion/utils": "^1.2.1", + "use-merge-value": "^1.2.0" + }, + "peerDependencies": { + "antd": ">=5.8.1", + "react": ">=18" + } + }, "node_modules/@agentscope-ai/icons": { "version": "1.0.60", "resolved": "https://registry.npmjs.org/@agentscope-ai/icons/-/icons-1.0.60.tgz", @@ -4258,12 +4298,12 @@ } }, "node_modules/antd-style": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/antd-style/-/antd-style-3.7.1.tgz", - "integrity": "sha512-CQOfddVp4aOvBfCepa+Kj2e7ap+2XBINg1Kn2osdE3oQvrD7KJu/K0sfnLcFLkgCJygbxmuazYdWLKb+drPDYA==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/antd-style/-/antd-style-4.1.0.tgz", + "integrity": "sha512-vnPBGg0OVlSz90KRYZhxd89aZiOImTiesF+9MQqN8jsLGZUQTjbP04X9jTdEfsztKUuMbBWg/RmB/wHTakbtMQ==", "license": "MIT", "dependencies": { - "@ant-design/cssinjs": "^1.21.1", + "@ant-design/cssinjs": "^2.0.0", "@babel/runtime": "^7.24.1", "@emotion/cache": "^11.11.0", "@emotion/css": "^11.11.2", @@ -4273,10 +4313,43 @@ "use-merge-value": "^1.2.0" }, "peerDependencies": { - "antd": ">=5.8.1", + "antd": ">=6.0.0", "react": ">=18" } }, + "node_modules/antd-style/node_modules/@ant-design/cssinjs": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@ant-design/cssinjs/-/cssinjs-2.1.2.tgz", + "integrity": "sha512-2Hy8BnCEH31xPeSLbhhB2ctCPXE2ZnASdi+KbSeS79BNbUhL9hAEe20SkUk+BR8aKTmqb6+FKFruk7w8z0VoRQ==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.11.1", + "@emotion/hash": "^0.8.0", + "@emotion/unitless": "^0.7.5", + "@rc-component/util": "^1.4.0", + "clsx": "^2.1.1", + "csstype": "^3.1.3", + "stylis": "^4.3.4" + }, + "peerDependencies": { + "react": ">=16.0.0", + "react-dom": ">=16.0.0" + } + }, + "node_modules/antd-style/node_modules/@ant-design/cssinjs/node_modules/@rc-component/util": { + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/@rc-component/util/-/util-1.10.1.tgz", + "integrity": "sha512-q++9S6rUa5Idb/xIBNz6jtvumw5+O5YV5V0g4iK9mn9jWs4oGJheE3ZN1kAnE723AXyaD8v95yeOASmdk8Jnng==", + "license": "MIT", + "dependencies": { + "is-mobile": "^5.0.0", + "react-is": "^18.2.0" + }, + "peerDependencies": { + "react": ">=18.0.0", + "react-dom": ">=18.0.0" + } + }, "node_modules/antd/node_modules/@ant-design/colors": { "version": "7.2.1", "resolved": "https://registry.npmjs.org/@ant-design/colors/-/colors-7.2.1.tgz", diff --git a/console/package.json b/console/package.json index e3a870e..70922dd 100644 --- a/console/package.json +++ b/console/package.json @@ -25,7 +25,7 @@ "@ant-design/x-markdown": "^2.2.2", "ahooks": "^3.9.6", "antd": "^5.29.1", - "antd-style": "^3.7.1", + "antd-style": "^4.1.0", "i18next": "^25.8.4", "lucide-react": "^0.562.0", "react": "^18",