From 7506dbb29cbf5bada6e83587cb4c83c7ba7da2df Mon Sep 17 00:00:00 2001 From: Nate Wienert Date: Fri, 4 Aug 2023 10:52:49 -1000 Subject: [PATCH] chore: update typescript to 4.9.4 to align with wallet repo (#7036) * chore: update typescript to 4.9.4 to align with wallet repo * fix: update mainnet block (#7042) * fix: update mainnet block * fix: typecheck * fix: use deeplink instead of universal link (#7017) * fix: use deeplink instead of universal link * docs: added comment * test: mock quotes to avoid errors logged (#7031) * fix: change style of mobile pool buttons and menu (#7020) * fix: menu flyout alignment overridden on mobile * fix: change button order, sizing * Replace deprecated media queries and text components * fix: remove flakey token test (#7029) * fix: reverted swap state (#7044) * fix: wait for transaction status in ConfirmSwapModal * fix: use actual swap status in ConfirmSwapModal * feat: add test * fix: shared hook * fix: fix test * fix: dont create Activity instance * fix: clearing input on connect wallet (#6928) * fix: clearing input on connect wallet * update e2e tests * fix: text wrap and spacing on mobile TDP (#6909) fix text wrap and spacing on mobile TDP * fix: top token charts on mobile (#6967) * fix: top token charts on mobile * Update TokenRow.test.tsx.snap * Update src/components/Tokens/TokenTable/TokenRow.tsx Co-authored-by: Zach Pomerantz * Update src/components/Tokens/TokenTable/__snapshots__/TokenRow.test.tsx.snap Co-authored-by: Zach Pomerantz * update * Update TokenRow.test.tsx.snap * Update TokenRow.test.tsx.snap --------- Co-authored-by: Zach Pomerantz * test: deflake and clean universal search (#7034) * fix: improve v2 network support (#7012) * fix: improve v2 network support * add an unsupported message to all v2 pages * test: add v2 pool tests * add guard on transaction callbacks * fix: dep array --------- Co-authored-by: eddie <66155195+just-toby@users.noreply.github.com> * fix: failing nft buy test (#7049) --------- Co-authored-by: Zach Pomerantz Co-authored-by: cartcrom <39385577+cartcrom@users.noreply.github.com> Co-authored-by: gnewfield <18626088+gnewfield@users.noreply.github.com> Co-authored-by: Brendan Wong <35351983+LunrEclipse@users.noreply.github.com> Co-authored-by: eddie <66155195+just-toby@users.noreply.github.com> Co-authored-by: Jordan Frankfurt Co-authored-by: Jack Short --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 207f1159df..244d7d189e 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "ts-jest": "^29.1.1", "ts-transform-graphql-tag": "^0.2.1", "typechain": "^5.0.0", - "typescript": "^4.4.3", + "typescript": "^4.9.4", "webpack-retry-chunk-load-plugin": "^3.1.1", "wrangler": "https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/4925945367/npm-package-wrangler-3048", "yarn-deduplicate": "^6.0.0" diff --git a/yarn.lock b/yarn.lock index 8286bbbbed..c04b6604f0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -20121,10 +20121,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^4.4.3: - version "4.5.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3" - integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA== +typescript@^4.9.4: + version "4.9.5" + resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" + integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== typical@^2.6.0, typical@^2.6.1: version "2.6.1"