Skip to content

Commit

Permalink
chore: upgrading fuels to salamander RC (#1062)
Browse files Browse the repository at this point in the history
This PR is to ensure the integration with:
 - FuelLabs/fuels-ts#1495

---------

Co-authored-by: Matt Auer <[email protected]>
Co-authored-by: luizstacio <[email protected]>
  • Loading branch information
3 people authored Jan 30, 2024
1 parent bdfb2fa commit b81704c
Show file tree
Hide file tree
Showing 16 changed files with 662 additions and 382 deletions.
9 changes: 9 additions & 0 deletions .changeset/many-falcons-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@fuel-wallet/playwright-utils': patch
'@fuel-wallet/react': patch
'@fuel-wallet/types': patch
'fuels-wallet': patch
'@fuel-wallet/sdk': patch
---

chore: update fuels-ts to rc/salamander
3 changes: 3 additions & 0 deletions packages/app/jest.setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ import { localStorageMock } from './src/mocks/localStorage';
(global as any).Uint8Array = Uint8Array;
(global as any).structuredClone = (val: any) => JSON.parse(JSON.stringify(val));

// https://github.com/jsdom/jsdom/issues/1724#issuecomment-720727999
import 'whatwg-fetch';

const noop = () => {};
Object.defineProperty(window, 'scrollTo', { value: noop, writable: true });
Object.defineProperty(window, 'localStorage', { value: localStorageMock });
Expand Down
8 changes: 4 additions & 4 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@fontsource/source-code-pro": "^5.0.13",
"@fuel-ts/wallet-manager": "0.71.1",
"@fuel-ts/wallet-manager": "0.72.0",
"@fuel-ui/css": "0.23.0",
"@fuel-ui/icons": "0.23.0",
"@fuel-ui/react": "0.23.0",
Expand All @@ -38,7 +38,6 @@
"@storybook/addon-viewport": "^7.4.6",
"@storybook/jest": "^0.2.3",
"@xstate/react": "^3.2.2",
"asset-list": "workspace:../asset-list",
"compare-versions": "^6.1.0",
"cross-fetch": "4.0.0",
"dayjs": "^1.11.10",
Expand All @@ -48,7 +47,7 @@
"events": "^3.3.0",
"fake-indexeddb": "^4.0.2",
"framer-motion": "^10.16.4",
"fuels": "0.71.1",
"fuels": "0.72.0",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6",
Expand Down Expand Up @@ -121,7 +120,8 @@
"vite": "^4.4.11",
"vite-plugin-clean": "^1.0.0",
"vite-plugin-static-copy": "^0.17.0",
"vite-tsconfig-paths": "^4.2.1"
"vite-tsconfig-paths": "^4.2.1",
"whatwg-fetch": "^3.6.20"
},
"msw": {
"workerDirectory": "public"
Expand Down
Loading

0 comments on commit b81704c

Please sign in to comment.