Skip to content

Commit

Permalink
Merge pull request #32 from algorandfoundation/update-dependencies
Browse files Browse the repository at this point in the history
chore: add client generator depdency
  • Loading branch information
neilcampbell authored May 7, 2024
2 parents 21ea7af + e44bcd4 commit 02101bd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"npm": ">=9.0"
},
"devDependencies": {
"@algorandfoundation/algokit-client-generator": "^3.0.3",
"@types/node": "^18.17.14",
"@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4",
Expand All @@ -34,7 +35,7 @@
},
"dependencies": {
"@walletconnect/modal-sign-html": "^2.6.1",
"@algorandfoundation/algokit-utils": "^5.0.0",
"@algorandfoundation/algokit-utils": "^6.0.2",
"@blockshake/defly-connect": "^1.1.6",
"@daffiwallet/connect": "^1.0.3",
"@perawallet/connect": "^1.3.1",
Expand Down
3 changes: 2 additions & 1 deletion examples/cloud_provider/production_react_vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"npm": ">=9.0"
},
"devDependencies": {
"@algorandfoundation/algokit-client-generator": "^3.0.3",
"@types/node": "^18.17.14",
"@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4",
Expand All @@ -34,7 +35,7 @@
},
"dependencies": {
"@walletconnect/modal-sign-html": "^2.6.1",
"@algorandfoundation/algokit-utils": "^5.0.0",
"@algorandfoundation/algokit-utils": "^6.0.2",
"@blockshake/defly-connect": "^1.1.6",
"@daffiwallet/connect": "^1.0.3",
"@perawallet/connect": "^1.3.1",
Expand Down
3 changes: 2 additions & 1 deletion examples/production_react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"npm": ">=9.0"
},
"devDependencies": {
"@algorandfoundation/algokit-client-generator": "^3.0.3",
"@types/node": "^18.17.14",
"@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4",
Expand All @@ -34,7 +35,7 @@
},
"dependencies": {
"@walletconnect/modal-sign-html": "^2.6.1",
"@algorandfoundation/algokit-utils": "^5.0.0",
"@algorandfoundation/algokit-utils": "^6.0.2",
"@blockshake/defly-connect": "^1.1.6",
"@daffiwallet/connect": "^1.0.3",
"@perawallet/connect": "^1.3.1",
Expand Down
3 changes: 2 additions & 1 deletion examples/starter_react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"npm": ">=9.0"
},
"devDependencies": {
"@algorandfoundation/algokit-client-generator": "^3.0.3",
"@types/node": "^18.17.14",
"@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4",
Expand All @@ -23,7 +24,7 @@
},
"dependencies": {
"@walletconnect/modal-sign-html": "^2.6.1",
"@algorandfoundation/algokit-utils": "^5.0.0",
"@algorandfoundation/algokit-utils": "^6.0.2",
"@blockshake/defly-connect": "^1.1.6",
"@daffiwallet/connect": "^1.0.3",
"@perawallet/connect": "^1.3.1",
Expand Down
3 changes: 2 additions & 1 deletion template_content/package.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"npm": ">=9.0"
},
"devDependencies": {
"@algorandfoundation/algokit-client-generator": "^3.0.3",
"@types/node": "^18.17.14",
"@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4",
Expand Down Expand Up @@ -42,7 +43,7 @@
},
"dependencies": {
"@walletconnect/modal-sign-html": "^2.6.1",
"@algorandfoundation/algokit-utils": "^5.0.0",
"@algorandfoundation/algokit-utils": "^6.0.2",
"@blockshake/defly-connect": "^1.1.6",
"@daffiwallet/connect": "^1.0.3",
"@perawallet/connect": "^1.3.1",
Expand Down

0 comments on commit 02101bd

Please sign in to comment.