Skip to content

Commit

Permalink
Bump api (polkadot-js#6811)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Jan 10, 2022
1 parent 0d05dd6 commit 381536f
Show file tree
Hide file tree
Showing 7 changed files with 134 additions and 134 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,24 +89,24 @@
"webpack-cli": "^4.9.1"
},
"resolutions": {
"@polkadot/api": "^7.3.1",
"@polkadot/api-augment": "^7.3.1",
"@polkadot/api-base": "^7.3.1",
"@polkadot/api-contract": "^7.3.1",
"@polkadot/api-derive": "^7.3.1",
"@polkadot/api": "^7.3.2-1",
"@polkadot/api-augment": "^7.3.2-1",
"@polkadot/api-base": "^7.3.2-1",
"@polkadot/api-contract": "^7.3.2-1",
"@polkadot/api-derive": "^7.3.2-1",
"@polkadot/hw-ledger": "^8.3.1",
"@polkadot/keyring": "^8.3.1",
"@polkadot/networks": "^8.3.1",
"@polkadot/phishing": "^0.8.7",
"@polkadot/rpc-augment": "^7.3.1",
"@polkadot/rpc-core": "^7.3.1",
"@polkadot/rpc-provider": "^7.3.1",
"@polkadot/types": "^7.3.1",
"@polkadot/types-augment": "^7.3.1",
"@polkadot/types-codec": "^7.3.1",
"@polkadot/types-create": "^7.3.1",
"@polkadot/types-known": "^7.3.1",
"@polkadot/types-support": "^7.3.1",
"@polkadot/phishing": "^0.8.9",
"@polkadot/rpc-augment": "^7.3.2-1",
"@polkadot/rpc-core": "^7.3.2-1",
"@polkadot/rpc-provider": "^7.3.2-1",
"@polkadot/types": "^7.3.2-1",
"@polkadot/types-augment": "^7.3.2-1",
"@polkadot/types-codec": "^7.3.2-1",
"@polkadot/types-create": "^7.3.2-1",
"@polkadot/types-known": "^7.3.2-1",
"@polkadot/types-support": "^7.3.2-1",
"@polkadot/util": "^8.3.1",
"@polkadot/util-crypto": "^8.3.1",
"@polkadot/wasm-crypto": "^4.5.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/apps-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"@metaverse-network-sdk/type-definitions": "^0.0.1-6",
"@parallel-finance/type-definitions": "1.4.4",
"@phala/typedefs": "0.2.30",
"@polkadot/api": "^7.3.1",
"@polkadot/api-derive": "^7.3.1",
"@polkadot/api": "^7.3.2-1",
"@polkadot/api-derive": "^7.3.2-1",
"@polkadot/networks": "^8.3.1",
"@polkadot/types": "^7.3.1",
"@polkadot/types": "^7.3.2-1",
"@polkadot/util": "^8.3.1",
"@polkadot/x-fetch": "^8.3.1",
"@polymathnetwork/polymesh-types": "0.0.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 @@ -14,7 +14,7 @@
"version": "0.101.2-2",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@polkadot/phishing": "^0.8.7",
"@polkadot/phishing": "^0.8.9",
"@polkadot/react-components": "^0.101.2-2",
"@polkadot/vanitygen": "^0.48.11",
"detect-browser": "^5.3.0",
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 @@ -14,6 +14,6 @@
"version": "0.101.2-2",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@polkadot/api-contract": "^7.3.1"
"@polkadot/api-contract": "^7.3.2-1"
}
}
2 changes: 1 addition & 1 deletion packages/react-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": "0.101.2-2",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@polkadot/api": "^7.3.1",
"@polkadot/api": "^7.3.2-1",
"@polkadot/extension-compat-metamask": "^0.42.5",
"@polkadot/extension-dapp": "^0.42.5",
"@substrate/connect": "0.4.6",
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 @@ -17,7 +17,7 @@
"testcontainers": "^8.1.2"
},
"devDependencies": {
"@polkadot/types-support": "^7.3.1",
"@polkadot/types-support": "^7.3.2-1",
"@testing-library/jest-dom": "^5.16.1",
"tsconfig-paths": "^3.12.0"
}
Expand Down
Loading

0 comments on commit 381536f

Please sign in to comment.