Skip to content

Commit

Permalink
sync deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaiwat10 committed Aug 28, 2024
1 parent fc89947 commit 503d6cd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 533 deletions.
4 changes: 2 additions & 2 deletions apps/create-fuels-counter-guide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"postbuild": "run-s fuels:build original:build"
},
"dependencies": {
"@fuels/connectors": "^0.8.1",
"@fuels/react": "^0.20.0",
"@fuels/connectors": "^0.25.0",
"@fuels/react": "^0.25.0",
"fuels": "workspace:*",
"@tanstack/react-query": "^5.51.23",
"dotenv": "^16.4.5",
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.8.1",
"@fuels/react": "^0.20.0",
"@fuels/connectors": "^0.25.0",
"@fuels/react": "^0.25.0",
"@tanstack/react-query": "^5.51.23",
"fuels": "workspace:*",
"next": "14.2.5",
Expand Down
2 changes: 1 addition & 1 deletion apps/demo-wallet-sdk-react/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function App({ Component, pageProps }: AppProps) {
fuelConfig={{
connectors: [
new FuelWalletConnector(),
new WalletConnectConnector(),
new WalletConnectConnector({}),
new BakoSafeConnector(),
new FueletWalletConnector(),
new FuelWalletDevelopmentConnector(),
Expand Down
Loading

0 comments on commit 503d6cd

Please sign in to comment.