Skip to content

Commit

Permalink
build(deps): bump @fuels/vm-asm from 0.54.0 to 0.55.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] committed Jul 14, 2024
1 parent b7a3e5b commit 09a9711
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 19 deletions.
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
47 changes: 33 additions & 14 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 09a9711

Please sign in to comment.