build(deps): update major versions for memoize-one, json-stringify-pretty-compact and webpack-cli (#38793)

Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
Đỗ Trọng Hải
2026-06-20 10:48:10 +07:00
committed by GitHub
parent d0a34d9372
commit 2d5df6625b
5 changed files with 23 additions and 39 deletions

View File

@@ -234,7 +234,9 @@ describe('BigNumberTotal transformProps', () => {
test('should propagate colorThresholdFormatters from getColorFormatters', () => {
// Override the getColorFormatters mock to return specific value
const mockFormatters = [{ formatter: 'red' }];
(getColorFormatters as jest.Mock).mockReturnValueOnce(mockFormatters);
(getColorFormatters as unknown as jest.Mock).mockReturnValueOnce(
mockFormatters,
);
const chartProps = {
width: 800,