Skip to content

Commit

Permalink
fix: fix fs.promises ExperimentalWarning on Node v10.1.0
Browse files Browse the repository at this point in the history
by updating `fs-extra` to version 6.0.1.
  • Loading branch information
rdeltour committed May 25, 2018
1 parent eba12cb commit 4a7d88f
Show file tree
Hide file tree
Showing 5 changed files with 1,301 additions and 1,284 deletions.
2 changes: 1 addition & 1 deletion packages/ace-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"main": "lib/index.js",
"dependencies": {
"@daisy/ace-config": "^1.0.0",
"fs-extra": "^4.0.2",
"fs-extra": "^6.0.1",
"winston": "^2.4.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ace-report-axe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"fs-extra": "^4.0.2",
"fs-extra": "^6.0.1",
"winston": "^2.4.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ace-report/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"main": "lib/index.js",
"dependencies": {
"escape-html": "^1.0.3",
"fs-extra": "^4.0.2",
"fs-extra": "^6.0.1",
"handlebars": "^4.0.11",
"winston": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/epub-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"main": "lib/index.js",
"dependencies": {
"extract-zip": "^1.6.5",
"fs-extra": "^4.0.2",
"fs-extra": "^6.0.1",
"tmp": "^0.0.33",
"winston": "^2.4.0",
"xmldom": "^0.1.27",
Expand Down
Loading

0 comments on commit 4a7d88f

Please sign in to comment.