Skip to content

Commit

Permalink
deps: upgrade core + sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
gmolki committed Sep 26, 2024
1 parent 2a26fef commit 6604735
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 85 deletions.
178 changes: 104 additions & 74 deletions package-lock.json

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

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "front-aleph-cloud",
"version": "0.15.2",
"version": "0.16.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -11,16 +11,16 @@
"lint:fix": "next lint --fix"
},
"dependencies": {
"@aleph-front/core": "^1.23.0",
"@aleph-sdk/account": "^1.0.3",
"@aleph-sdk/avalanche": "^1.0.3",
"@aleph-sdk/client": "^1.0.6",
"@aleph-sdk/core": "^1.0.3",
"@aleph-sdk/ethereum": "^1.0.3",
"@aleph-sdk/evm": "^1.0.3",
"@aleph-sdk/message": "^1.0.9",
"@aleph-sdk/solana": "^1.0.3",
"@aleph-sdk/superfluid": "^1.0.6",
"@aleph-front/core": "^1.23.1",
"@aleph-sdk/account": "^1.2.0",
"@aleph-sdk/avalanche": "^1.2.0",
"@aleph-sdk/client": "^1.2.0",
"@aleph-sdk/core": "^1.2.0",
"@aleph-sdk/ethereum": "^1.2.0",
"@aleph-sdk/evm": "^1.2.0",
"@aleph-sdk/message": "^1.2.0",
"@aleph-sdk/solana": "^1.2.0",
"@aleph-sdk/superfluid": "^1.2.0",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@hookform/resolvers": "^3.1.1",
"@superfluid-finance/sdk-core": "^0.6.12",
Expand Down

0 comments on commit 6604735

Please sign in to comment.