Skip to content

Commit

Permalink
Merge branch 'master' into ps/chore/adding-ts-checking
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 committed Aug 28, 2024
2 parents 9936e42 + 50d548c commit c40a421
Show file tree
Hide file tree
Showing 6 changed files with 413 additions and 493 deletions.
5 changes: 5 additions & 0 deletions .changeset/sweet-chefs-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-fuels": patch
---

fix: UI integration tests
6 changes: 4 additions & 2 deletions apps/create-fuels-counter-guide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@
"postbuild": "run-s fuels:build original:build"
},
"dependencies": {
"@fuels/connectors": "^0.25.0",
"@fuels/react": "^0.25.0",
"@fuels/connectors": "^0.26.0",
"@fuels/react": "^0.26.0",
"fuels": "workspace:*",
"@tanstack/react-query": "^5.52.1",
"@wagmi/connectors": "^5.1.7",
"@wagmi/core": "^2.13.4",
"dotenv": "^16.4.5",
"next": "14.2.6",
"react": "^18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/demo-wallet-sdk-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"lint": "next lint"
},
"dependencies": {
"@fuels/connectors": "^0.25.0",
"@fuels/react": "^0.25.0",
"@fuels/connectors": "^0.26.0",
"@fuels/react": "^0.26.0",
"@tanstack/react-query": "^5.52.1",
"fuels": "workspace:*",
"next": "14.2.6",
Expand Down
Loading

0 comments on commit c40a421

Please sign in to comment.