Skip to content

Commit

Permalink
Update dependency fs-extra to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 13, 2019
1 parent 3b47a1f commit bca0e05
Show file tree
Hide file tree
Showing 14 changed files with 322 additions and 511 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"clean-typescript-build": "bin.js"
},
"dependencies": {
"fs-extra": "^7.0.1",
"fs-extra": "^8.0.0",
"fs-tree-utils": "^0.1.6"
}
}

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

4 changes: 2 additions & 2 deletions packages/typescript/clean-typescript-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"build"
],
"dependencies": {
"fs-extra": "^7.0.1",
"fs-extra": "^8.0.0",
"ramda": "^0.26.1",
"yargs": "^13.2.2",
"tslib": "^1.9.3",
"fs-tree-utils": "^0.1.6",
"@types/fs-extra": "^5.0.5",
"@types/fs-extra": "^8.0.0",
"@types/ramda": "^0.26.5",
"@types/yargs": "^12.0.10",
"@types/node": "^11.12.0"
Expand Down

0 comments on commit bca0e05

Please sign in to comment.