Bump deps, TS 3.4.1 (#106)

This commit is contained in:
Jaco Greeff
2019-03-30 23:56:41 +01:00
committed by GitHub
parent 458789f4b8
commit 2d96db6942
8 changed files with 230 additions and 129 deletions
+1 -1
View File
@@ -9,6 +9,6 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.3.4"
"@babel/runtime": "^7.4.2"
}
}
+4 -4
View File
@@ -9,14 +9,14 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.3.4",
"@babel/runtime": "^7.4.2",
"@polkadot/ui-settings": "^0.36.1",
"@types/color": "^3.0.0",
"@types/react-copy-to-clipboard": "^4.2.6",
"color": "^3.0.0",
"jdenticon": "^2.1.1",
"react-copy-to-clipboard": "^5.0.1",
"styled-components": "^4.1.3"
"styled-components": "^4.2.0"
},
"peerDependencies": {
"@polkadot/keyring": "*",
@@ -24,8 +24,8 @@
"react": "*"
},
"devDependencies": {
"@polkadot/keyring": "^0.75.1",
"@polkadot/util-crypto": "^0.75.1",
"@polkadot/keyring": "^0.76.0-beta.3",
"@polkadot/util-crypto": "^0.76.0-beta.3",
"xmlserializer": "^0.6.1"
}
}
+5 -5
View File
@@ -10,16 +10,16 @@
"contributors": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.3.4",
"@babel/runtime": "^7.4.2",
"@types/store": "^2.0.1",
"rxjs": "^6.4.0",
"store": "^2.0.12",
"styled-components": "^4.1.3"
"styled-components": "^4.2.0"
},
"devDependencies": {
"@polkadot/keyring": "^0.75.1",
"@polkadot/types": "^0.75.1",
"@polkadot/util": "^0.75.1"
"@polkadot/keyring": "^0.76.0-beta.3",
"@polkadot/types": "^0.76.0-beta.1",
"@polkadot/util": "^0.76.0-beta.3"
},
"peerDependencies": {
"@polkadot/keyring": "*",
+2 -2
View File
@@ -9,8 +9,8 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.3.4",
"@polkadot/util": "^0.75.1",
"@babel/runtime": "^7.4.2",
"@polkadot/util": "^0.76.0-beta.3",
"@types/store": "^2.0.1",
"store": "^2.0.12"
}
+2 -2
View File
@@ -9,10 +9,10 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.3.4"
"@babel/runtime": "^7.4.2"
},
"devDependencies": {
"@polkadot/types": "^0.75.1"
"@polkadot/types": "^0.76.0-beta.1"
},
"peerDependencies": {
"@polkadot/types": "*"