Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"packages/*"
],
"resolutions": {
"@polkadot/api": "^1.0.0-beta.18",
"@polkadot/api-contract": "^1.0.0-beta.18",
"@polkadot/keyring": "^2.0.0-beta.5",
"@polkadot/types": "^1.0.0-beta.18",
"@polkadot/util": "^2.0.0-beta.5",
"@polkadot/util-crypto": "^2.0.0-beta.5",
"@polkadot/api": "^1.0.0-beta.19",
"@polkadot/api-contract": "^1.0.0-beta.19",
"@polkadot/keyring": "^2.0.0-beta.6",
"@polkadot/types": "^1.0.0-beta.19",
"@polkadot/util": "^2.0.0-beta.6",
"@polkadot/util-crypto": "^2.0.0-beta.6",
"babel-core": "^7.0.0-bridge.0",
"typescript": "^3.7.4"
"typescript": "^3.7.5"
},
"scripts": {
"analyze": "yarn run build && cd packages/apps && yarn run source-map-explorer build/main.*.js",
Expand All @@ -34,12 +34,12 @@
"start": "cd packages/apps && webpack --config webpack.config.js"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/core": "^7.8.3",
"@babel/register": "^7.7.7",
"@babel/runtime": "^7.7.7",
"@polkadot/dev-react": "^0.32.14",
"@polkadot/ts": "^0.1.90",
"autoprefixer": "^9.7.1",
"@babel/runtime": "^7.8.3",
"@polkadot/dev-react": "^0.32.17",
"@polkadot/ts": "^0.1.91",
"autoprefixer": "^9.7.4",
"empty": "^0.10.1",
"html-loader": "^0.5.5",
"i18next-scanner": "^2.10.3",
Expand All @@ -53,6 +53,6 @@
"postcss-sass": "^0.4.1",
"postcss-simple-vars": "^5.0.0",
"precss": "^4.0.0",
"source-map-explorer": "^2.1.0"
"source-map-explorer": "^2.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/app-123code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.39.0-beta.101"
}
}
6 changes: 3 additions & 3 deletions packages/app-accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"contributors": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.39.0-beta.101",
"@polkadot/react-qr": "^0.48.0-beta.14",
"@polkadot/react-qr": "^0.48.0-beta.15",
"@types/file-saver": "^2.0.0",
"@types/yargs": "^13.0.2",
"@types/yargs": "^15.0.1",
"detect-browser": "^4.8.0",
"file-saver": "^2.0.0",
"yargs": "^15.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/app-address-book/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"contributors": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.39.0-beta.101"
}
}
2 changes: 1 addition & 1 deletion packages/app-claims/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.39.0-beta.101"
}
}
4 changes: 2 additions & 2 deletions packages/app-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@polkadot/api-contract": "^1.0.0-beta.18"
"@babel/runtime": "^7.8.3",
"@polkadot/api-contract": "^1.0.0-beta.19"
}
}
2 changes: 1 addition & 1 deletion packages/app-council/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.39.0-beta.101",
"@polkadot/react-query": "^0.39.0-beta.101"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/app-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@babel/runtime": "^7.8.3",
"@polkadot/apps-routing": "^0.39.0-beta.101",
"@polkadot/react-components": "^0.39.0-beta.101"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/app-democracy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.39.0-beta.101",
"@polkadot/react-query": "^0.39.0-beta.101"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/app-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"contributors": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.39.0-beta.101"
}
}
2 changes: 1 addition & 1 deletion packages/app-extrinsics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"contributors": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.39.0-beta.101",
"@polkadot/react-params": "^0.39.0-beta.101",
"@polkadot/react-signer": "^0.39.0-beta.101"
Expand Down
2 changes: 1 addition & 1 deletion packages/app-generic-asset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.39.0-beta.101"
}
}
2 changes: 1 addition & 1 deletion packages/app-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.39.0-beta.101"
}
}
2 changes: 1 addition & 1 deletion packages/app-parachains/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.39.0-beta.101",
"@polkadot/react-query": "^0.39.0-beta.101"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/app-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.39.0-beta.101",
"@polkadot/react-query": "^0.39.0-beta.101",
"query-string": "^6.8.3"
"query-string": "^6.10.1"
}
}
2 changes: 1 addition & 1 deletion packages/app-society/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "Jaco Greeff <jacogr@gmail.com>",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.39.0-beta.101"
}
}
2 changes: 1 addition & 1 deletion packages/app-staking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@babel/runtime": "^7.8.3",
"@polkadot/app-explorer": "^0.39.0-beta.101",
"@polkadot/react-components": "^0.39.0-beta.101",
"@polkadot/react-query": "^0.39.0-beta.101"
Expand Down
2 changes: 1 addition & 1 deletion packages/app-staking/src/Targets/Validator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function Validator ({ info: { accountId, bondOther, bondOwn, bond
<td className='number together'><FormatBalance label={<label>{t('total stake')}</label>} value={bondTotal} /></td>
<td className='number together'><FormatBalance label={<label>{t('own stake')}</label>} value={bondOwn} /></td>
<td className='number together'><FormatBalance label={<label>{t('other stake')}</label>} value={bondOther} >&nbsp;({formatNumber(numNominators)})</FormatBalance></td>
<td className='number together'><FormatBalance label={<label>{t('payout (est.)')}</label>} value={rewardPayout} /></td>
<td className='number together'><FormatBalance label={<label>{t('profit/era est.')}</label>} value={rewardPayout} /></td>
<td>
<Icon
className='staking--stats'
Expand Down
4 changes: 1 addition & 3 deletions packages/app-staking/src/Targets/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,6 @@ function Targets ({ className, sessionRewards }: Props): React.ReactElement<Prop
}
}, [allAccounts, amount, electedInfo, favorites, lastReward]);

