Skip to content

Commit

Permalink
chore: upgrade akashjs version to v0.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jtary committed Sep 2, 2023
1 parent 22d0c8b commit 2048234
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"css": "npx tailwindcss -i ./src/style/app.scss -o ./src/style/app.css --watch"
},
"dependencies": {
"@akashnetwork/akashjs": "^0.4.13",
"@akashnetwork/akashjs": "^0.4.15",
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/proto-signing": "0.25.4",
"@craco/craco": "^6.4.4",
Expand Down Expand Up @@ -92,4 +92,4 @@
]
},
"typings": "./src/react-app-env.d.ts"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.2.0.tgz#e1a84fca468f4b337816fcb7f0964beb620ba855"
integrity sha512-E09FiIft46CmH5Qnjb0wsW54/YQd69LsxeKUOWawmws1XWvyFGURnAChH0mlr7YPFR1ofwvUQfcL0J3lMxXqPA==

"@akashnetwork/akashjs@^0.4.13":
version "0.4.13"
resolved "https://registry.yarnpkg.com/@akashnetwork/akashjs/-/akashjs-0.4.13.tgz#a1e3e4ac6e49487a365e1a2e6143907d580d1375"
integrity sha512-QLYFJwWAwYzMxRsTa/eXt7rOh9To4smQkfSJvbi+4kxSbbxMT+5BaUEh6dKJEd/Du3tXjhAjv9vbbt9gW72s9w==
"@akashnetwork/akashjs@^0.4.15":
version "0.4.15"
resolved "https://registry.yarnpkg.com/@akashnetwork/akashjs/-/akashjs-0.4.15.tgz#7b1772b16f231b1b862b0c8e4498230294b85748"
integrity sha512-eczksGKrYeNn6oOSYI0Gt8G5Z+22c1vMgZKA7F0fi4KAGzyYoUrUR/s4vyx9zQk6fvgfK5j34SHodWcX1z6OsA==
dependencies:
"@cosmjs/launchpad" "^0.27.0"
"@cosmjs/proto-signing" "^0.28.11"
Expand Down

0 comments on commit 2048234

Please sign in to comment.