Bump deps (#66)

This commit is contained in:
Jaco Greeff
2019-01-23 23:06:16 +01:00
committed by GitHub
parent bf3094f507
commit f916c5ae7d
4 changed files with 41 additions and 41 deletions
+2 -2
View File
@@ -24,8 +24,8 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.2.2", "@babel/core": "^7.2.2",
"@polkadot/dev-react": "^0.23.13", "@polkadot/dev-react": "^0.23.14",
"@polkadot/ts": "^0.1.51", "@polkadot/ts": "^0.1.52",
"empty": "^0.10.1" "empty": "^0.10.1"
} }
} }
+2 -2
View File
@@ -22,8 +22,8 @@
"react": "*" "react": "*"
}, },
"devDependencies": { "devDependencies": {
"@polkadot/keyring": "^0.33.35", "@polkadot/keyring": "^0.33.36",
"@polkadot/util-crypto": "^0.33.35", "@polkadot/util-crypto": "^0.33.36",
"xmlserializer": "^0.6.1" "xmlserializer": "^0.6.1"
} }
} }
+3 -3
View File
@@ -16,9 +16,9 @@
"store": "^2.0.12" "store": "^2.0.12"
}, },
"devDependencies": { "devDependencies": {
"@polkadot/keyring": "^0.33.35", "@polkadot/keyring": "^0.33.36",
"@polkadot/types": "^0.40.8", "@polkadot/types": "^0.40.22",
"@polkadot/util": "^0.33.35" "@polkadot/util": "^0.33.36"
}, },
"peerDependencies": { "peerDependencies": {
"@polkadot/keyring": "*", "@polkadot/keyring": "*",
+34 -34
View File
@@ -1375,15 +1375,15 @@
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b" resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw== integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
"@polkadot/dev-react@^0.23.13": "@polkadot/dev-react@^0.23.14":
version "0.23.13" version "0.23.14"
resolved "https://registry.yarnpkg.com/@polkadot/dev-react/-/dev-react-0.23.13.tgz#ba62bdc9bd7402acf21cdf9559444db89dea0b6e" resolved "https://registry.yarnpkg.com/@polkadot/dev-react/-/dev-react-0.23.14.tgz#f33f69dcdb4cb4dd132f558618879fc99d38844b"
integrity sha512-OQXlmxwSTOVFuLVSTdTCKZY14gl9z/Fb31chk34BkcQDy7j+e1VUqjAI6eXhAiQ6mYBCjfnqQRskBgs8F/7nRw== integrity sha512-2Ms6iOnR2oWA7QnLuH+tAt8HCMRtOexhXaOHakEBKV4OHP9qCQHufEGvy+fKRYYox1LCO/kV5i17ro0BD1hh0g==
dependencies: dependencies:
"@babel/core" "^7.2.2" "@babel/core" "^7.2.2"
"@babel/plugin-syntax-dynamic-import" "^7.2.0" "@babel/plugin-syntax-dynamic-import" "^7.2.0"
"@babel/preset-react" "^7.0.0" "@babel/preset-react" "^7.0.0"
"@polkadot/dev" "^0.23.13" "@polkadot/dev" "^0.23.14"
"@types/react" "^16.7.18" "@types/react" "^16.7.18"
"@types/react-dom" "^16.0.11" "@types/react-dom" "^16.0.11"
"@types/styled-components" "^4.1.5" "@types/styled-components" "^4.1.5"
@@ -1411,10 +1411,10 @@
webpack-serve "^2.0.3" webpack-serve "^2.0.3"
worker-loader "^2.0.0" worker-loader "^2.0.0"
"@polkadot/dev@^0.23.13": "@polkadot/dev@^0.23.14":
version "0.23.13" version "0.23.14"
resolved "https://registry.yarnpkg.com/@polkadot/dev/-/dev-0.23.13.tgz#a1933eb029bc2d6221ab55c89d47abfe22f013d6" resolved "https://registry.yarnpkg.com/@polkadot/dev/-/dev-0.23.14.tgz#e649dfaaab4fb1c8e8f2c1695a8b5367dd3ce2ce"
integrity sha512-g/WsW8VakLwwKpIoJ2vv7QTp1NOUHbXrHNu4F3soeCFV66MjeTYCKRaH5ipsc6sEK0S/rBZFdAmQcEbi3KJbRg== integrity sha512-vmgS7THEvEp1v7iKw/QxanedAozSIRzUJWVHLUkIRyDSRfH3/iOFxEwNso0CNMULO1OHfIfhgDP+3lHj/IMB1A==
dependencies: dependencies:
"@babel/cli" "^7.2.3" "@babel/cli" "^7.2.3"
"@babel/core" "^7.2.2" "@babel/core" "^7.2.2"
@@ -1451,39 +1451,39 @@
typedoc-plugin-no-inherit "^1.1.2" typedoc-plugin-no-inherit "^1.1.2"
typescript "^3.2.2" typescript "^3.2.2"
"@polkadot/keyring@^0.33.35": "@polkadot/keyring@^0.33.36":
version "0.33.35" version "0.33.36"
resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-0.33.35.tgz#c576321831bb9f50746678477a2304dab7914c6f" resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-0.33.36.tgz#def02631369b1a2288ae95d32cadd63299f877f7"
integrity sha512-7obcqaFMxbUqxN9D4LtsJYcPSX+Ku/CKOsSrccLMUAY0hUTrK41UWMzyH3+B491gtdZpAaogjd7e5+6rEpD3nQ== integrity sha512-UUyb0ua+b10FAt+dH5Vuua0mu+FH9WY+as+IoVNXyDY8PpHY+kg8MDXXrCGBueCF5CaiiAJP7gD5vp7U10nrEg==
dependencies: dependencies:
"@babel/runtime" "^7.2.0" "@babel/runtime" "^7.2.0"
"@polkadot/util" "^0.33.35" "@polkadot/util" "^0.33.36"
"@polkadot/util-crypto" "^0.33.35" "@polkadot/util-crypto" "^0.33.36"
"@types/bs58" "^4.0.0" "@types/bs58" "^4.0.0"
bs58 "^4.0.1" bs58 "^4.0.1"
"@polkadot/ts@^0.1.51": "@polkadot/ts@^0.1.52":
version "0.1.51" version "0.1.52"
resolved "https://registry.yarnpkg.com/@polkadot/ts/-/ts-0.1.51.tgz#4ce26923b3d34c026e14081975718b716c988483" resolved "https://registry.yarnpkg.com/@polkadot/ts/-/ts-0.1.52.tgz#6fb09e494d244dad4b3a9ca581bfe13beec66565"
integrity sha512-p+uQIZqxtlQGTQoNcd8mED66qfyPA4qy8HmCMpUYDaFHKNpZ7qun0dqSoT0NvUB32KTSQitKhf/N0att8sEdow== integrity sha512-sij1O0x4CY51A394RYD4/aQwDPwIxIeTOpYI4AZgdF/vq5nvF14b4XFq9vAcSnblaIosf0sYKoz1f3dkN3QqLw==
"@polkadot/types@^0.40.8": "@polkadot/types@^0.40.22":
version "0.40.8" version "0.40.22"
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.40.8.tgz#1dd56a06cbbc4485241371589091661d7fbc1f75" resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.40.22.tgz#77820eb39e2fdba6cbf72c6fa5616553558553a4"
integrity sha512-dkSIbfLIBWiftrJJRbukC/531qCDzCsPxXScQrFeTwkIuiqfXsCWe8Q3/QMw614K7pBuWPWkfGqE9PIPzaBrKw== integrity sha512-TlTcMMuSvy4KqoxSocb32fsB8rpDz6rB0TlR8q+gruAswI5XeXALHiUTx1BrvpWmtrIlCa5YOUVPh2FYY8IG0A==
dependencies: dependencies:
"@babel/runtime" "^7.2.0" "@babel/runtime" "^7.2.0"
"@polkadot/keyring" "^0.33.35" "@polkadot/keyring" "^0.33.36"
"@polkadot/util" "^0.33.35" "@polkadot/util" "^0.33.36"
core-js "^2.6.2" core-js "^2.6.2"
"@polkadot/util-crypto@^0.33.35": "@polkadot/util-crypto@^0.33.36":
version "0.33.35" version "0.33.36"
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.33.35.tgz#d8e550330ca6dcdffae6ae23d3fcc4fb90f5614f" resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.33.36.tgz#3b1fc84be7126fd92ee4de960baafb901e50b1a4"
integrity sha512-HRCyPXq/awSgIJVZRNKzhAOUbZpte6eZn5XdDmi5DnTea5QCfQLoSHEoU1oyQK8xhPa+xNE/IJjuN2YNl+pLHw== integrity sha512-kjzdOrBL8NKfZZdWIhQFim3yDWo6sHjWOuxJQt8k22pHa/ATF8zVZ6Xqi4r+wsfBa9S+G6AE5yyVOirVPQYeCQ==
dependencies: dependencies:
"@babel/runtime" "^7.2.0" "@babel/runtime" "^7.2.0"
"@polkadot/util" "^0.33.35" "@polkadot/util" "^0.33.36"
"@types/bip39" "^2.4.1" "@types/bip39" "^2.4.1"
bip39 "^2.5.0" bip39 "^2.5.0"
blakejs "^1.1.0" blakejs "^1.1.0"
@@ -1491,10 +1491,10 @@
tweetnacl "^1.0.0" tweetnacl "^1.0.0"
xxhashjs "^0.2.2" xxhashjs "^0.2.2"
"@polkadot/util@^0.33.35": "@polkadot/util@^0.33.36":
version "0.33.35" version "0.33.36"
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.33.35.tgz#b6a544135ca71e125fb21b88277b96f2dfff7f36" resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.33.36.tgz#975590dd059f78209c9d398f72651ac393dd8245"
integrity sha512-dO40ypUhwzLHuch/W1/wzYcGdvak0B616+q0A6HUeYfdD/k7mva7fKlQR8jOeBM6jFiNLTENTlyvew7P59rotg== integrity sha512-N5b46NYTNJODILXNGRxvW/8yeKiHjQv4k3YmJhYnslMsEbaXPvkePFUA2N8Ji1LQrAD8sQbaoG8aYoNaqHSJMA==
dependencies: dependencies:
"@babel/runtime" "^7.2.0" "@babel/runtime" "^7.2.0"
"@types/bn.js" "^4.11.3" "@types/bn.js" "^4.11.3"