From 28fa770f5da75aaf4be0ac17e80826d37dab3463 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 00:52:03 +0000 Subject: [PATCH] build(deps): bump clsx from 1.2.1 to 2.1.1 in /template/antd-console Bumps [clsx](https://github.com/lukeed/clsx) from 1.2.1 to 2.1.1. - [Release notes](https://github.com/lukeed/clsx/releases) - [Commits](https://github.com/lukeed/clsx/compare/v1.2.1...v2.1.1) --- updated-dependencies: - dependency-name: clsx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- template/antd-console/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/antd-console/package.json b/template/antd-console/package.json index 84de1fdbc..32f5c5c12 100644 --- a/template/antd-console/package.json +++ b/template/antd-console/package.json @@ -27,7 +27,7 @@ "@turf/turf": "^6.5.0", "antd": "^5.6.0", "axios": "^1.4.0", - "clsx": "^1.2.1", + "clsx": "^2.1.1", "dayjs": "^1.11.8", "history": "^5.3.0", "lodash": "^4.17.21",