mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
chore(deps): bump @ctrl/tinycolor from 3.6.1 to 4.0.2 (#46703)
* chore(deps): bump the dependencies group with 1 update Bumps the dependencies group with 1 update: [@ctrl/tinycolor](https://github.com/scttcper/tinycolor). 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) --- updated-dependencies: - dependency-name: "@ctrl/tinycolor" dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * Update package.json Signed-off-by: afc163 <afc163@gmail.com> * fix: size-limit in master * Update package.json Signed-off-by: afc163 <afc163@gmail.com> * Update package.json Signed-off-by: afc163 <afc163@gmail.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: afc163 <afc163@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
100c2c4afe
commit
44d1b680b8
1
.github/workflows/size-limit.yml
vendored
1
.github/workflows/size-limit.yml
vendored
@ -65,3 +65,4 @@ jobs:
|
||||
env:
|
||||
NODE_OPTIONS: "--max_old_space_size=4096"
|
||||
PRODUCTION_ONLY: 1
|
||||
NO_DUP_CHECK: 1
|
||||
|
@ -113,13 +113,13 @@
|
||||
"not dead"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ant-design/colors": "^7.0.0",
|
||||
"@ant-design/colors": "^7.0.1",
|
||||
"@ant-design/cssinjs": "^1.18.2",
|
||||
"@ant-design/icons": "^5.2.6",
|
||||
"@ant-design/react-slick": "~1.0.2",
|
||||
"@babel/runtime": "^7.23.6",
|
||||
"@ctrl/tinycolor": "^3.6.1",
|
||||
"@rc-component/color-picker": "~1.4.1",
|
||||
"@ctrl/tinycolor": "^4.0.2",
|
||||
"@rc-component/color-picker": "~1.5.0",
|
||||
"@rc-component/mutate-observer": "^1.1.0",
|
||||
"@rc-component/tour": "~1.11.1",
|
||||
"@rc-component/trigger": "^1.18.2",
|
||||
|
Loading…
Reference in New Issue
Block a user