Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 committed Aug 28, 2024
1 parent ca6f83d commit 1a1da83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions templates/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"test": "vitest"
},
"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",
"@wagmi/connectors": "^5.0.26",
"@wagmi/connectors": "^5.1.7",
"@wagmi/core": "^2.13.4",
"dotenv": "^16.4.5",
"fuels": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions templates/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"test": "vitest"
},
"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",
"@tanstack/react-router": "^1.48.1",
"@wagmi/connectors": "^5.0.26",
"@wagmi/connectors": "^5.1.7",
"@wagmi/core": "^2.13.4",
"dotenv": "^16.4.5",
"fuels": "workspace:*",
Expand Down

0 comments on commit 1a1da83

Please sign in to comment.