Update dependencies (#97)

* Update dependencies
This commit is contained in:
Maciej Hirsz
2019-01-18 09:12:39 -08:00
committed by GitHub
parent c1155a9c22
commit f91ddf657b
3 changed files with 2207 additions and 895 deletions
+2 -2
View File
@@ -16,9 +16,9 @@
"@types/node": "^10.3.3",
"@types/ws": "^5.1.2",
"express": "^4.16.3",
"iplocation": "^5.0.1",
"iplocation": "^6.1.0",
"typescript": "^2.9.2",
"ws": "5.2.0"
"ws": "6.1.2"
},
"devDependencies": {
"tap-spec": "^5.0.0",
+1 -1
View File
@@ -26,7 +26,7 @@ export class Chains extends React.Component<Chains.Props, {}> {
{
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!" />
</a>
</div>