Merge pull request #15 from polkadot-js/jg-bump-dev

Bump dev
This commit is contained in:
Jaco Greeff 2019-01-11 10:12:58 +01:00 committed by GitHub
commit 1166537025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@ language: node_js
node_js:
- "10"
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.10.1
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
cache:
yarn: true

View File

@ -16,6 +16,6 @@
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@polkadot/dev": "^0.23.7"
"@polkadot/dev": "^0.23.8"
}
}

View File

@ -1277,10 +1277,10 @@
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
"@polkadot/dev@^0.23.7":
version "0.23.7"
resolved "https://registry.yarnpkg.com/@polkadot/dev/-/dev-0.23.7.tgz#4a32050214fe13e7fdaa5aa1cc9fd0ccd310211b"
integrity sha512-6US2N28NBSfUt67zEZn+5CJ6DCFcklGqwHEykN6Xr+S9HsX+en9oK4NTzfgewjNP9FlKLjDjl7EwIJgIOERmwA==
"@polkadot/dev@^0.23.8":
version "0.23.8"
resolved "https://registry.yarnpkg.com/@polkadot/dev/-/dev-0.23.8.tgz#c0507eb3eee0e1c916b69c8790dfbfa47a0fd324"
integrity sha512-s/dK2wZvUdjFZWUJ7Q83ShSlcSrUA+3iM5QZ7mN2k9JGJAI9NxQ22EjMwNreOGneJikzHNQRVbMCcwhh5tiZwA==
dependencies:
"@babel/cli" "^7.2.3"
"@babel/core" "^7.2.2"