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 <mattauer@umich.edu>
Co-authored-by: luizstacio <luizstacio@gmail.com>
  • Loading branch information
3 people authored Jan 30, 2024
1 parent c64cdeb commit ec03df8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"ts:check": "pnpm tsc --noEmit"
},
"peerDependencies": {
"fuels": ">=0.71.1",
"fuels": ">=0.72.0",
"react": "^18.2.0"
},
"dependencies": {
Expand All @@ -43,7 +43,7 @@
"@fuel-wallet/sdk": "workspace:*",
"styled-components": "^6.1.1",
"compare-versions": "^6.1.0",
"fuels": "0.71.1",
"fuels": "0.72.0",
"tsup": "^7.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"adm-zip": "^0.5.10",
"fuels": "0.71.1"
"fuels": "0.72.0"
},
"devDependencies": {
"@playwright/test": "^1.39.0",
Expand Down

0 comments on commit ec03df8

Please sign in to comment.