Skip to content

Commit

Permalink
Update fs-jetpack dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmazza committed Jan 25, 2017
1 parent 84555d4 commit 2df4e62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 30 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
"author": "Plataformatec <opensource@plataformatec.com.br>",
"license": "Apache-2.0",
"dependencies": {
"fs-jetpack": "^0.10.0",
"fs-jetpack": "^0.10.5",
"glob": "^7.0.5",
"remark": "^6.2.0",
"remark-lint": "^5.4.0",
Expand Down
33 changes: 4 additions & 29 deletions yarn.lock
Expand Up @@ -99,9 +99,9 @@ extend@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.0.tgz#5a474353b9f3353ddd8176dfd37b91c83a46f1d4"

fs-jetpack@^0.10.0:
version "0.10.1"
resolved "https://registry.yarnpkg.com/fs-jetpack/-/fs-jetpack-0.10.1.tgz#9f488e72cba6bfd076e0d060c496808fadb2e585"
fs-jetpack@^0.10.5:
version "0.10.5"
resolved "https://registry.yarnpkg.com/fs-jetpack/-/fs-jetpack-0.10.5.tgz#c9db5a8fc2b8a2a5f02b878b52d52fa93b3ae3ec"
dependencies:
minimatch "^3.0.2"
mkdirp "^0.5.1"
Expand Down Expand Up @@ -344,24 +344,7 @@ rc@^1.1.0:
minimist "^1.2.0"
strip-json-comments "~1.0.4"

remark-lint@^5.0.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/remark-lint/-/remark-lint-5.1.0.tgz#4e898b1500eb302cab09b85b0602175548528eb3"
dependencies:
decamelize "^1.0.0"
load-plugin "^2.0.0"
mdast-util-heading-style "^1.0.0"
mdast-util-to-string "^1.0.0"
plur "^2.0.0"
remark-message-control "^2.0.0"
trough "^1.0.0"
unist-util-position "^2.0.1"
unist-util-visit "^1.0.0"
vfile-location "^2.0.0"
vfile-sort "^1.0.0"
wrapped "^1.0.1"

remark-lint@^5.4.0:
remark-lint@^5.0.0, remark-lint@^5.4.0:
version "5.4.0"
resolved "https://registry.yarnpkg.com/remark-lint/-/remark-lint-5.4.0.tgz#6e7c77b90844ad1931761c62af9d65ab46e6734a"
dependencies:
Expand Down Expand Up @@ -550,10 +533,6 @@ unist-util-modify-children@^1.0.0:
dependencies:
array-iterate "^1.0.0"

unist-util-position@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/unist-util-position/-/unist-util-position-2.0.1.tgz#1a639df0a0940460a2d8b205e9be704fe07518ec"

unist-util-position@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/unist-util-position/-/unist-util-position-3.0.0.tgz#e6e1e03eeeb81c5e1afe553e8d4adfbd7c0d8f82"
Expand Down Expand Up @@ -595,10 +574,6 @@ vfile-reporter:
trim "0.0.1"
unist-util-stringify-position "^1.0.0"

vfile-sort@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/vfile-sort/-/vfile-sort-1.0.0.tgz#17ee491ba43e8951bb22913fcff32a7dc4d234d4"

vfile-sort@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/vfile-sort/-/vfile-sort-2.0.0.tgz#7279458d111a9ba3b18effd9f8a0169bb7c5112b"
Expand Down

0 comments on commit 2df4e62

Please sign in to comment.