Skip to content

Commit 3048099

Browse files
authored
chore: upgrading @fuels/vm-asm to 0.57.1 (#3214)
* 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
1 parent 80df900 commit 3048099

File tree

8 files changed

+28
-22
lines changed

8 files changed

+28
-22
lines changed

.changeset/poor-mice-allow.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@fuel-ts/contract": patch
3+
"@fuel-ts/account": patch
4+
"@fuel-ts/program": patch
5+
---
6+
7+
chore: upgrading `@fuels/vm-asm` to `0.57.1`

apps/demo-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"pretest": "pnpm original:build"
1111
},
1212
"dependencies": {
13-
"@fuels/vm-asm": "0.56.0",
13+
"@fuels/vm-asm": "0.57.1",
1414
"@types/node": "^22.5.5",
1515
"@types/react-dom": "^18.3",
1616
"@types/react": "^18.3.8",

apps/demo-react-cra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.29",
44
"private": true,
55
"dependencies": {
6-
"@fuels/vm-asm": "0.56.0",
6+
"@fuels/vm-asm": "0.57.1",
77
"@testing-library/react": "^16.0.1",
88
"@types/node": "^22.5.5",
99
"@types/react": "^18.3.8",

apps/demo-react-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"pretest": "pnpm original:build"
1212
},
1313
"dependencies": {
14-
"@fuels/vm-asm": "0.56.0",
14+
"@fuels/vm-asm": "0.57.1",
1515
"fuels": "workspace:*",
1616
"react-dom": "^18.3.1",
1717
"react": "^18.3.1"

packages/account/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@fuel-ts/transactions": "workspace:*",
6060
"@fuel-ts/utils": "workspace:*",
6161
"@fuel-ts/versions": "workspace:*",
62-
"@fuels/vm-asm": "0.56.0",
62+
"@fuels/vm-asm": "0.57.1",
6363
"@noble/curves": "^1.6.0",
6464
"events": "^3.3.0",
6565
"graphql": "^16.9.0",

packages/contract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@fuel-ts/transactions": "workspace:*",
5252
"@fuel-ts/utils": "workspace:*",
5353
"@fuel-ts/versions": "workspace:*",
54-
"@fuels/vm-asm": "0.56.0",
54+
"@fuels/vm-asm": "0.57.1",
5555
"ramda": "^0.30.1"
5656
},
5757
"devDependencies": {

packages/program/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@fuel-ts/math": "workspace:*",
3535
"@fuel-ts/transactions": "workspace:*",
3636
"@fuel-ts/utils": "workspace:*",
37-
"@fuels/vm-asm": "0.56.0"
37+
"@fuels/vm-asm": "0.57.1"
3838
},
3939
"devDependencies": {
4040
"@types/ramda": "^0.30.2"

pnpm-lock.yaml

Lines changed: 15 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)