Skip to content

Commit

Permalink
Merge pull request #142 from blackflux/dev
Browse files Browse the repository at this point in the history
[Gally]: master <- dev
  • Loading branch information
simlu committed Oct 3, 2019
2 parents 12e0fdf + 28dfd2e commit 563dff8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 25 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@babel/core": "7.6.2",
"@babel/plugin-proposal-object-rest-spread": "7.6.2",
"@babel/register": "7.6.2",
"@blackflux/eslint-plugin-rules": "1.3.12",
"@blackflux/eslint-plugin-rules": "1.3.13",
"@blackflux/robo-config-plugin": "2.6.15",
"babel-eslint": "10.0.3",
"chai": "4.2.0",
Expand All @@ -53,7 +53,7 @@
"eslint-plugin-markdown": "1.0.0",
"eslint-plugin-mocha": "6.1.1",
"js-gardener": "2.0.103",
"node-tdd": "2.5.12",
"node-tdd": "2.5.13",
"nyc": "14.1.1",
"semantic-release": "15.13.24"
},
Expand Down
33 changes: 10 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,12 @@
lodash "^4.17.13"
to-fast-properties "^2.0.0"

"@blackflux/eslint-plugin-rules@1.3.12":
version "1.3.12"
resolved "https://registry.yarnpkg.com/@blackflux/eslint-plugin-rules/-/eslint-plugin-rules-1.3.12.tgz#f9e52d3fbf6b76dfcea7aaa037520ed90e903e3f"
integrity sha512-VOK7igr+Gr8QSD4zb9LC8esin/z3dlTOYInXN3PDc0gHJDkX4oGzMhvQUcfE8GLs4HeNeJbXgQpDrf9i3pFbSA==
"@blackflux/eslint-plugin-rules@1.3.13":
version "1.3.13"
resolved "https://registry.yarnpkg.com/@blackflux/eslint-plugin-rules/-/eslint-plugin-rules-1.3.13.tgz#215206b0b949de7f76ee39bb85326f5957d15694"
integrity sha512-eP362fkZdogjxt0MoqaR1EITKKJLKHzJFXH4rTn3bw3LsiV0tBuM7B3cpAI77zpWJln+0F5X2ggPT9kwSMFgwQ==
dependencies:
smart-fs "1.9.14"
smart-fs "1.10.1"

"@blackflux/robo-config-plugin@2.6.15":
version "2.6.15"
Expand Down Expand Up @@ -4579,16 +4579,16 @@ node-pre-gyp@^0.12.0:
semver "^5.3.0"
tar "^4"

node-tdd@2.5.12:
version "2.5.12"
resolved "https://registry.yarnpkg.com/node-tdd/-/node-tdd-2.5.12.tgz#5d2faccff59acf200ea3a6a3f0d0d9906b1f8527"
integrity sha512-ljUAGV2yaJ3QL0CSwcXkycJ9vW5eOfDMpDDq/08ekIBxBEZK/ReD7nhTU/jDWRrtzEFlfYwa8xWh9i+aAz6dzA==
node-tdd@2.5.13:
version "2.5.13"
resolved "https://registry.yarnpkg.com/node-tdd/-/node-tdd-2.5.13.tgz#a333ec9ef18a3b88d2f32a9fc10486850b4fc990"
integrity sha512-CcV7OAMSiX8a752BBPkfNevvaiFDSH6OrNotZ7wAmGCIUSJ/TEL0xBEn5nsvrdsDh7FqM5bY7PpWSMvtsVXPCg==
dependencies:
callsites "3.1.0"
joi-strict "1.1.6"
lodash.get "4.4.2"
nock "11.3.5"
smart-fs "1.9.14"
smart-fs "1.10.1"
timekeeper "2.2.0"
tmp "0.1.0"

Expand Down Expand Up @@ -6381,19 +6381,6 @@ smart-fs@1.10.1:
xml-js "1.6.11"
yaml-boost "1.9.17"

smart-fs@1.9.14:
version "1.9.14"
resolved "https://registry.yarnpkg.com/smart-fs/-/smart-fs-1.9.14.tgz#1f9096368818ffc08b27f9160f7c5cec1bcb7a72"
integrity sha512-/gFqpNJGPzDG5QNNg9P1evU+mWXL5M0fYXabd/AC25cRzRU9MTju9sddNG7JO8fsMA9BBUqkc/XRFr8VWda3HQ==
dependencies:
fs-extra "8.1.0"
json-stringify-pretty-compact "2.0.0"
lodash.clonedeep "4.5.0"
lodash.isequal "4.5.0"
object-align "1.0.8"
xml-js "1.6.11"
yaml-boost "1.9.17"

snapdragon-node@^2.0.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b"
Expand Down

0 comments on commit 563dff8

Please sign in to comment.