Skip to content

Commit

Permalink
fix: UI integration tests (#3044)
Browse files Browse the repository at this point in the history
* chore: testing against next

* chore: retest using PR version

* fix: ui integration tests

* chore: changeset

* chore: update test tag

* Update .github/workflows/test.yaml

* chore: bump versions

* chore: add lock file

* chore: updated all dependencies

* chore: revert workflow testing

* chore: remove unused deps
  • Loading branch information
petertonysmith94 authored Aug 28, 2024
1 parent 01e2f0e commit 50d548c
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 50d548c

Please sign in to comment.