Skip to content

Commit

Permalink
feat: 🎸 update polkadot dependencies
Browse files Browse the repository at this point in the history
update polkadot dependencies to latest version. This is supposed to
prevent "abnormal closure" errors after chain upgrades
  • Loading branch information
polymath-eric committed Jun 5, 2024
1 parent 7edc369 commit 654b99c
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 177 deletions.
72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/typescript": "4.0.1",
"@ovos-media/ts-transform-paths": "^1.7.18-1",
"@polkadot/dev-ts": "^0.79.2",
"@polkadot/typegen": "11.0.3",
"@polkadot/dev-ts": "^0.79.3",
"@polkadot/typegen": "11.2.1",
"@polymeshassociation/local-signing-manager": "^3.0.1",
"@polymeshassociation/polymesh-types": "^5.11.1",
"@polymeshassociation/signing-manager-types": "^3.0.0",
Expand Down Expand Up @@ -122,7 +122,7 @@
},
"dependencies": {
"@apollo/client": "^3.8.1",
"@polkadot/api": "11.1.1",
"@polkadot/api": "11.2.1",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"bignumber.js": "9.0.1",
Expand All @@ -140,35 +140,35 @@
},
"resolutions": {
"@polkadot/keyring": "12.6.2",
"@polkadot/api-augment": "11.1.1",
"@polkadot/api-base": "11.1.1",
"@polkadot/api-derive": "11.1.1",
"@polkadot/rpc-augment": "11.1.1",
"@polkadot/rpc-core": "11.1.1",
"@polkadot/rpc-provider": "11.1.1",
"@polkadot/types": "11.1.1",
"@polkadot/types-augment": "11.1.1",
"@polkadot/types-codec": "11.1.1",
"@polkadot/types-create": "11.1.1",
"@polkadot/types-known": "11.1.1",
"@polkadot/api-augment": "11.2.1",
"@polkadot/api-base": "11.2.1",
"@polkadot/api-derive": "11.2.1",
"@polkadot/rpc-augment": "11.2.1",
"@polkadot/rpc-core": "11.2.1",
"@polkadot/rpc-provider": "11.2.1",
"@polkadot/types": "11.2.1",
"@polkadot/types-augment": "11.2.1",
"@polkadot/types-codec": "11.2.1",
"@polkadot/types-create": "11.2.1",
"@polkadot/types-known": "11.2.1",
"@polkadot/util": "12.6.2",
"@polkadot/networks": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@polkadot/x-bigint": "12.6.2"
},
"overrides": {
"@polkadot/keyring": "12.6.2",
"@polkadot/api-augment": "11.1.1",
"@polkadot/api-base": "11.1.1",
"@polkadot/api-derive": "11.1.1",
"@polkadot/rpc-augment": "11.1.1",
"@polkadot/rpc-core": "11.1.1",
"@polkadot/rpc-provider": "11.1.1",
"@polkadot/types": "11.1.1",
"@polkadot/types-augment": "11.1.1",
"@polkadot/types-codec": "11.1.1",
"@polkadot/types-create": "11.1.1",
"@polkadot/types-known": "11.1.1",
"@polkadot/api-augment": "11.2.1",
"@polkadot/api-base": "11.2.1",
"@polkadot/api-derive": "11.2.1",
"@polkadot/rpc-augment": "11.2.1",
"@polkadot/rpc-core": "11.2.1",
"@polkadot/rpc-provider": "11.2.1",
"@polkadot/types": "11.2.1",
"@polkadot/types-augment": "11.2.1",
"@polkadot/types-codec": "11.2.1",
"@polkadot/types-create": "11.2.1",
"@polkadot/types-known": "11.2.1",
"@polkadot/util": "12.6.2",
"@polkadot/networks": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
Expand All @@ -177,17 +177,17 @@
"pnpm": {
"overrides": {
"@polkadot/keyring": "12.6.2",
"@polkadot/api-augment": "11.1.1",
"@polkadot/api-base": "11.1.1",
"@polkadot/api-derive": "11.1.1",
"@polkadot/rpc-augment": "11.1.1",
"@polkadot/rpc-core": "11.1.1",
"@polkadot/rpc-provider": "11.1.1",
"@polkadot/types": "11.1.1",
"@polkadot/types-augment": "11.1.1",
"@polkadot/types-codec": "11.1.1",
"@polkadot/types-create": "11.1.1",
"@polkadot/types-known": "11.1.1",
"@polkadot/api-augment": "11.2.1",
"@polkadot/api-base": "11.2.1",
"@polkadot/api-derive": "11.2.1",
"@polkadot/rpc-augment": "11.2.1",
"@polkadot/rpc-core": "11.2.1",
"@polkadot/rpc-provider": "11.2.1",
"@polkadot/types": "11.2.1",
"@polkadot/types-augment": "11.2.1",
"@polkadot/types-codec": "11.2.1",
"@polkadot/types-create": "11.2.1",
"@polkadot/types-known": "11.2.1",
"@polkadot/util": "12.6.2",
"@polkadot/networks": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
Expand Down
Loading

0 comments on commit 654b99c

Please sign in to comment.