Skip to content

Commit

Permalink
chore(deps) update TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Dec 16, 2024
1 parent 4aa4382 commit e135638
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
17 changes: 9 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
"style-loader": "3.3.1",
"traverse": "0.6.6",
"ts-loader": "9.4.2",
"typescript": "5.0.4",
"typescript": "5.7.2",
"unorm": "1.6.0",
"webdriverio": "9.4.1",
"webpack": "5.95.0",
Expand Down
2 changes: 1 addition & 1 deletion react/features/base/ui/components/native/IconButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const IconButton: React.FC<IIconButtonProps> = ({
underlayColor = { underlayColor }>
<Icon
color = { color }
size = { 20 || size }
size = { size ?? 20 }
src = { src } />
</TouchableHighlight>
);
Expand Down

0 comments on commit e135638

Please sign in to comment.