Skip to content

Commit

Permalink
Bump all necessary polkadot-js deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Jun 20, 2024
1 parent b2e1e45 commit b9b3702
Show file tree
Hide file tree
Showing 7 changed files with 167 additions and 167 deletions.
30 changes: 15 additions & 15 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": "^11.1.1",
"@polkadot/api-augment": "^11.1.1",
"@polkadot/api-base": "^11.1.1",
"@polkadot/api-contract": "^11.1.1",
"@polkadot/api-derive": "^11.1.1",
"@polkadot/api": "^11.3.1",
"@polkadot/api-augment": "^11.3.1",
"@polkadot/api-base": "^11.3.1",
"@polkadot/api-contract": "^11.3.1",
"@polkadot/api-derive": "^11.3.1",
"@polkadot/hw-ledger": "^12.6.2",
"@polkadot/keyring": "^12.6.2",
"@polkadot/networks": "^12.6.2",
"@polkadot/phishing": "^0.22.8",
"@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/types-support": "^11.1.1",
"@polkadot/phishing": "^0.22.9",
"@polkadot/rpc-augment": "^11.3.1",
"@polkadot/rpc-core": "^11.3.1",
"@polkadot/rpc-provider": "^11.3.1",
"@polkadot/types": "^11.3.1",
"@polkadot/types-augment": "^11.3.1",
"@polkadot/types-codec": "^11.3.1",
"@polkadot/types-create": "^11.3.1",
"@polkadot/types-known": "^11.3.1",
"@polkadot/types-support": "^11.3.1",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@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": "^11.1.1",
"@polkadot/api-derive": "^11.1.1",
"@polkadot/api": "^11.3.1",
"@polkadot/api-derive": "^11.3.1",
"@polkadot/networks": "^12.6.2",
"@polkadot/react-identicon": "^3.6.6",
"@polkadot/types": "^11.1.1",
"@polkadot/types-codec": "^11.1.1",
"@polkadot/types": "^11.3.1",
"@polkadot/types-codec": "^11.3.1",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@polkadot/wasm-util": "^7.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/page-accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@polkadot/react-components": "^0.138.2-30-x",
"@polkadot/react-hooks": "^0.138.2-30-x",
"@polkadot/util": "^12.6.2",
"@polkadot/vanitygen": "^0.56.11",
"@polkadot/vanitygen": "^0.56.12",
"detect-browser": "^5.3.0",
"file-saver": "^2.0.5"
},
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.138.2-30-x",
"dependencies": {
"@polkadot/api-contract": "^11.1.1",
"@polkadot/api-contract": "^11.3.1",
"eventemitter3": "^5.0.1"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 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": "^11.1.1",
"@polkadot/extension-compat-metamask": "^0.47.5",
"@polkadot/extension-dapp": "^0.47.5",
"@polkadot/rpc-provider": "^11.1.1",
"@polkadot/api": "^11.3.1",
"@polkadot/extension-compat-metamask": "^0.47.6",
"@polkadot/extension-dapp": "^0.47.6",
"@polkadot/rpc-provider": "^11.3.1",
"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": "^11.1.1",
"@polkadot/types-support": "^11.3.1",
"@testing-library/jest-dom": "^5.17.0",
"tsconfig-paths": "^4.2.0"
},
Expand Down
Loading

0 comments on commit b9b3702

Please sign in to comment.