Skip to content

Commit

Permalink
build(deps): bump @fuels/vm-asm from 0.54.0 to 0.55.0 (#2768)
Browse files Browse the repository at this point in the history
* build(deps): bump @fuels/vm-asm from 0.54.0 to 0.55.0

Bumps @fuels/vm-asm from 0.54.0 to 0.55.0.

---
updated-dependencies:
- dependency-name: "@fuels/vm-asm"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* build: update dependency changeset

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and github-actions[bot] committed Jul 15, 2024
1 parent ce5b6b8 commit c62ae85
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 18 deletions.
6 changes: 6 additions & 0 deletions .changeset/eight-trainers-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@fuel-ts/account": patch
"@fuel-ts/program": patch
---

build(deps): bump @fuels/vm-asm from 0.54.0 to 0.55.0
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.54.0",
"@fuels/vm-asm": "0.55.0",
"@types/node": "18.15.3",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.3",
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.54.0",
"@fuels/vm-asm": "0.55.0",
"@testing-library/react": "^16.0.0",
"@types/node": "^16.18.34",
"@types/react": "^18.3.3",
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.54.0",
"@fuels/vm-asm": "0.55.0",
"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.54.0",
"@fuels/vm-asm": "0.55.0",
"@noble/curves": "^1.4.2",
"events": "^3.3.0",
"graphql": "^16.9.0",
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.54.0"
"@fuels/vm-asm": "0.55.0"
},
"devDependencies": {
"@types/ramda": "^0.29.3"
Expand Down
26 changes: 13 additions & 13 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 c62ae85

Please sign in to comment.