Skip to content

Commit

Permalink
Up polkadot/api to 14.2.3 (#11063)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul authored Nov 5, 2024
1 parent 90d98e3 commit a228730
Show file tree
Hide file tree
Showing 6 changed files with 134 additions and 134 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,24 +91,24 @@
"source-map-explorer": "^2.5.3"
},
"resolutions": {
"@polkadot/api": "^14.2.1",
"@polkadot/api-augment": "^14.2.1",
"@polkadot/api-base": "^14.2.1",
"@polkadot/api-contract": "^14.2.1",
"@polkadot/api-derive": "^14.2.1",
"@polkadot/api": "^14.2.3",
"@polkadot/api-augment": "^14.2.3",
"@polkadot/api-base": "^14.2.3",
"@polkadot/api-contract": "^14.2.3",
"@polkadot/api-derive": "^14.2.3",
"@polkadot/hw-ledger": "^13.2.1",
"@polkadot/keyring": "^13.2.1",
"@polkadot/networks": "^13.2.1",
"@polkadot/phishing": "^0.24.2",
"@polkadot/rpc-augment": "^14.2.1",
"@polkadot/rpc-core": "^14.2.1",
"@polkadot/rpc-provider": "^14.2.1",
"@polkadot/types": "^14.2.1",
"@polkadot/types-augment": "^14.2.1",
"@polkadot/types-codec": "^14.2.1",
"@polkadot/types-create": "^14.2.1",
"@polkadot/types-known": "^14.2.1",
"@polkadot/types-support": "^14.2.1",
"@polkadot/rpc-augment": "^14.2.3",
"@polkadot/rpc-core": "^14.2.3",
"@polkadot/rpc-provider": "^14.2.3",
"@polkadot/types": "^14.2.3",
"@polkadot/types-augment": "^14.2.3",
"@polkadot/types-codec": "^14.2.3",
"@polkadot/types-create": "^14.2.3",
"@polkadot/types-known": "^14.2.3",
"@polkadot/types-support": "^14.2.3",
"@polkadot/util": "^13.2.1",
"@polkadot/util-crypto": "^13.2.1",
"@polkadot/wasm-crypto": "^7.3.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/apps-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"@peaqnetwork/type-definitions": "0.0.4",
"@pendulum-chain/type-definitions": "0.3.8",
"@phala/typedefs": "0.2.33",
"@polkadot/api": "^14.2.1",
"@polkadot/api-derive": "^14.2.1",
"@polkadot/api": "^14.2.3",
"@polkadot/api-derive": "^14.2.3",
"@polkadot/networks": "^13.2.2",
"@polkadot/react-identicon": "^3.11.2",
"@polkadot/types": "^14.2.1",
"@polkadot/types-codec": "^14.2.1",
"@polkadot/types": "^14.2.3",
"@polkadot/types-codec": "^14.2.3",
"@polkadot/util": "^13.2.2",
"@polkadot/util-crypto": "^13.2.2",
"@polkadot/wasm-util": "^7.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/page-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"type": "module",
"version": "0.145.2-14-x",
"dependencies": {
"@polkadot/api-contract": "14.2.1",
"@polkadot/api-contract": "14.2.3",
"eventemitter3": "^5.0.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"path": false
},
"dependencies": {
"@polkadot/api": "^14.2.1",
"@polkadot/api": "^14.2.3",
"@polkadot/extension-compat-metamask": "^0.56.1",
"@polkadot/extension-dapp": "^0.56.1",
"@polkadot/rpc-provider": "^14.2.1",
"@polkadot/rpc-provider": "^14.2.3",
"fflate": "^0.8.1",
"rxjs": "^7.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/test-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"testcontainers": "^10.4.0"
},
"devDependencies": {
"@polkadot/types-support": "14.2.1",
"@polkadot/types-support": "14.2.3",
"@testing-library/jest-dom": "^5.17.0",
"tsconfig-paths": "^4.2.0"
},
Expand Down
Loading

0 comments on commit a228730

Please sign in to comment.