diff --git a/package-lock.json b/package-lock.json index 224097927..c1a9d65cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15392,9 +15392,9 @@ "dev": true }, "node_modules/ws": { - "version": "7.5.3", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.3.tgz", - "integrity": "sha512-kQ/dHIzuLrS6Je9+uv81ueZomEwH0qVYstcAQ4/Z93K8zeko9gtAbttJWzoC5ukqXY1PpoouV3+VSOqEAFt5wg==", + "version": "7.5.10", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", + "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==", "engines": { "node": ">=8.3.0" }, diff --git a/package.json b/package.json index d1061ac07..856b47435 100644 --- a/package.json +++ b/package.json @@ -158,5 +158,8 @@ ], "semantic-release-export-data" ] + }, + "overrides": { + "ws@>7.0.0 <7.5.9": "7.5.10" } } diff --git a/src/features/app-studio/pages/app-studio-page.tsx b/src/features/app-studio/pages/app-studio-page.tsx index 5eaae8b8b..9505b04b9 100644 --- a/src/features/app-studio/pages/app-studio-page.tsx +++ b/src/features/app-studio/pages/app-studio-page.tsx @@ -8,7 +8,7 @@ export function AppStudioPage() {

- Comming soon! + Coming soon!
In the meantime, we recommend{' '} diff --git a/src/features/applications/components/application-details.tsx b/src/features/applications/components/application-details.tsx index 8d88c658f..d92653f50 100644 --- a/src/features/applications/components/application-details.tsx +++ b/src/features/applications/components/application-details.tsx @@ -140,10 +140,10 @@ export function ApplicationDetails({ application }: Props) {

{applicationTransactionsLabel}

- + {applicationLiveTransactionsTabLabel} - + {applicationHistoricalTransactionsTabLabel} diff --git a/src/features/assets/components/asset-details.tsx b/src/features/assets/components/asset-details.tsx index 8be2f4a7f..3666242ca 100644 --- a/src/features/assets/components/asset-details.tsx +++ b/src/features/assets/components/asset-details.tsx @@ -36,6 +36,7 @@ import { AssetTransactionHistory } from './asset-transaction-history' import { AssetLiveTransactions } from './asset-live-transactions' import { OverflowAutoTabsContent, Tabs, TabsList, TabsTrigger } from '@/features/common/components/tabs' import { OpenJsonViewDialogButton } from '@/features/common/components/json-view-dialog-button' +import { replaceIpfsWithGatewayIfNeeded } from '../utils/replace-ipfs-with-gateway-if-needed' type Props = { asset: Asset @@ -90,7 +91,7 @@ export function AssetDetails({ asset }: Props) { ? { dt: assetUrlLabel, dd: ( - + {asset.url} ), diff --git a/src/features/blocks/components/latest-blocks.tsx b/src/features/blocks/components/latest-blocks.tsx index 484171f43..8aa343079 100644 --- a/src/features/blocks/components/latest-blocks.tsx +++ b/src/features/blocks/components/latest-blocks.tsx @@ -17,7 +17,7 @@ export function LatestBlocks() {