Skip to content

Commit

Permalink
Update modules and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kmalakoff committed Jul 26, 2021
1 parent 59d43a4 commit 440d6ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "readdirp-walk",
"version": "2.1.5",
"version": "2.1.6",
"description": "An optimized readdirp-compliant directory walker that gives you control over concurrency and performance tradeoffs",
"keywords": [
"recursive",
Expand Down Expand Up @@ -47,15 +47,13 @@
},
"dependencies": {
"fs-iterator": "^4.0.2",
"picomatch": "^2.2.2"
"picomatch": "^2.3.0"
},
"devDependencies": {
"@types/node": "^14",
"chai": "^4.2",
"chai": "^4.3",
"chai-subset": "^1.6",
"depcheck": "^1.0.0",
"depcheck": "^1.4.2",
"dis-dat": "^0.1.3",
"dtslint": "^3.6.12",
"eslint": "^6.8.0",
"mocha-compat": "^3.5.5",
"nyc": "^15.1.0",
Expand Down
2 changes: 1 addition & 1 deletion performance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
},
"dependencies": {
"benchmark-suite": "^0.1.6",
"readdirp": "^3.4.0"
"readdirp": "^3.6.0"
}
}

0 comments on commit 440d6ec

Please sign in to comment.