Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
fix: wallet version
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight committed Jan 19, 2024
1 parent 377bb46 commit fd7e094
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@fuel-ts/utils": "0.71.1",
"@fuel-ui/css": "0.23.0",
"@fuel-ui/react": "0.23.0",
"@fuel-wallet/react": "0.14.2",
"@fuel-wallet/sdk": "0.14.2",
"@fuel-wallet/react": "0.14.3",
"@fuel-wallet/sdk": "0.14.3",
"@fuels/assets": "0.1.0",
"@fuels/react-xstore": "0.0.8",
"@hookform/resolvers": "^3.1.1",
Expand All @@ -43,7 +43,7 @@
"yup": "^1.2.0"
},
"devDependencies": {
"@fuel-wallet/playwright-utils": "0.14.2",
"@fuel-wallet/playwright-utils": "0.14.3",
"@storybook/addon-a11y": "^7.2.2",
"@storybook/addon-actions": "^7.2.2",
"@storybook/addon-essentials": "^7.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/playwright/e2e/fixtures/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const test = base.extend<{
// required for synpress
global.expect = expect;
// download fuel wallet
const fuelPathExtension = await downloadFuel('0.14.2');
const fuelPathExtension = await downloadFuel('0.14.3');
// download metamask
const metamaskPath = await prepareMetamask(
process.env.META_MASK_VERSION || '10.25.0'
Expand Down
34 changes: 17 additions & 17 deletions pnpm-lock.yaml

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

0 comments on commit fd7e094

Please sign in to comment.