Skip to content

Commit

Permalink
Bump packages.
Browse files Browse the repository at this point in the history
paulmillr committed Apr 17, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 11cd857 commit 0927a62
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -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(/[\/\\]/));
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
@@ -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",

0 comments on commit 0927a62

Please sign in to comment.