Bump deps (#84)

This commit is contained in:
Jaco Greeff
2019-02-25 18:02:50 +01:00
committed by GitHub
parent c40cb2956c
commit 73c51cbd01
5 changed files with 744 additions and 687 deletions
+3 -3
View File
@@ -12,7 +12,7 @@
"resolutions": { "resolutions": {
"babel-core": "^7.0.0-bridge.0", "babel-core": "^7.0.0-bridge.0",
"rxjs": "^6.4.0", "rxjs": "^6.4.0",
"typescript": "^3.3.3" "typescript": "^3.3.3333"
}, },
"scripts": { "scripts": {
"build": "polkadot-dev-build-ts", "build": "polkadot-dev-build-ts",
@@ -23,8 +23,8 @@
"demo:identicon": "webpack-serve --config packages/ui-identicon/webpack.config.js --content packages/ui-identicon --port 3000" "demo:identicon": "webpack-serve --config packages/ui-identicon/webpack.config.js --content packages/ui-identicon --port 3000"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.2.2", "@babel/core": "^7.3.3",
"@polkadot/dev-react": "^0.24.2", "@polkadot/dev-react": "^0.24.6",
"@polkadot/ts": "^0.1.53", "@polkadot/ts": "^0.1.53",
"empty": "^0.10.1" "empty": "^0.10.1"
} }
+2 -2
View File
@@ -23,8 +23,8 @@
"react": "*" "react": "*"
}, },
"devDependencies": { "devDependencies": {
"@polkadot/keyring": "^0.34.21", "@polkadot/keyring": "^0.34.24",
"@polkadot/util-crypto": "^0.34.21", "@polkadot/util-crypto": "^0.34.24",
"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.34.21", "@polkadot/keyring": "^0.34.24",
"@polkadot/types": "^0.45.9", "@polkadot/types": "^0.45.14",
"@polkadot/util": "^0.34.21" "@polkadot/util": "^0.34.24"
}, },
"peerDependencies": { "peerDependencies": {
"@polkadot/keyring": "*", "@polkadot/keyring": "*",
+1 -1
View File
@@ -12,7 +12,7 @@
"@babel/runtime": "^7.3.1" "@babel/runtime": "^7.3.1"
}, },
"devDependencies": { "devDependencies": {
"@polkadot/types": "^0.45.9" "@polkadot/types": "^0.45.14"
}, },
"peerDependencies": { "peerDependencies": {
"@polkadot/types": "*" "@polkadot/types": "*"
+735 -678
View File
File diff suppressed because it is too large Load Diff