Skip to content

Commit

Permalink
chore: use exact version of connectors
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 committed Aug 28, 2024
1 parent d08ef3c commit d351674
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
42 changes: 21 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions templates/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"test": "vitest"
},
"dependencies": {
"@fuels/connectors": "^0.25.0",
"@fuels/react": "^0.25.0",
"@fuels/connectors": "0.25.0",
"@fuels/react": "0.25.0",
"fuels": "workspace:*",
"@tanstack/react-query": "^5.52.1",
"@wagmi/connectors": "^5.0.26",
Expand Down
4 changes: 2 additions & 2 deletions templates/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"test": "vitest"
},
"dependencies": {
"@fuels/connectors": "^0.25.0",
"@fuels/react": "^0.25.0",
"@fuels/connectors": "0.25.0",
"@fuels/react": "0.25.0",
"@tanstack/react-query": "^5.52.1",
"@tanstack/react-router": "^1.48.1",
"@wagmi/connectors": "^5.0.26",
Expand Down

0 comments on commit d351674

Please sign in to comment.