Bump deps (#481)

This commit is contained in:
Jaco Greeff
2019-10-22 11:15:59 +02:00
committed by GitHub
parent 5155ae8d2b
commit ef5780996e
6 changed files with 342 additions and 333 deletions

View File

@@ -5,7 +5,7 @@ module.exports = {
parserOptions: {
...base.parserOptions,
project: [
'./tsconfig.eslint.json'
'./tsconfig.json'
]
}
};

View File

@@ -22,8 +22,8 @@
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@polkadot/dev": "^0.32.0-beta.10",
"@polkadot/ts": "^0.1.81",
"@polkadot/dev": "^0.32.0-beta.11",
"@polkadot/ts": "^0.1.82",
"gh-pages": "^2.1.1"
}
}

View File

@@ -27,7 +27,7 @@
"dependencies": {
"@babel/runtime": "^7.6.3",
"@polkadot/util": "^1.6.0-beta.10",
"@polkadot/wasm-crypto": "^0.15.0-beta.21",
"@polkadot/wasm-crypto": "^0.15.0-beta.177",
"@types/bip39": "^2.4.2",
"@types/bs58": "^4.0.0",
"@types/pbkdf2": "^3.0.0",

View File

@@ -1,11 +0,0 @@
{
"extends": "./tsconfig.json",
"exclude": [
"build",
"packages/*/build"
],
"compilerOptions": {
"allowJs": true,
"checkJs": true
}
}

View File

@@ -22,6 +22,7 @@
"@polkadot/util": [ "packages/util/src" ],
"@polkadot/util/*": [ "packages/util/src/*" ]
},
"skipLibCheck": true,
"typeRoots": [
"./node_modules/@polkadot/ts",
"./node_modules/@types"

655
yarn.lock

File diff suppressed because it is too large Load Diff