Skip to content

Commit

Permalink
chore: update fuels 0.86.0 version + use fuel Wallet 0.19.0 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight authored May 23, 2024
1 parent 8feffe6 commit af02d50
Show file tree
Hide file tree
Showing 6 changed files with 151 additions and 218 deletions.
6 changes: 6 additions & 0 deletions .changeset/brave-chefs-swim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@fuels/playwright-utils': minor
'@fuels/react': minor
---

Update fuels dependency to 0.86.0
5 changes: 5 additions & 0 deletions .changeset/nine-taxis-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@fuels/playwright-utils': minor
---

Use fuelWallet 0.19.0
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"peerDependencies": {
"@tanstack/react-query": ">=5.0.0",
"fuels": ">=0.84.0",
"fuels": ">=0.86.0",
"react": "^18.2.0"
},
"dependencies": {
Expand All @@ -38,7 +38,7 @@
"@fuels/tsup-config": "workspace:*",
"@tanstack/react-query": "5.28.4",
"compare-versions": "^6.1.0",
"fuels": "0.84.0",
"fuels": "0.86.0",
"styled-components": "^6.1.1",
"tsup": "^7.2.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"adm-zip": "^0.5.10"
},
"devDependencies": {
"fuels": "0.84.0",
"fuels": "0.86.0",
"@fuels/ts-config": "workspace:*",
"@fuels/tsup-config": "workspace:*",
"@playwright/test": "^1.39.0",
"@types/adm-zip": "^0.5.3",
"tsup": "^7.2.0"
},
"peerDependencies": {
"fuels": ">=0.84.0",
"fuels": ">=0.86.0",
"@playwright/test": "^1.39.0"
}
}
2 changes: 1 addition & 1 deletion packages/test-utils/src/fixtures/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const test = base.extend<{
pathToExtension: string;
fuelWalletVersion: string;
}>({
fuelWalletVersion: '0.15.1',
fuelWalletVersion: '0.19.0',
pathToExtension: async ({ fuelWalletVersion }, use) => {
const fuelPath = await downloadFuel(fuelWalletVersion);
await use(fuelPath);
Expand Down
Loading

0 comments on commit af02d50

Please sign in to comment.