Skip to content

Commit

Permalink
Bump API (w/ Rococo types) (polkadot-js#4671)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Feb 16, 2021
1 parent 3903dd4 commit 3421698
Show file tree
Hide file tree
Showing 6 changed files with 129 additions and 140 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"packages/*"
],
"resolutions": {
"@polkadot/api": "^3.9.2",
"@polkadot/api-contract": "^3.9.2",
"@polkadot/hw-ledger": "^5.6.3-2",
"@polkadot/keyring": "^5.6.3-2",
"@polkadot/networks": "^5.6.3-2",
"@polkadot/api": "^3.9.3",
"@polkadot/api-contract": "^3.9.3",
"@polkadot/hw-ledger": "^5.6.2",
"@polkadot/keyring": "^5.6.2",
"@polkadot/networks": "^5.6.2",
"@polkadot/phishing": "^0.5.1",
"@polkadot/types": "^3.9.2",
"@polkadot/util": "^5.6.3-2",
"@polkadot/util-crypto": "^5.6.3-2",
"@polkadot/types": "^3.9.3",
"@polkadot/util": "^5.6.2",
"@polkadot/util-crypto": "^5.6.2",
"@polkadot/wasm-crypto": "^3.2.2",
"@polkadot/x-rxjs": "^5.6.3-2",
"@polkadot/x-rxjs": "^5.6.2",
"babel-core": "^7.0.0-bridge.0",
"styled-components": "^5.2.0",
"typescript": "^4.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@edgeware/node-types": "^3.3.1",
"@interlay/polkabtc-types": "^0.3.4",
"@laminar/type-definitions": "^0.2.0-beta.143",
"@polkadot/networks": "^5.6.3-2",
"@polkadot/networks": "^5.6.2",
"@sora-substrate/type-definitions": "^0.4.1",
"@subsocial/types": "^0.4.29",
"moonbeam-types-bundle": "^1.1.4"
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 @@ -10,6 +10,6 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/api-contract": "^3.9.2"
"@polkadot/api-contract": "^3.9.3"
}
}
4 changes: 2 additions & 2 deletions packages/react-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"homepage": "https://github.com/polkadot-js/apps/tree/master/packages/react-api#readme",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/api": "^3.9.2",
"@polkadot/api": "^3.9.3",
"@polkadot/extension-dapp": "^0.37.2-0",
"@polkadot/x-rxjs": "^5.6.3-2",
"@polkadot/x-rxjs": "^5.6.2",
"fflate": "^0.6.1"
}
}
6 changes: 3 additions & 3 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@polkadot/keyring": "^5.6.3-2",
"@polkadot/keyring": "^5.6.2",
"@polkadot/react-api": "^0.80.2-1",
"@polkadot/react-identicon": "^0.69.2-0",
"@polkadot/react-qr": "^0.69.2-0",
"@polkadot/react-query": "^0.80.2-1",
"@polkadot/ui-keyring": "^0.69.2-0",
"@polkadot/ui-settings": "^0.69.2-0",
"@polkadot/util": "^5.6.3-2",
"@polkadot/util-crypto": "^5.6.3-2",
"@polkadot/util": "^5.6.2",
"@polkadot/util-crypto": "^5.6.2",
"chart.js": "^2.9.4",
"codeflask": "^1.4.1",
"i18next": "^19.8.5",
Expand Down
Loading

0 comments on commit 3421698

Please sign in to comment.