From 9ebc0a0124f0810f714f79a323550eb6fda0a92e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 19:45:52 +0800 Subject: [PATCH] chore(deps): bump the dependencies group with 3 updates (#46653) * chore(deps): bump the dependencies group with 4 updates Updates the requirements on [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime), [@ctrl/tinycolor](https://github.com/scttcper/tinycolor), [classnames](https://github.com/JedWatson/classnames) and [dayjs](https://github.com/iamkun/dayjs) to permit the latest version. Updates `@babel/runtime` to 7.23.6 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.6/packages/babel-runtime) Updates `@ctrl/tinycolor` from 3.6.1 to 4.0.2 - [Release notes](https://github.com/scttcper/tinycolor/releases) - [Commits](https://github.com/scttcper/tinycolor/compare/v3.6.1...v4.0.2) Updates `classnames` to 2.4.0 - [Changelog](https://github.com/JedWatson/classnames/blob/main/HISTORY.md) - [Commits](https://github.com/JedWatson/classnames/compare/v2.3.2...v2.4.0) Updates `dayjs` to 1.11.10 - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.1...v1.11.10) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-type: direct:production dependency-group: dependencies - dependency-name: "@ctrl/tinycolor" dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: classnames dependency-type: direct:production dependency-group: dependencies - dependency-name: dayjs dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] * Update package.json Signed-off-by: lijianan <574980606@qq.com> --------- Signed-off-by: dependabot[bot] Signed-off-by: lijianan <574980606@qq.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lijianan <574980606@qq.com> --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0708c9a20e..e9d4da329d 100644 --- a/package.json +++ b/package.json @@ -117,15 +117,15 @@ "@ant-design/cssinjs": "^1.18.2", "@ant-design/icons": "^5.2.6", "@ant-design/react-slick": "~1.0.2", - "@babel/runtime": "^7.23.4", + "@babel/runtime": "^7.23.6", "@ctrl/tinycolor": "^3.6.1", "@rc-component/color-picker": "~1.4.1", "@rc-component/mutate-observer": "^1.1.0", "@rc-component/tour": "~1.11.1", "@rc-component/trigger": "^1.18.2", - "classnames": "^2.3.2", + "classnames": "^2.4.0", "copy-to-clipboard": "^3.3.3", - "dayjs": "^1.11.1", + "dayjs": "^1.11.10", "qrcode.react": "^3.1.0", "rc-cascader": "~3.20.0", "rc-checkbox": "~3.1.0",