Skip to content

Commit

Permalink
Bump API (with Text/Bytes max lengths) (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Oct 2, 2020
1 parent 592690e commit aa1a38a
Show file tree
Hide file tree
Showing 6 changed files with 453 additions and 315 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"packages/*"
],
"resolutions": {
"@polkadot/api": "^1.34.0-beta.10",
"@polkadot/keyring": "^3.4.1",
"@polkadot/types": "^1.34.0-beta.10",
"@polkadot/util": "^3.4.1",
"@polkadot/util-crypto": "^3.4.1",
"@polkadot/api": "^2.1.0-beta.5",
"@polkadot/keyring": "^3.5.1",
"@polkadot/types": "^2.1.0-beta.5",
"@polkadot/util": "^3.5.1",
"@polkadot/util-crypto": "^3.5.1",
"babel-core": "^7.0.0-bridge.0",
"safe-buffer": "^5.2.1",
"typescript": "^4.0.2"
Expand All @@ -35,8 +35,8 @@
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@polkadot/dev": "^0.55.52",
"@polkadot/typegen": "^1.34.0-beta.10",
"@polkadot/dev": "^0.55.55",
"@polkadot/typegen": "^2.1.0-beta.5",
"@types/jest": "^26.0.14",
"copy-webpack-plugin": "^6.1.0",
"i18next-scanner": "^2.11.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/extension-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"license": "Apache-2",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@polkadot/api": "^1.34.0-beta.10",
"@polkadot/api": "^2.1.0-beta.5",
"@polkadot/extension-inject": "0.35.0-beta.6",
"@polkadot/keyring": "^3.4.1",
"@polkadot/ui-keyring": "^0.59.0-beta.8"
"@polkadot/keyring": "^3.5.1",
"@polkadot/ui-keyring": "^0.60.0-beta.0"
}
}
4 changes: 2 additions & 2 deletions packages/extension-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"dependencies": {
"@babel/runtime": "^7.11.2",
"@polkadot/extension-inject": "0.35.0-beta.6",
"@polkadot/util": "^3.4.1",
"@polkadot/util-crypto": "^3.4.1"
"@polkadot/util": "^3.5.1",
"@polkadot/util-crypto": "^3.5.1"
},
"peerDependencies": {
"@polkadot/api": "*"
Expand Down
10 changes: 5 additions & 5 deletions packages/extension-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"@babel/runtime": "^7.11.2",
"@polkadot/extension-base": "0.35.0-beta.6",
"@polkadot/extension-inject": "0.35.0-beta.6",
"@polkadot/keyring": "^3.4.1",
"@polkadot/react-identicon": "^0.59.0-beta.8",
"@polkadot/react-qr": "^0.59.0-beta.8",
"@polkadot/util": "^3.4.1",
"@polkadot/util-crypto": "^3.4.1",
"@polkadot/keyring": "^3.5.1",
"@polkadot/react-identicon": "^0.60.0-beta.0",
"@polkadot/react-qr": "^0.60.0-beta.0",
"@polkadot/util": "^3.5.1",
"@polkadot/util-crypto": "^3.5.1",
"i18next": "^19.7.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@polkadot/extension-ui": "0.35.0-beta.6"
},
"devDependencies": {
"@polkadot/dev": "^0.55.52",
"@polkadot/dev": "^0.55.55",
"babel-loader": "^8.1.0",
"extract-loader": "^5.1.0",
"file-loader": "^6.1.0",
Expand Down
Loading

0 comments on commit aa1a38a

Please sign in to comment.