Update dependencies
This commit is contained in:
parent
2a0820278b
commit
39cf190db7
54
js/package-lock.json
generated
54
js/package-lock.json
generated
@ -40,7 +40,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@parity/dapp-account": {
|
"@parity/dapp-account": {
|
||||||
"version": "github:paritytech/dapp-account#762ab3b5aa642f5f0b8c6544de3e6a872704617a",
|
"version": "github:paritytech/dapp-account#a2d1556a33b58f6d4e2d4f71e98495f9ef08a012",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
||||||
"@parity/dapp-accounts": "github:paritytech/dapp-accounts#80252d01786b7c8a5ad6fffd20ad5cff602fb293",
|
"@parity/dapp-accounts": "github:paritytech/dapp-accounts#80252d01786b7c8a5ad6fffd20ad5cff602fb293",
|
||||||
@ -48,7 +48,7 @@
|
|||||||
"@parity/parity.js": "1.8.7",
|
"@parity/parity.js": "1.8.7",
|
||||||
"@parity/shapeshift": "github:paritytech/js-shapeshift#57bbbe341528aeec8998f9eae16f4993a099c0c8",
|
"@parity/shapeshift": "github:paritytech/js-shapeshift#57bbbe341528aeec8998f9eae16f4993a099c0c8",
|
||||||
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
||||||
"@parity/ui": "github:paritytech/js-ui#f8f13f195b0afc02e9c7c0b55ca780df9dee7001",
|
"@parity/ui": "github:paritytech/js-ui#2e830c98d967653b9fadb01e13b41607c5abd800",
|
||||||
"happypack": "3.1.0",
|
"happypack": "3.1.0",
|
||||||
"lodash": "4.17.2",
|
"lodash": "4.17.2",
|
||||||
"oo7": "0.5.3",
|
"oo7": "0.5.3",
|
||||||
@ -72,7 +72,7 @@
|
|||||||
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
||||||
"@parity/dapp-vaults": "github:paritytech/dapp-vaults#7990efefb47bff2c32184f11dc23db2c233693de",
|
"@parity/dapp-vaults": "github:paritytech/dapp-vaults#7990efefb47bff2c32184f11dc23db2c233693de",
|
||||||
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
||||||
"@parity/ui": "github:paritytech/js-ui#f8f13f195b0afc02e9c7c0b55ca780df9dee7001",
|
"@parity/ui": "github:paritytech/js-ui#2e830c98d967653b9fadb01e13b41607c5abd800",
|
||||||
"file-saver": "1.3.3",
|
"file-saver": "1.3.3",
|
||||||
"react": "15.6.1",
|
"react": "15.6.1",
|
||||||
"react-dom": "15.6.1",
|
"react-dom": "15.6.1",
|
||||||
@ -85,10 +85,10 @@
|
|||||||
"version": "github:paritytech/dapp-address#52fc31e8c8aff18e566fc301cf0c90101563821e",
|
"version": "github:paritytech/dapp-address#52fc31e8c8aff18e566fc301cf0c90101563821e",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
||||||
"@parity/dapp-account": "github:paritytech/dapp-account#762ab3b5aa642f5f0b8c6544de3e6a872704617a",
|
"@parity/dapp-account": "github:paritytech/dapp-account#a2d1556a33b58f6d4e2d4f71e98495f9ef08a012",
|
||||||
"@parity/dapp-addresses": "github:paritytech/dapp-addresses#8e875f63fd34e4b3d92f928c59812adc2ade3c2d",
|
"@parity/dapp-addresses": "github:paritytech/dapp-addresses#8e875f63fd34e4b3d92f928c59812adc2ade3c2d",
|
||||||
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
||||||
"@parity/ui": "github:paritytech/js-ui#f8f13f195b0afc02e9c7c0b55ca780df9dee7001"
|
"@parity/ui": "github:paritytech/js-ui#2e830c98d967653b9fadb01e13b41607c5abd800"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@parity/dapp-addresses": {
|
"@parity/dapp-addresses": {
|
||||||
@ -97,7 +97,7 @@
|
|||||||
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
||||||
"@parity/dapp-accounts": "github:paritytech/dapp-accounts#80252d01786b7c8a5ad6fffd20ad5cff602fb293",
|
"@parity/dapp-accounts": "github:paritytech/dapp-accounts#80252d01786b7c8a5ad6fffd20ad5cff602fb293",
|
||||||
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
||||||
"@parity/ui": "github:paritytech/js-ui#f8f13f195b0afc02e9c7c0b55ca780df9dee7001"
|
"@parity/ui": "github:paritytech/js-ui#2e830c98d967653b9fadb01e13b41607c5abd800"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@parity/dapp-chaindeploy": {
|
"@parity/dapp-chaindeploy": {
|
||||||
@ -113,19 +113,19 @@
|
|||||||
"version": "github:paritytech/dapp-contract#c6636c7ddddb99602f942d2cb91a29f7300f08ce",
|
"version": "github:paritytech/dapp-contract#c6636c7ddddb99602f942d2cb91a29f7300f08ce",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
||||||
"@parity/dapp-account": "github:paritytech/dapp-account#762ab3b5aa642f5f0b8c6544de3e6a872704617a",
|
"@parity/dapp-account": "github:paritytech/dapp-account#a2d1556a33b58f6d4e2d4f71e98495f9ef08a012",
|
||||||
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
||||||
"@parity/ui": "github:paritytech/js-ui#f8f13f195b0afc02e9c7c0b55ca780df9dee7001"
|
"@parity/ui": "github:paritytech/js-ui#2e830c98d967653b9fadb01e13b41607c5abd800"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@parity/dapp-contracts": {
|
"@parity/dapp-contracts": {
|
||||||
"version": "github:paritytech/dapp-contracts#76d60ed58a8fefe64a743a67877fe757f3e7eb8b",
|
"version": "github:paritytech/dapp-contracts#76d60ed58a8fefe64a743a67877fe757f3e7eb8b",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
||||||
"@parity/dapp-account": "github:paritytech/dapp-account#762ab3b5aa642f5f0b8c6544de3e6a872704617a",
|
"@parity/dapp-account": "github:paritytech/dapp-account#a2d1556a33b58f6d4e2d4f71e98495f9ef08a012",
|
||||||
"@parity/dapp-accounts": "github:paritytech/dapp-accounts#80252d01786b7c8a5ad6fffd20ad5cff602fb293",
|
"@parity/dapp-accounts": "github:paritytech/dapp-accounts#80252d01786b7c8a5ad6fffd20ad5cff602fb293",
|
||||||
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
||||||
"@parity/ui": "github:paritytech/js-ui#f8f13f195b0afc02e9c7c0b55ca780df9dee7001"
|
"@parity/ui": "github:paritytech/js-ui#2e830c98d967653b9fadb01e13b41607c5abd800"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@parity/dapp-dapp-accounts": {
|
"@parity/dapp-dapp-accounts": {
|
||||||
@ -133,7 +133,7 @@
|
|||||||
"requires": {
|
"requires": {
|
||||||
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
||||||
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
||||||
"@parity/ui": "github:paritytech/js-ui#f8f13f195b0afc02e9c7c0b55ca780df9dee7001"
|
"@parity/ui": "github:paritytech/js-ui#2e830c98d967653b9fadb01e13b41607c5abd800"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@parity/dapp-dapp-methods": {
|
"@parity/dapp-dapp-methods": {
|
||||||
@ -141,7 +141,7 @@
|
|||||||
"requires": {
|
"requires": {
|
||||||
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
||||||
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
||||||
"@parity/ui": "github:paritytech/js-ui#f8f13f195b0afc02e9c7c0b55ca780df9dee7001"
|
"@parity/ui": "github:paritytech/js-ui#2e830c98d967653b9fadb01e13b41607c5abd800"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@parity/dapp-dappreg": {
|
"@parity/dapp-dappreg": {
|
||||||
@ -149,7 +149,7 @@
|
|||||||
"requires": {
|
"requires": {
|
||||||
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
||||||
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
||||||
"@parity/ui": "github:paritytech/js-ui#f8f13f195b0afc02e9c7c0b55ca780df9dee7001"
|
"@parity/ui": "github:paritytech/js-ui#2e830c98d967653b9fadb01e13b41607c5abd800"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@parity/dapp-develop": {
|
"@parity/dapp-develop": {
|
||||||
@ -159,7 +159,7 @@
|
|||||||
"@parity/dapp-contracts": "github:paritytech/dapp-contracts#76d60ed58a8fefe64a743a67877fe757f3e7eb8b",
|
"@parity/dapp-contracts": "github:paritytech/dapp-contracts#76d60ed58a8fefe64a743a67877fe757f3e7eb8b",
|
||||||
"@parity/parity.js": "1.8.7",
|
"@parity/parity.js": "1.8.7",
|
||||||
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
||||||
"@parity/ui": "github:paritytech/js-ui#f8f13f195b0afc02e9c7c0b55ca780df9dee7001",
|
"@parity/ui": "github:paritytech/js-ui#2e830c98d967653b9fadb01e13b41607c5abd800",
|
||||||
"oo7": "0.5.3",
|
"oo7": "0.5.3",
|
||||||
"oo7-parity": "0.6.8",
|
"oo7-parity": "0.6.8",
|
||||||
"oo7-react": "0.4.5",
|
"oo7-react": "0.4.5",
|
||||||
@ -187,7 +187,7 @@
|
|||||||
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
||||||
"@parity/dapp-web": "github:paritytech/dapp-web#6cda6f32729a0c618bbe4e5c794355da8ab42e6f",
|
"@parity/dapp-web": "github:paritytech/dapp-web#6cda6f32729a0c618bbe4e5c794355da8ab42e6f",
|
||||||
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
||||||
"@parity/ui": "github:paritytech/js-ui#f8f13f195b0afc02e9c7c0b55ca780df9dee7001",
|
"@parity/ui": "github:paritytech/js-ui#2e830c98d967653b9fadb01e13b41607c5abd800",
|
||||||
"react-markdown": "2.4.4"
|
"react-markdown": "2.4.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -208,7 +208,7 @@
|
|||||||
"requires": {
|
"requires": {
|
||||||
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
||||||
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
||||||
"@parity/ui": "github:paritytech/js-ui#f8f13f195b0afc02e9c7c0b55ca780df9dee7001"
|
"@parity/ui": "github:paritytech/js-ui#2e830c98d967653b9fadb01e13b41607c5abd800"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@parity/dapp-playground": {
|
"@parity/dapp-playground": {
|
||||||
@ -216,7 +216,7 @@
|
|||||||
"requires": {
|
"requires": {
|
||||||
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
||||||
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
||||||
"@parity/ui": "github:paritytech/js-ui#f8f13f195b0afc02e9c7c0b55ca780df9dee7001"
|
"@parity/ui": "github:paritytech/js-ui#2e830c98d967653b9fadb01e13b41607c5abd800"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@parity/dapp-registry": {
|
"@parity/dapp-registry": {
|
||||||
@ -224,7 +224,7 @@
|
|||||||
"requires": {
|
"requires": {
|
||||||
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
||||||
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
||||||
"@parity/ui": "github:paritytech/js-ui#f8f13f195b0afc02e9c7c0b55ca780df9dee7001",
|
"@parity/ui": "github:paritytech/js-ui#2e830c98d967653b9fadb01e13b41607c5abd800",
|
||||||
"material-ui": "0.16.5"
|
"material-ui": "0.16.5"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -233,7 +233,7 @@
|
|||||||
"requires": {
|
"requires": {
|
||||||
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
||||||
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
||||||
"@parity/ui": "github:paritytech/js-ui#f8f13f195b0afc02e9c7c0b55ca780df9dee7001"
|
"@parity/ui": "github:paritytech/js-ui#2e830c98d967653b9fadb01e13b41607c5abd800"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@parity/dapp-signaturereg": {
|
"@parity/dapp-signaturereg": {
|
||||||
@ -252,7 +252,7 @@
|
|||||||
"requires": {
|
"requires": {
|
||||||
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
||||||
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
||||||
"@parity/ui": "github:paritytech/js-ui#f8f13f195b0afc02e9c7c0b55ca780df9dee7001"
|
"@parity/ui": "github:paritytech/js-ui#2e830c98d967653b9fadb01e13b41607c5abd800"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@parity/dapp-status": {
|
"@parity/dapp-status": {
|
||||||
@ -260,7 +260,7 @@
|
|||||||
"requires": {
|
"requires": {
|
||||||
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
||||||
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
||||||
"@parity/ui": "github:paritytech/js-ui#f8f13f195b0afc02e9c7c0b55ca780df9dee7001",
|
"@parity/ui": "github:paritytech/js-ui#2e830c98d967653b9fadb01e13b41607c5abd800",
|
||||||
"bytes": "2.4.0",
|
"bytes": "2.4.0",
|
||||||
"format-number": "2.0.1"
|
"format-number": "2.0.1"
|
||||||
}
|
}
|
||||||
@ -270,7 +270,7 @@
|
|||||||
"requires": {
|
"requires": {
|
||||||
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
||||||
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
||||||
"@parity/ui": "github:paritytech/js-ui#f8f13f195b0afc02e9c7c0b55ca780df9dee7001"
|
"@parity/ui": "github:paritytech/js-ui#2e830c98d967653b9fadb01e13b41607c5abd800"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@parity/dapp-tokenreg": {
|
"@parity/dapp-tokenreg": {
|
||||||
@ -289,16 +289,16 @@
|
|||||||
"requires": {
|
"requires": {
|
||||||
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
||||||
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
||||||
"@parity/ui": "github:paritytech/js-ui#f8f13f195b0afc02e9c7c0b55ca780df9dee7001"
|
"@parity/ui": "github:paritytech/js-ui#2e830c98d967653b9fadb01e13b41607c5abd800"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@parity/dapp-wallet": {
|
"@parity/dapp-wallet": {
|
||||||
"version": "github:paritytech/dapp-wallet#a7e37ebcffe3853b175e3263075e81c2f5dfd874",
|
"version": "github:paritytech/dapp-wallet#a7e37ebcffe3853b175e3263075e81c2f5dfd874",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
||||||
"@parity/dapp-account": "github:paritytech/dapp-account#762ab3b5aa642f5f0b8c6544de3e6a872704617a",
|
"@parity/dapp-account": "github:paritytech/dapp-account#a2d1556a33b58f6d4e2d4f71e98495f9ef08a012",
|
||||||
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
||||||
"@parity/ui": "github:paritytech/js-ui#f8f13f195b0afc02e9c7c0b55ca780df9dee7001"
|
"@parity/ui": "github:paritytech/js-ui#2e830c98d967653b9fadb01e13b41607c5abd800"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@parity/dapp-web": {
|
"@parity/dapp-web": {
|
||||||
@ -306,7 +306,7 @@
|
|||||||
"requires": {
|
"requires": {
|
||||||
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
||||||
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
"@parity/shared": "github:paritytech/js-shared#94f88ae51ab0b85f79fcffe4f6e309fb848ab4a1",
|
||||||
"@parity/ui": "github:paritytech/js-ui#f8f13f195b0afc02e9c7c0b55ca780df9dee7001",
|
"@parity/ui": "github:paritytech/js-ui#2e830c98d967653b9fadb01e13b41607c5abd800",
|
||||||
"base32.js": "0.1.0"
|
"base32.js": "0.1.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -381,7 +381,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@parity/ui": {
|
"@parity/ui": {
|
||||||
"version": "github:paritytech/js-ui#f8f13f195b0afc02e9c7c0b55ca780df9dee7001",
|
"version": "github:paritytech/js-ui#2e830c98d967653b9fadb01e13b41607c5abd800",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
"@parity/api": "github:paritytech/js-api#03e53fade5aca755002b9cf5c5a3669141419da5",
|
||||||
"@parity/etherscan": "github:paritytech/js-etherscan#6c0d4094c487a28585a317c7be5604cfaf57470d",
|
"@parity/etherscan": "github:paritytech/js-etherscan#6c0d4094c487a28585a317c7be5604cfaf57470d",
|
||||||
|
Loading…
Reference in New Issue
Block a user