Skip to content

Commit

Permalink
Bump packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Apr 17, 2019
1 parent 11cd857 commit 0927a62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions index.js
Expand Up @@ -677,8 +677,8 @@ _getWatchHelpers(path, depth) {
const getDirParts = (path) => {
if (!hasGlob) return [];
const parts = [];
const expandedPath = path.includes("{")
? braces.expand(path)
const expandedPath = path.includes("{")
? braces.expand(path)
: [path];
expandedPath.forEach((path) => {
parts.push(sysPath.relative(watchPath, path).split(/[\/\\]/));
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -12,9 +12,9 @@
"node": ">= 8"
},
"dependencies": {
"anymatch": "^3.0.0",
"anymatch": "^3.0.1",
"async-each": "^1.0.3",
"braces": "^3.0.0",
"braces": "^3.0.2",
"glob-parent": "^5.0.0",
"is-binary-path": "^2.0.1",
"is-glob": "^4.0.1",
Expand All @@ -25,7 +25,7 @@
"fsevents": "^2.0.6"
},
"devDependencies": {
"@types/node": "^11.9.4",
"@types/node": "^11.13.4",
"chai": "^4.2.0",
"coveralls": "^3.0.1",
"dtslint": "0.4.1",
Expand Down

0 comments on commit 0927a62

Please sign in to comment.