Skip to content

Commit

Permalink
Merge pull request #358 from algorandfoundation/update-subscriber
Browse files Browse the repository at this point in the history
chore: update subscriber and utils
  • Loading branch information
neilcampbell authored Dec 4, 2024
2 parents 6e35484 + 8f32ea5 commit 5fcd3ab
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 17 deletions.
96 changes: 84 additions & 12 deletions package-lock.json

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

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"postinstall": "patch-package"
},
"dependencies": {
"@algorandfoundation/algokit-subscriber": "^2.0.4",
"@algorandfoundation/algokit-utils": "^7.0.0-beta.24",
"@algorandfoundation/algokit-subscriber": "^2.1.0",
"@algorandfoundation/algokit-utils": "^7.0.0",
"@auth0/auth0-react": "^2.2.4",
"@blockshake/defly-connect": "^1.1.6",
"@daffiwallet/connect": "^1.0.3",
Expand Down Expand Up @@ -195,8 +195,6 @@
},
"overrides": {
"ws@>7.0.0 <7.5.9": "7.5.10",
"@algorandfoundation/algokit-utils@<7.0.0": "^7.0.0-beta.24",
"path-to-regexp@>= 0.2.0 <8.0.0": "8.0.0",
"cross-spawn": "^7.0.6"
"path-to-regexp@>= 0.2.0 <8.0.0": "8.0.0"
}
}

0 comments on commit 5fcd3ab

Please sign in to comment.