Bump deps

This commit is contained in:
Jaco Greeff 2019-12-05 09:59:29 +01:00
parent bc0acf1dcd
commit d2e06cdccb
3 changed files with 14 additions and 12698 deletions

View File

@ -28,3 +28,15 @@ jobs:
run: | run: |
yarn install --frozen-lockfile yarn install --frozen-lockfile
CI_NO_BETA=true yarn polkadot-dev-ghact-build CI_NO_BETA=true yarn polkadot-dev-ghact-build
dummy:
name: Dummy
if: "contains(github.event.head_commit.message, '[CI Skip]')"
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- name: dummy
run: |
echo "Dummy skip step"

View File

@ -7,7 +7,7 @@
"license": "ISC", "license": "ISC",
"resolutions": { "resolutions": {
"babel-core": "^7.0.0-bridge.0", "babel-core": "^7.0.0-bridge.0",
"typescript": "^3.7.2" "typescript": "^3.7.3"
}, },
"scripts": { "scripts": {
"build": "./build.sh", "build": "./build.sh",
@ -19,6 +19,6 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.7.4", "@babel/core": "^7.7.4",
"@polkadot/dev": "^0.32.0-beta.15" "@polkadot/dev": "^0.32.0-beta.16"
} }
} }

12696
yarn.lock

File diff suppressed because it is too large Load Diff