Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/cloud_provider/production_react_netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
},
"dependencies": {
"@algorandfoundation/algokit-utils": "^7.0.0",
"@blockshake/defly-connect": "^1.1.6",
"@blockshake/defly-connect": "1.1.6",
"@daffiwallet/connect": "^1.0.3",
"@perawallet/connect": "^1.3.4",
"@perawallet/connect": "1.3.5",
"@txnlab/use-wallet": "^2.8.2",
"algosdk": ">=2.9.0 <3.0",
"daisyui": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/cloud_provider/production_react_vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
},
"dependencies": {
"@algorandfoundation/algokit-utils": "^7.0.0",
"@blockshake/defly-connect": "^1.1.6",
"@blockshake/defly-connect": "1.1.6",
"@daffiwallet/connect": "^1.0.3",
"@perawallet/connect": "^1.3.4",
"@perawallet/connect": "1.3.5",
"@txnlab/use-wallet": "^2.8.2",
"algosdk": ">=2.9.0 <3.0",
"daisyui": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/production_react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
},
"dependencies": {
"@algorandfoundation/algokit-utils": "^7.0.0",
"@blockshake/defly-connect": "^1.1.6",
"@blockshake/defly-connect": "1.1.6",
"@daffiwallet/connect": "^1.0.3",
"@perawallet/connect": "^1.3.4",
"@perawallet/connect": "1.3.5",
"@txnlab/use-wallet": "^2.8.2",
"algosdk": ">=2.9.0 <3.0",
"daisyui": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/starter_react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
},
"dependencies": {
"@algorandfoundation/algokit-utils": "^7.0.0",
"@blockshake/defly-connect": "^1.1.6",
"@blockshake/defly-connect": "1.1.6",
"@daffiwallet/connect": "^1.0.3",
"@perawallet/connect": "^1.3.4",
"@perawallet/connect": "1.3.5",
"@txnlab/use-wallet": "^2.8.2",
"algosdk": ">=2.9.0 <3.0",
"notistack": "^3.0.1",
Expand Down
4 changes: 2 additions & 2 deletions template_content/package.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
},
"dependencies": {
"@algorandfoundation/algokit-utils": "^7.0.0",
"@blockshake/defly-connect": "^1.1.6",
"@blockshake/defly-connect": "1.1.6",
"@daffiwallet/connect": "^1.0.3",
"@perawallet/connect": "^1.3.4",
"@perawallet/connect": "1.3.5",
"@txnlab/use-wallet": "^2.8.2",
"algosdk": ">=2.9.0 <3.0",
{% if use_daisy_ui -%}
Expand Down