mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-07-25 04:45:44 +00:00
@@ -16,9 +16,9 @@
|
|||||||
"@types/node": "^10.3.3",
|
"@types/node": "^10.3.3",
|
||||||
"@types/ws": "^5.1.2",
|
"@types/ws": "^5.1.2",
|
||||||
"express": "^4.16.3",
|
"express": "^4.16.3",
|
||||||
"iplocation": "^5.0.1",
|
"iplocation": "^6.1.0",
|
||||||
"typescript": "^2.9.2",
|
"typescript": "^2.9.2",
|
||||||
"ws": "5.2.0"
|
"ws": "6.1.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"tap-spec": "^5.0.0",
|
"tap-spec": "^5.0.0",
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ export class Chains extends React.Component<Chains.Props, {}> {
|
|||||||
{
|
{
|
||||||
this.chains.map((chain) => this.renderChain(chain))
|
this.chains.map((chain) => this.renderChain(chain))
|
||||||
}
|
}
|
||||||
<a className="Chains-fork-me" href="https://github.com/polkadot-js/dotstats" target="_blank">
|
<a className="Chains-fork-me" href="https://github.com/paritytech/substrate-telemetry" target="_blank">
|
||||||
<Icon src={githubIcon} alt="Fork Me!" />
|
<Icon src={githubIcon} alt="Fork Me!" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user