Skip to content

Commit

Permalink
Update dependency typescript to v5.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and buberdds committed Nov 11, 2024
1 parent 15a7389 commit 0c35fe7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .changelog/1563.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update dependencies
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"storybook-addon-react-router-v6": "2.0.15",
"stream-browserify": "3.0.0",
"ts-jest": "29.2.4",
"typescript": "5.5.4"
"typescript": "5.6.3"
},
"msw": {
"workerDirectory": ".storybook/public"
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/Tokens/TokenLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const TokenLink: FC<{
}> = ({ scope, address, name, highlightedPart }) => {
return (
<Link component={RouterLink} to={RouteUtils.getTokenRoute(scope, address)}>
{<HighlightedText text={name} pattern={highlightedPart} /> ?? address}
{name ? <HighlightedText text={name} pattern={highlightedPart} /> : address}
</Link>
)
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10961,10 +10961,10 @@ typed-array-length@^1.0.6:
is-typed-array "^1.1.13"
possible-typed-array-names "^1.0.0"

typescript@5.5.4:
version "5.5.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
typescript@5.6.3:
version "5.6.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b"
integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==

uc.micro@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 0c35fe7

Please sign in to comment.