Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
SEMIBREAKING: Update to latest globby release
Browse files Browse the repository at this point in the history
globby 10.x uses a new version of fast-glob which can in edge cases break some previously working glob patterns.

See:

* https://github.com/sindresorhus/globby/releases/tag/v10.0.0
* https://github.com/mrmlnc/fast-glob/releases/tag/3.0.0
  • Loading branch information
voxpelli committed Jul 28, 2019
1 parent fb09c07 commit 2c91ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"builtins": "^2.0.0",
"debug": "^4.0.0",
"detective": "^5.0.2",
"globby": "^9.2.0",
"globby": "^10.0.1",
"is-relative": "^1.0.0",
"micromatch": "^3.0.0",
"minimist": "^1.2.0",
Expand Down

0 comments on commit 2c91ae0

Please sign in to comment.