Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/tanstack/react-que…
Browse files Browse the repository at this point in the history
…ry-5.51.1
  • Loading branch information
petertonysmith94 committed Jul 15, 2024
2 parents b59c006 + c62ae85 commit 7ff4338
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 7ff4338

Please sign in to comment.