From f684864cbdbdfbf2748d599fa2e3a5bb588b3d6a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 6 May 2020 03:03:35 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump @umijs/fabric from 1.2.12 to 2.0.8 Bumps [@umijs/fabric](https://github.com/umijs/fabric) from 1.2.12 to 2.0.8. - [Release notes](https://github.com/umijs/fabric/releases) - [Commits](https://github.com/umijs/fabric/commits/v2.0.8) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f14439f7b..67916cbb3 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@types/react": "^16.9.2", "@types/react-dom": "^16.9.0", "@types/shallowequal": "^1.1.1", - "@umijs/fabric": "^1.1.10", + "@umijs/fabric": "^2.0.8", "coveralls": "^3.0.6", "cross-env": "^7.0.2", "dayjs": "^1.8.18", From 9cd4cd59e20d31ab9aa8507c9bc1df79d37d9c92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Fri, 22 May 2020 13:23:28 +0800 Subject: [PATCH 2/2] Update DateBody.tsx --- src/panels/DatePanel/DateBody.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/DatePanel/DateBody.tsx b/src/panels/DatePanel/DateBody.tsx index 0c11c503d..0a0b4f509 100644 --- a/src/panels/DatePanel/DateBody.tsx +++ b/src/panels/DatePanel/DateBody.tsx @@ -55,7 +55,7 @@ function DateBody(props: DateBodyProps) { : []); if (prefixColumn) { - headerCells.push(); + headerCells.push(); } for (let i = 0; i < WEEK_DAY_COUNT; i += 1) { headerCells.push({weekDaysLocale[(i + weekFirstDay) % WEEK_DAY_COUNT]});