Skip to content

Commit

Permalink
Merge pull request #330 from blackflux/dev
Browse files Browse the repository at this point in the history
[Gally]: master <- dev
  • Loading branch information
simlu committed Mar 11, 2020
2 parents 5d25871 + c3b19d6 commit 5aee361
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@babel/plugin-proposal-object-rest-spread": "7.8.3",
"@babel/register": "7.8.6",
"@blackflux/eslint-plugin-rules": "1.3.24",
"@blackflux/robo-config-plugin": "3.0.8",
"@blackflux/robo-config-plugin": "3.1.0",
"babel-eslint": "10.1.0",
"chai": "4.2.0",
"coveralls": "3.0.9",
Expand All @@ -25,7 +25,7 @@
"eslint-plugin-markdown": "1.0.2",
"eslint-plugin-mocha": "6.3.0",
"js-gardener": "2.0.137",
"node-tdd": "2.9.6",
"node-tdd": "2.9.7",
"nyc": "15.0.0",
"semantic-release": "17.0.4"
},
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,10 @@
dependencies:
smart-fs "1.11.8"

"@blackflux/robo-config-plugin@3.0.8":
version "3.0.8"
resolved "https://registry.yarnpkg.com/@blackflux/robo-config-plugin/-/robo-config-plugin-3.0.8.tgz#5fb75b7c0a63deef32b4e37f37f57b2747113ca4"
integrity sha512-JlXhkhG2vV1JRHt0/ilM2w5AyqrkJAxN9gqd/7QEtbQGkBp30XpNRlvshh10CjoMz/IbeqshBIO6GbyDQoyGqA==
"@blackflux/robo-config-plugin@3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@blackflux/robo-config-plugin/-/robo-config-plugin-3.1.0.tgz#8626879bc101c30718079376f42d4853f4342469"
integrity sha512-wdFbv6mjuyHomOy+ATBirF2UKIvdNh6vblLFkWjsr8rSY8fkhc6TuLeokb+U40wQDJazY4woxxpZhlbWZccYAA==

"@hapi/address@^2.1.2":
version "2.1.4"
Expand Down Expand Up @@ -4522,10 +4522,10 @@ minimist@0.0.8:
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=

minimist@1.2.2, minimist@^1.1.3, minimist@^1.2.0:
version "1.2.2"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.2.tgz#b00a00230a1108c48c169e69a291aafda3aacd63"
integrity sha512-rIqbOrKb8GJmx/5bc2M0QchhUouMXSpd1RTclXsB41JdL+VtnojfaJR+h7F9k18/4kHUsBFgk80Uk+q569vjPA==
minimist@1.2.3, minimist@^1.1.3, minimist@^1.2.0:
version "1.2.3"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.3.tgz#3db5c0765545ab8637be71f333a104a965a9ca3f"
integrity sha512-+bMdgqjMN/Z77a6NlY/I3U5LlRDbnmaAk6lDveAPKwSpcPM4tKAuYsvYF8xjhOPXhOYGe/73vVLVez5PW+jqhw==

minimist@~0.0.1:
version "0.0.10"
Expand Down Expand Up @@ -4767,15 +4767,15 @@ node-sass-tilde-importer@^1.0.2:
dependencies:
find-parent-dir "^0.3.0"

node-tdd@2.9.6:
version "2.9.6"
resolved "https://registry.yarnpkg.com/node-tdd/-/node-tdd-2.9.6.tgz#99c23441020e1675ee7fe406ff31b7ca0d58f7db"
integrity sha512-P08AW9haROJj8YjvLoR7d8e8QWKHxgV6Y5OrGDhX01080tDSIw8puUe8+AeZ0Xg3OtvUSGHxiAbZfxtaQ7/cjg==
node-tdd@2.9.7:
version "2.9.7"
resolved "https://registry.yarnpkg.com/node-tdd/-/node-tdd-2.9.7.tgz#10589a4e82c5f19c1f884e953efae9c6eaed1de9"
integrity sha512-IUZXCt+OZ882aSrRiTdCToCiYDc1hVCs0nZKhMT1x7Nz7DWJ8y6E3NRBHnZBDGE2eV8amN3MJ0GxKwHL8Kj0+g==
dependencies:
callsites "3.1.0"
joi-strict "1.2.0"
lodash.get "4.4.2"
minimist "1.2.2"
minimist "1.2.3"
nock "12.0.2"
smart-fs "1.11.8"
timekeeper "2.2.0"
Expand Down

0 comments on commit 5aee361

Please sign in to comment.