Skip to content

Commit

Permalink
chore: upgrading @fuels/vm-asm to 0.57.1 (#3214)
Browse files Browse the repository at this point in the history
* Upgrading `@fuels/vm-asm` to `0.57.0`

* Upgrading `@fuels/vm-asm` to `0.57.1`

* Adding changeset

* Merge branch 'master' into aa/chore/upgrading-fuel-vm-asm

* Updating lock file
  • Loading branch information
arboleya authored Sep 26, 2024
1 parent 80df900 commit 3048099
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 22 deletions.
7 changes: 7 additions & 0 deletions .changeset/poor-mice-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@fuel-ts/contract": patch
"@fuel-ts/account": patch
"@fuel-ts/program": patch
---

chore: upgrading `@fuels/vm-asm` to `0.57.1`
2 changes: 1 addition & 1 deletion apps/demo-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"pretest": "pnpm original:build"
},
"dependencies": {
"@fuels/vm-asm": "0.56.0",
"@fuels/vm-asm": "0.57.1",
"@types/node": "^22.5.5",
"@types/react-dom": "^18.3",
"@types/react": "^18.3.8",
Expand Down
2 changes: 1 addition & 1 deletion apps/demo-react-cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.29",
"private": true,
"dependencies": {
"@fuels/vm-asm": "0.56.0",
"@fuels/vm-asm": "0.57.1",
"@testing-library/react": "^16.0.1",
"@types/node": "^22.5.5",
"@types/react": "^18.3.8",
Expand Down
2 changes: 1 addition & 1 deletion apps/demo-react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"pretest": "pnpm original:build"
},
"dependencies": {
"@fuels/vm-asm": "0.56.0",
"@fuels/vm-asm": "0.57.1",
"fuels": "workspace:*",
"react-dom": "^18.3.1",
"react": "^18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@fuel-ts/transactions": "workspace:*",
"@fuel-ts/utils": "workspace:*",
"@fuel-ts/versions": "workspace:*",
"@fuels/vm-asm": "0.56.0",
"@fuels/vm-asm": "0.57.1",
"@noble/curves": "^1.6.0",
"events": "^3.3.0",
"graphql": "^16.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@fuel-ts/transactions": "workspace:*",
"@fuel-ts/utils": "workspace:*",
"@fuel-ts/versions": "workspace:*",
"@fuels/vm-asm": "0.56.0",
"@fuels/vm-asm": "0.57.1",
"ramda": "^0.30.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/program/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@fuel-ts/math": "workspace:*",
"@fuel-ts/transactions": "workspace:*",
"@fuel-ts/utils": "workspace:*",
"@fuels/vm-asm": "0.56.0"
"@fuels/vm-asm": "0.57.1"
},
"devDependencies": {
"@types/ramda": "^0.30.2"
Expand Down
31 changes: 15 additions & 16 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 3048099

Please sign in to comment.