Browse Source
Merge branch 'depfu/update/npm/typescript-3.7.2'
pull/19665/head
afc163
5 years ago
No known key found for this signature in database
GPG Key ID: 5F00908D72002306
2 changed files with
2 additions and
2 deletions
-
components/table/util.tsx
-
package.json
|
|
@ -58,7 +58,7 @@ export function normalizeColumns(elements: React.ReactChildren) { |
|
|
|
return; |
|
|
|
} |
|
|
|
const column: any = { |
|
|
|
...element.props, |
|
|
|
...(element.props as Object), |
|
|
|
}; |
|
|
|
if (element.key) { |
|
|
|
column.key = element.key; |
|
|
|
|
|
@ -238,7 +238,7 @@ |
|
|
|
"stylelint-config-standard": "^19.0.0", |
|
|
|
"stylelint-declaration-block-no-ignored-properties": "^2.1.0", |
|
|
|
"stylelint-order": "^3.0.0", |
|
|
|
"typescript": "~3.6.2", |
|
|
|
"typescript": "~3.7.2", |
|
|
|
"xhr-mock": "^2.4.1", |
|
|
|
"xhr2": "^0.2.0", |
|
|
|
"yaml-front-matter": "^4.0.0" |
|
|
|