Skip to content

Commit

Permalink
Merge pull request #741 from blackflux/dev
Browse files Browse the repository at this point in the history
[Gally]: master <- dev
  • Loading branch information
simlu committed Nov 20, 2020
2 parents 3d014fa + 8ab45b9 commit ce565c4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 11 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/cli": "7.12.1",
"@babel/core": "7.12.3",
"@babel/register": "7.12.1",
"@blackflux/eslint-plugin-rules": "1.3.41",
"@blackflux/eslint-plugin-rules": "1.3.42",
"@blackflux/robo-config-plugin": "3.10.14",
"babel-eslint": "10.1.0",
"chai": "4.2.0",
Expand All @@ -54,7 +54,7 @@
"eslint-plugin-mocha": "8.0.0",
"js-gardener": "2.0.180",
"nyc": "15.1.0",
"semantic-release": "17.2.3",
"semantic-release": "17.2.4",
"babel-preset-latest-node": "5.1.1"
},
"licenses": [
Expand Down
32 changes: 23 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -319,12 +319,12 @@
lodash "^4.17.19"
to-fast-properties "^2.0.0"

"@blackflux/eslint-plugin-rules@1.3.41":
version "1.3.41"
resolved "https://registry.yarnpkg.com/@blackflux/eslint-plugin-rules/-/eslint-plugin-rules-1.3.41.tgz#94d364ea312d6143c3f2b0bb6d9f1bc5f1e951ef"
integrity sha512-hs7mrTpfkWZuEGlmhPYnmUPOWHy95S0zc7RmaBlQNii1+Rt1Nolw9s9RhZTBUKyX/J3aifu+LWdBqAXyDzyLPw==
"@blackflux/eslint-plugin-rules@1.3.42":
version "1.3.42"
resolved "https://registry.yarnpkg.com/@blackflux/eslint-plugin-rules/-/eslint-plugin-rules-1.3.42.tgz#4768f66318d0585d2a9ac09dc80a40795db2b124"
integrity sha512-DHz3zipJRzrxKDFzhBcHpgygkjKk+1Ab/Rz5O532yDk3UQqwwWGqePTgMhGdzVAoePvx7CyOQEf9WCkIwUuwDA==
dependencies:
smart-fs "1.12.0"
smart-fs "1.12.1"

"@blackflux/robo-config-plugin@3.10.14":
version "3.10.14"
Expand Down Expand Up @@ -6577,10 +6577,10 @@ sax@^1.2.4:
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==

semantic-release@17.2.3:
version "17.2.3"
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-17.2.3.tgz#11f10b851d4e75b1015b17515c433049b3df994c"
integrity sha512-MY1MlowGQrkOR7+leOD8ICkVOC6i1szbwDODdbJ0UdshtMx8Ms0bhpRQmEEliqYKEb5PLv/dqs6zKKuHT7UxTg==
semantic-release@17.2.4:
version "17.2.4"
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-17.2.4.tgz#b1e18644a5be51a4ee681172fc3c3bb05fe0322a"
integrity sha512-NcYFT+duzg+eE57s9lZYRRkxzyiXGvwFdPvS4U+8TYo+vb0UZpQuFi63hFgoLAOF4lo5yj2v79GsG9hDC66EQw==
dependencies:
"@semantic-release/commit-analyzer" "^8.0.0"
"@semantic-release/error" "^2.2.0"
Expand Down Expand Up @@ -6760,6 +6760,20 @@ smart-fs@1.12.0:
xml-js "1.6.11"
yaml-boost "1.10.1"

smart-fs@1.12.1:
version "1.12.1"
resolved "https://registry.yarnpkg.com/smart-fs/-/smart-fs-1.12.1.tgz#df3e942585dbc8f49e68e30a6f91cd89e7787adc"
integrity sha512-rirYS3KrVY32mJYzO2YFbBqraHO7nPKe8yZHKAgxpDVK8hVEVNeOpjqykq9Zrg1P8n+5bl1l32gLy2wt7387OQ==
dependencies:
fs-extra "9.0.1"
js-yaml "3.14.0"
json-stringify-pretty-compact "2.0.0"
lodash.clonedeep "4.5.0"
lodash.isequal "4.5.0"
object-align "1.0.14"
xml-js "1.6.11"
yaml-boost "1.10.1"

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 ce565c4

Please sign in to comment.