Skip to content

Commit

Permalink
Upgrade antd to v5.23.0 from v5.21.3 (#2579)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
Issue #2576


## Description of the changes
* Antd moved from tinycolor to fast-color in their new minor changes
ant-design/ant-design#52107
* I removed/uninstall the @ctrl/tinycolor module and re-install the antd
to latest version as per this
[docs](https://ant.design/docs/react/migration-v5)

## How was this change tested?
* automated testing
* some changes to snapshot (npm run test-ci -- -u) 

## Checklist
- [x] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [x] I have signed all commits
- [x] I have added unit tests for the new functionality
- [x] I have run lint and test steps successfully
  - for `jaeger`: `make lint test`
  - for `jaeger-ui`: `npm run lint` and `npm run test`

---------

Signed-off-by: Rahul Vishwakarma <[email protected]>
  • Loading branch information
manzil-infinity180 authored Jan 10, 2025
1 parent 7907434 commit 2a0a8d3
Show file tree
Hide file tree
Showing 3 changed files with 693 additions and 97 deletions.
Loading

0 comments on commit 2a0a8d3

Please sign in to comment.