Skip to content

Commit

Permalink
chore: removing old dependencies, adding algosdk to peer
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Aug 31, 2023
1 parent 214f4ed commit 6b86ca2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 33 deletions.
37 changes: 7 additions & 30 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@
"pre-commit": "npm run lint:scripts && npm run format:scripts && npm run test:integration"
},
"dependencies": {
"@algorandfoundation/algokit-utils": "^2.3.2",
"algosdk": "^2.5.0",
"beaker-ts": "^0.1.2"
"@algorandfoundation/algokit-utils": "^2.3.2"
},
"peerDependencies": {
"algosdk": "^2.5.0"
},
"devDependencies": {
"@feki.de/semantic-release-yarn": "1.0.1",
Expand Down

0 comments on commit 6b86ca2

Please sign in to comment.