Skip to content

Commit eb0c87f

Browse files
chore(deps-dev): bump @umijs/fabric from 1.2.12 to 2.0.8 (#56)
* 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] <[email protected]> * Update DateBody.tsx Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: 偏右 <[email protected]>
1 parent 51ef371 commit eb0c87f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@types/react": "^16.9.2",
5555
"@types/react-dom": "^16.9.0",
5656
"@types/shallowequal": "^1.1.1",
57-
"@umijs/fabric": "^1.1.10",
57+
"@umijs/fabric": "^2.0.8",
5858
"coveralls": "^3.0.6",
5959
"cross-env": "^7.0.2",
6060
"dayjs": "^1.8.18",

src/panels/DatePanel/DateBody.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function DateBody<DateType>(props: DateBodyProps<DateType>) {
5555
: []);
5656

5757
if (prefixColumn) {
58-
headerCells.push(<th key="empty" />);
58+
headerCells.push(<th key="empty" aria-label="empty cell" />);
5959
}
6060
for (let i = 0; i < WEEK_DAY_COUNT; i += 1) {
6161
headerCells.push(<th key={i}>{weekDaysLocale[(i + weekFirstDay) % WEEK_DAY_COUNT]}</th>);

0 commit comments

Comments
 (0)