Skip to content

Commit

Permalink
bump polkadot version (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel-Szydlo authored Oct 19, 2023
1 parent ac93968 commit 44eb34b
Show file tree
Hide file tree
Showing 2 changed files with 766 additions and 131 deletions.
12 changes: 6 additions & 6 deletions sdk/apps/polkadot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nightlylabs/nightly-connect-polkadot",
"version": "0.0.7",
"version": "0.0.8",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -43,14 +43,14 @@
"tslib": "^2.5.3",
"tweetnacl": "^1.0.3",
"typescript": "^5.1.3",
"@polkadot/keyring": "^12.3.2"
"@polkadot/keyring": "^12.5.1"
},
"dependencies": {
"@nightlylabs/nightly-connect-base": "0.0.26",
"@polkadot/api": "^10.9.1",
"@polkadot/types": "^10.9.1",
"@polkadot/util": "^12.3.2",
"@polkadot/util-crypto": "^12.3.2",
"@polkadot/api": "^10.10.1",
"@polkadot/types": "^10.10.1",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"@polkadot/extension-inject": "^0.46.5",
"eventemitter3": "^5.0.1",
"uuid": "^9.0.0"
Expand Down
Loading

0 comments on commit 44eb34b

Please sign in to comment.