Skip to content

Commit

Permalink
Merge pull request #47 from blackflux/dev
Browse files Browse the repository at this point in the history
[Gally]: master <- dev
  • Loading branch information
simlu committed Mar 14, 2019
2 parents 6e00b7f + 74c3731 commit 87a84f5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@
"lodash.clonedeep": "4.5.0",
"lodash.difference": "4.5.0",
"object-scan": "5.0.3",
"smart-fs": "1.2.1"
"smart-fs": "1.3.0"
}
}
16 changes: 12 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6095,14 +6095,15 @@ smart-buffer@^1.0.13:
resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-1.1.15.tgz#7f114b5b65fab3e2a35aa775bb12f0d1c649bf16"
integrity sha1-fxFLW2X6s+KjWqd1uxLw0cZJvxY=

smart-fs@1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/smart-fs/-/smart-fs-1.2.1.tgz#c379482ec9d322aa536c9ee0461493279cb92d2e"
integrity sha512-qfoILz28jEcOSrAQhynS6hEA5gNxJMnuwPeFCvcxy2bb5Cma9js57+k5EefkF6bNy9IucCiB4V/ZtVPOgASb+Q==
smart-fs@1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/smart-fs/-/smart-fs-1.3.0.tgz#9f7496f6e5c5a73981061c595d7801c8e50e1d0e"
integrity sha512-7qxFvSaZ78lzT+43YyGj5hZBrNa9vDvVsDtNrQw62vmA0LEAClRXvEKQubm2y+Rg+Mo79+YfpD9aVj3XB5a2eQ==
dependencies:
fs-extra "7.0.1"
lodash.clonedeep "4.5.0"
lodash.isequal "4.5.0"
xml-js "1.6.11"
yaml-boost "1.8.4"

snapdragon-node@^2.0.1:
Expand Down Expand Up @@ -7106,6 +7107,13 @@ xdg-basedir@^3.0.0:
resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-3.0.0.tgz#496b2cc109eca8dbacfe2dc72b603c17c5870ad4"
integrity sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ=

xml-js@1.6.11:
version "1.6.11"
resolved "https://registry.yarnpkg.com/xml-js/-/xml-js-1.6.11.tgz#927d2f6947f7f1c19a316dd8eea3614e8b18f8e9"
integrity sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g==
dependencies:
sax "^1.2.4"

xml2js@0.4.19:
version "0.4.19"
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.19.tgz#686c20f213209e94abf0d1bcf1efaa291c7827a7"
Expand Down

0 comments on commit 87a84f5

Please sign in to comment.