Merge pull request #46 from polkadot-js/jg-bumps

Bump deps
This commit is contained in:
Jaco Greeff 2019-10-22 11:06:44 +02:00 committed by GitHub
commit e3ac41bca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 332 additions and 323 deletions

View File

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

View File

@ -15,10 +15,10 @@
"test": "echo \"No 'yarn run test' available\""
},
"dependencies": {
"@types/chrome": "^0.0.89"
"@types/chrome": "^0.0.91"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@polkadot/dev": "^0.32.0-beta.10"
"@polkadot/dev": "^0.32.0-beta.11"
}
}

View File

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

View File

@ -1,6 +1,7 @@
{
"extends": "./node_modules/@polkadot/dev/config/tsconfig",
"compilerOptions": {
"skipLibCheck": true,
"typeRoots": [
"./types",
"./node_modules/@types"

637
yarn.lock

File diff suppressed because it is too large Load Diff