const sortIcon = `chevron ${sortFromMax ? 'down' : 'up'}` as 'chevron up';

return (
<div className={className}>
<Summary
Expand Down Expand Up @@ -232,7 +230,7 @@ function Targets ({ className, sessionRewards }: Props): React.ReactElement<Prop
className={`isClickable ${sortBy === header && 'isSelected'}`}
key={header}
onClick={(): void => _sort(header as 'rankComm')}
>{sortBy === header ? <Icon name={sortIcon} /> : ''}</th>
><Icon name={sortBy === header ? (sortFromMax ? 'chevron down' : 'chevron up') : 'minus'} /></th>
))}
<th>&nbsp;</th>
</Table.Head>
Expand Down
2 changes: 1 addition & 1 deletion packages/app-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"contributors": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.39.0-beta.101",
"@polkadot/react-params": "^0.39.0-beta.101"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/app-sudo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.39.0-beta.101"
}
}
2 changes: 1 addition & 1 deletion packages/app-tech-comm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.39.0-beta.101",
"@polkadot/react-query": "^0.39.0-beta.101"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/app-toolbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"contributors": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.39.0-beta.101"
}
}
2 changes: 1 addition & 1 deletion packages/app-transfer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.39.0-beta.101",
"@polkadot/react-query": "^0.39.0-beta.101"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/app-treasury/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.39.0-beta.101",
"@polkadot/react-query": "^0.39.0-beta.101"
}
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 @@ -10,6 +10,6 @@
"contributors": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.6"
"@babel/runtime": "^7.8.3"
}
}
8 changes: 4 additions & 4 deletions packages/apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"contributors": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/polyfill": "^7.7.0",
"@babel/runtime": "^7.7.7",
"@babel/polyfill": "^7.8.3",
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.39.0-beta.101",
"@polkadot/react-signer": "^0.39.0-beta.101",
"@polkadot/ui-assets": "^0.48.0-beta.14",
"query-string": "^6.8.3"
"@polkadot/ui-assets": "^0.48.0-beta.15",
"query-string": "^6.10.1"
}
}
6 changes: 3 additions & 3 deletions packages/react-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
},
"homepage": "https://github.com/polkadot-js/ui/tree/master/packages/ui-reactive#readme",
"dependencies": {
"@babel/runtime": "^7.7.6",
"@polkadot/api": "^1.0.0-beta.18",
"@polkadot/extension-dapp": "^0.15.0-beta.1",
"@babel/runtime": "^7.8.3",
"@polkadot/api": "^1.0.0-beta.19",
"@polkadot/extension-dapp": "^0.15.0-beta.2",
"edgeware-node-types": "^1.1.0",
"rxjs-compat": "^6.5.3"
}
Expand Down
18 changes: 9 additions & 9 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,29 @@
"contributors": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.6",
"@polkadot/keyring": "^2.0.0-beta.5",
"@babel/runtime": "^7.8.3",
"@polkadot/keyring": "^2.0.0-beta.6",
"@polkadot/react-api": "^0.39.0-beta.101",
"@polkadot/react-identicon": "^0.48.0-beta.14",
"@polkadot/react-identicon": "^0.48.0-beta.15",
"@polkadot/react-query": "^0.39.0-beta.101",
"@polkadot/ui-keyring": "^0.48.0-beta.14",
"@polkadot/ui-settings": "^0.48.0-beta.14",
"@types/chart.js": "^2.9.8",
"@polkadot/ui-keyring": "^0.48.0-beta.15",
"@polkadot/ui-settings": "^0.48.0-beta.15",
"@types/chart.js": "^2.9.11",
"@types/i18next": "^13.0.0",
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-router-dom": "^5.1.3",
"@types/react-tooltip": "^3.11.0",
"@types/styled-components": "^4.1.21",
"@types/styled-components": "^4.4.2",
"@types/styled-theming": "^2.2.2",
"chart.js": "^2.9.2",
"codeflask": "^1.4.0",
"i18next": "^19.0.0",
"i18next": "^19.0.3",
"i18next-browser-languagedetector": "^4.0.1",
"i18next-xhr-backend": "^3.2.2",
"react-chartjs-2": "^2.8.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dropzone": "^10.2.1",
"react-i18next": "^11.0.1",
"react-i18next": "^11.3.1",
"react-markdown": "^4.3.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
},
"homepage": "https://github.com/polkadot-js/ui/tree/master/packages/ui-reactive#readme",
"dependencies": {
"@babel/runtime": "^7.7.6"
"@babel/runtime": "^7.8.3"
}
}
2 changes: 1 addition & 1 deletion packages/react-params/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"contributors": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.39.0-beta.101"
}
}
2 changes: 1 addition & 1 deletion packages/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
},
"homepage": "https://github.com/polkadot-js/ui/tree/master/packages/ui-reactive#readme",
"dependencies": {
"@babel/runtime": "^7.7.6"
"@babel/runtime": "^7.8.3"
}
}
4 changes: 2 additions & 2 deletions packages/react-signer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"contributors": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@babel/runtime": "^7.8.3",
"@polkadot/react-components": "^0.39.0-beta.101",
"@polkadot/react-qr": "^0.48.0-beta.14"
"@polkadot/react-qr": "^0.48.0-beta.15"
}
}
Loading