Skip to content

Commit

Permalink
polkadot dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
smohan-dw committed May 20, 2022
1 parent a217815 commit b1b0acc
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 179 deletions.
6 changes: 3 additions & 3 deletions packages/credential/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"@cord.network/network": "workspace:*",
"@cord.network/types": "workspace:*",
"@cord.network/utils": "workspace:*",
"@polkadot/keyring": "8.5.1",
"@polkadot/keyring": "8.7.1",
"@polkadot/types": "7.12.1",
"@polkadot/util": "8.5.1",
"@polkadot/util-crypto": "8.5.1",
"@polkadot/util": "8.7.1",
"@polkadot/util-crypto": "8.7.1",
"jsonld": "^2.0.2",
"jsonld-signatures": "^5.0.0",
"vc-js": "^0.6.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"@cord.network/modules": "workspace:*",
"@cord.network/types": "workspace:*",
"@cord.network/utils": "workspace:*",
"@polkadot/util": "8.5.1"
"@polkadot/util": "8.7.1"
}
}
6 changes: 3 additions & 3 deletions packages/modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"@cord.network/types": "workspace:*",
"@cord.network/utils": "workspace:*",
"@polkadot/api": "7.12.1",
"@polkadot/keyring": "8.5.1",
"@polkadot/keyring": "8.7.1",
"@polkadot/types": "7.12.1",
"@polkadot/types-known": "7.12.1",
"@polkadot/util": "8.5.1",
"@polkadot/util-crypto": "8.5.1",
"@polkadot/util": "8.7.1",
"@polkadot/util-crypto": "8.7.1",
"tweetnacl": "^1.0.3",
"typescript-logging": "^0.6.4"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"@cord.network/types": "workspace:*",
"@cord.network/utils": "workspace:*",
"@polkadot/api": "7.12.1",
"@polkadot/keyring": "8.5.1",
"@polkadot/keyring": "8.7.1",
"@polkadot/types": "7.12.1",
"@polkadot/util": "8.5.1",
"@polkadot/util": "8.7.1",
"typescript-logging": "^0.6.4"
}
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"homepage": "https://github.com/dhiway/cord.js#readme",
"dependencies": {
"@polkadot/api": "7.12.1",
"@polkadot/keyring": "8.5.1",
"@polkadot/keyring": "8.7.1",
"@polkadot/types": "7.12.1",
"tweetnacl": "^1.0.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
},
"dependencies": {
"@cord.network/types": "workspace:*",
"@polkadot/keyring": "8.5.1",
"@polkadot/keyring": "8.7.1",
"@polkadot/types": "7.12.1",
"@polkadot/util": "8.5.1",
"@polkadot/util-crypto": "8.5.1",
"@polkadot/util": "8.7.1",
"@polkadot/util-crypto": "8.7.1",
"tweetnacl": "^1.0.3",
"uuid": "^8.1.0"
}
Expand Down
Loading

0 comments on commit b1b0acc

Please sign in to comment.