Yarn upgrade (#2749)

* yarn upgrade front and docs

* upgrade yarn server

* Revert change not needed
This commit is contained in:
Félix Malfait
2023-11-28 16:48:02 +01:00
committed by GitHub
parent 8f03ba88a7
commit aeccc87ac5
11 changed files with 7242 additions and 7571 deletions

View File

@ -714,7 +714,6 @@ export {
IconBrandMercedes,
IconBrandMessenger,
IconBrandMeta,
IconBrandMicrosoftTeams,
IconBrandMinecraft,
IconBrandMiniprogram,
IconBrandMixpanel,
@ -813,6 +812,7 @@ export {
IconBrandTabler,
IconBrandTailwind,
IconBrandTaobao,
IconBrandTeams,
IconBrandTed,
IconBrandTelegram,
IconBrandTerraform,

View File

@ -11,7 +11,7 @@ type TimingProfilerProps = {
export const TimingProfiler = ({ id, children }: TimingProfilerProps) => {
const handleRender = (
id: string,
phase: 'mount' | 'update',
phase: 'mount' | 'update' | 'nested-update',
actualDuration: number,
baseDuration: number,
startTime: number,