Skip to content

Commit

Permalink
feat(deps): globby@^9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Jul 17, 2019
1 parent bedd6af commit d9aa249
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 28 deletions.
2 changes: 1 addition & 1 deletion commands/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"camelcase": "^5.0.0",
"dedent": "^0.7.0",
"fs-extra": "^7.0.0",
"globby": "^8.0.1",
"globby": "^9.2.0",
"init-package-json": "^1.10.3",
"npm-package-arg": "^6.1.0",
"p-reduce": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion core/project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dedent": "^0.7.0",
"dot-prop": "^4.2.0",
"glob-parent": "^3.1.0",
"globby": "^8.0.1",
"globby": "^9.2.0",
"load-json-file": "^4.0.0",
"npmlog": "^4.1.2",
"p-map": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion helpers/load-manifests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"license": "MIT",
"dependencies": {
"globby": "^8.0.1",
"globby": "^9.2.0",
"load-json-file": "^4.0.0"
}
}
75 changes: 50 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"eslint-plugin-prettier": "^3.1.0",
"fast-async": "^7.0.6",
"find-up": "^3.0.0",
"globby": "^9.2.0",
"jest": "^24.8.0",
"jest-circus": "^24.8.0",
"normalize-newline": "^3.0.0",
Expand Down

0 comments on commit d9aa249

Please sign in to comment.