Bump deps

This commit is contained in:
Jaco Greeff 2018-10-24 15:12:18 +02:00
parent d8e7a153da
commit 40daab0e3b
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