Skip to content

Commit

Permalink
Bump API (#8293)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Nov 1, 2022
1 parent b9ca208 commit a704674
Show file tree
Hide file tree
Showing 49 changed files with 288 additions and 288 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,16 @@
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/register": "^7.18.9",
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.0",
"@crustio/crust-pin": "^1.0.0",
"@pinata/sdk": "^1.2.1",
"@polkadot/dev": "^0.67.148",
"@polkadot/dev": "^0.67.150",
"@types/chart.js": "^2.9.37",
"@types/file-saver": "^2.0.5",
"@types/jest": "^29.2.0",
"@types/jest": "^29.2.1",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.0.7",
"@types/react-dom": "^18.0.8",
"@types/react-router-dom": "^5.3.3",
"@types/store": "^2.0.2",
"@types/styled-components": "^5.1.26",
Expand All @@ -94,24 +94,24 @@
"styled-components": "^5.3.6"
},
"resolutions": {
"@polkadot/api": "^9.6.1",
"@polkadot/api-augment": "^9.6.1",
"@polkadot/api-base": "^9.6.1",
"@polkadot/api-contract": "^9.6.1",
"@polkadot/api-derive": "^9.6.1",
"@polkadot/api": "^9.6.2",
"@polkadot/api-augment": "^9.6.2",
"@polkadot/api-base": "^9.6.2",
"@polkadot/api-contract": "^9.6.2",
"@polkadot/api-derive": "^9.6.2",
"@polkadot/hw-ledger": "^10.1.11",
"@polkadot/keyring": "^10.1.11",
"@polkadot/networks": "^10.1.11",
"@polkadot/phishing": "^0.18.10",
"@polkadot/rpc-augment": "^9.6.1",
"@polkadot/rpc-core": "^9.6.1",
"@polkadot/rpc-provider": "^9.6.1",
"@polkadot/types": "^9.6.1",
"@polkadot/types-augment": "^9.6.1",
"@polkadot/types-codec": "^9.6.1",
"@polkadot/types-create": "^9.6.1",
"@polkadot/types-known": "^9.6.1",
"@polkadot/types-support": "^9.6.1",
"@polkadot/rpc-augment": "^9.6.2",
"@polkadot/rpc-core": "^9.6.2",
"@polkadot/rpc-provider": "^9.6.2",
"@polkadot/types": "^9.6.2",
"@polkadot/types-augment": "^9.6.2",
"@polkadot/types-codec": "^9.6.2",
"@polkadot/types-create": "^9.6.2",
"@polkadot/types-known": "^9.6.2",
"@polkadot/types-support": "^9.6.2",
"@polkadot/util": "^10.1.11",
"@polkadot/util-crypto": "^10.1.11",
"@polkadot/wasm-crypto": "^6.3.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/apps-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"main": "index.js",
"dependencies": {
"@acala-network/type-definitions": "^4.1.5",
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.0",
"@bifrost-finance/type-definitions": "1.7.1",
"@crustio/type-definitions": "1.3.0",
"@darwinia/types": "2.8.10",
Expand All @@ -31,16 +31,16 @@
"@metaverse-network-sdk/type-definitions": "^0.0.1-13",
"@parallel-finance/type-definitions": "1.7.13",
"@phala/typedefs": "0.2.32",
"@polkadot/api": "^9.6.1",
"@polkadot/api-derive": "^9.6.1",
"@polkadot/api": "^9.6.2",
"@polkadot/api-derive": "^9.6.2",
"@polkadot/networks": "^10.1.11",
"@polkadot/types": "^9.6.1",
"@polkadot/types": "^9.6.2",
"@polkadot/util": "^10.1.11",
"@polkadot/x-fetch": "^10.1.11",
"@polymathnetwork/polymesh-types": "0.0.2",
"@snowfork/snowbridge-types": "0.2.7",
"@sora-substrate/type-definitions": "1.10.21",
"@subsocial/definitions": "^0.7.7",
"@subsocial/definitions": "^0.7.8-dev.0",
"@unique-nft/opal-testnet-types": "930.31.0",
"@unique-nft/quartz-mainnet-types": "930.31.0",
"@unique-nft/unique-mainnet-types": "930.31.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/apps-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"dependencies": {
"@babel/core": "^7.19.6",
"@babel/polyfill": "^7.12.1",
"@polkadot/dev": "^0.67.148",
"@polkadot/dev": "^0.67.150",
"@polkadot/react-components": "^0.121.2-123-x",
"electron-log": "^4.4.8",
"electron-updater": "^4.6.5"
},
"devDependencies": {
"@types/react-dom": "^18.0.7",
"@types/react-dom": "^18.0.8",
"@types/tmp": "^0.2.3",
"babel-loader": "^8.2.5",
"copy-webpack-plugin": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4"
"@babel/runtime": "^7.20.0"
}
}
4 changes: 2 additions & 2 deletions packages/apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"dependencies": {
"@babel/core": "^7.19.6",
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.0",
"@polkadot/apps-config": "^0.121.2-123-x",
"@polkadot/apps-routing": "^0.121.2-123-x",
"@polkadot/dev": "^0.67.148",
"@polkadot/dev": "^0.67.150",
"@polkadot/react-api": "^0.121.2-123-x",
"@polkadot/react-components": "^0.121.2-123-x",
"@polkadot/react-hooks": "^0.121.2-123-x",
Expand Down
4 changes: 2 additions & 2 deletions packages/page-accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.0",
"@polkadot/hw-ledger": "^10.1.11",
"@polkadot/phishing": "^0.18.10",
"@polkadot/react-components": "^0.121.2-123-x",
"@polkadot/react-hooks": "^0.121.2-123-x",
"@polkadot/util": "^10.1.11",
"@polkadot/vanitygen": "^0.52.13",
"@polkadot/vanitygen": "^0.52.14",
"detect-browser": "^5.3.0",
"file-saver": "^2.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/page-addresses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.0",
"@polkadot/react-components": "^0.121.2-123-x",
"file-saver": "^2.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/page-alliance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4"
"@babel/runtime": "^7.20.0"
}
}
2 changes: 1 addition & 1 deletion packages/page-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.0",
"@polkadot/react-components": "^0.121.2-123-x"
}
}
2 changes: 1 addition & 1 deletion packages/page-bounties/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.0",
"@polkadot/react-components": "^0.121.2-123-x"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/page-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.0",
"@polkadot/react-components": "^0.121.2-123-x"
}
}
2 changes: 1 addition & 1 deletion packages/page-claims/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.0",
"@polkadot/react-components": "^0.121.2-123-x",
"secp256k1": "^3.8.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/page-collator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4"
"@babel/runtime": "^7.20.0"
}
}
4 changes: 2 additions & 2 deletions packages/page-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@polkadot/api-contract": "^9.6.1"
"@babel/runtime": "^7.20.0",
"@polkadot/api-contract": "^9.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/page-council/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.0",
"@polkadot/react-components": "^0.121.2-123-x",
"@polkadot/react-query": "^0.121.2-123-x"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/page-democracy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.0",
"@polkadot/react-components": "^0.121.2-123-x",
"@polkadot/react-query": "^0.121.2-123-x"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/page-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.0",
"@polkadot/react-components": "^0.121.2-123-x"
}
}
2 changes: 1 addition & 1 deletion packages/page-extrinsics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.0",
"@polkadot/react-components": "^0.121.2-123-x",
"@polkadot/react-params": "^0.121.2-123-x",
"@polkadot/react-signer": "^0.121.2-123-x"
Expand Down
2 changes: 1 addition & 1 deletion packages/page-fellowship/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4"
"@babel/runtime": "^7.20.0"
}
}
2 changes: 1 addition & 1 deletion packages/page-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.0",
"@polkadot/react-components": "^0.121.2-123-x"
}
}
2 changes: 1 addition & 1 deletion packages/page-gilt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.0",
"@polkadot/react-components": "^0.121.2-123-x"
}
}
2 changes: 1 addition & 1 deletion packages/page-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.0",
"@polkadot/react-components": "^0.121.2-123-x"
}
}
2 changes: 1 addition & 1 deletion packages/page-membership/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.0",
"@polkadot/react-components": "^0.121.2-123-x",
"@polkadot/react-query": "^0.121.2-123-x"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/page-nfts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.0",
"@polkadot/react-components": "^0.121.2-123-x"
}
}
2 changes: 1 addition & 1 deletion packages/page-parachains/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.0",
"@polkadot/react-components": "^0.121.2-123-x",
"@polkadot/react-query": "^0.121.2-123-x"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/page-poll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.0",
"@polkadot/react-components": "^0.121.2-123-x"
}
}
2 changes: 1 addition & 1 deletion packages/page-preimages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4"
"@babel/runtime": "^7.20.0"
}
}
2 changes: 1 addition & 1 deletion packages/page-ranked/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4"
"@babel/runtime": "^7.20.0"
}
}
2 changes: 1 addition & 1 deletion packages/page-referenda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4"
"@babel/runtime": "^7.20.0"
}
}
2 changes: 1 addition & 1 deletion packages/page-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.0",
"@polkadot/react-components": "^0.121.2-123-x"
}
}
2 changes: 1 addition & 1 deletion packages/page-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.0",
"@polkadot/react-components": "^0.121.2-123-x"
}
}
2 changes: 1 addition & 1 deletion packages/page-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.0",
"@polkadot/apps-config": "^0.121.2-123-x",
"@polkadot/react-components": "^0.121.2-123-x",
"@polkadot/react-query": "^0.121.2-123-x",
Expand Down
2 changes: 1 addition & 1 deletion packages/page-signing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.0",
"@polkadot/react-components": "^0.121.2-123-x"
}
}
2 changes: 1 addition & 1 deletion packages/page-society/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.0",
"@polkadot/react-components": "^0.121.2-123-x"
}
}
2 changes: 1 addition & 1 deletion packages/page-staking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"version": "0.121.2-123-x",
"dependencies": {
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.0",
"@polkadot/app-explorer": "^0.121.2-123-x",
"@polkadot/react-components": "^0.121.2-123-x",
"@polkadot/react-query": "^0.121.2-123-x"
Expand Down
Loading

0 comments on commit a704674

Please sign in to comment.