Merge pull request #3 from polkadot-js/jg-bump

Bump deps
This commit is contained in:
Jaco Greeff 2018-10-24 15:20:55 +02:00 committed by GitHub
commit 3bfc6174b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 672 additions and 599 deletions

View File

@ -7,15 +7,17 @@
"license": "ISC", "license": "ISC",
"resolutions": { "resolutions": {
"babel-core": "^7.0.0-bridge.0", "babel-core": "^7.0.0-bridge.0",
"typescript": "^3.0.1" "typescript": "^3.1.3"
}, },
"scripts": { "scripts": {
"build": "./build.sh", "build": "./build.sh",
"check": "tsc --noEmit", "check": "tsc --noEmit",
"test": "echo \"No 'yarn run test' available\"" "test": "echo \"No 'yarn run test' available\""
}, },
"dependencies": {
"@types/node": "^10.12.0"
},
"devDependencies": { "devDependencies": {
"@polkadot/dev": "^0.20.20", "@polkadot/dev": "^0.21.1"
"@types/node": "^10.9.4"
} }
} }

1263
yarn.lock

File diff suppressed because it is too large Load Diff