Skip to content

Commit 9963821

Browse files
committed
Update dependencies
1 parent 9d69165 commit 9963821

File tree

3 files changed

+583
-341
lines changed

3 files changed

+583
-341
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -89,43 +89,43 @@
8989
]
9090
},
9191
"dependencies": {
92-
"ansi-styles": "^3.2.1",
92+
"ansi-styles": "^4.2.1",
9393
"babel-runtime": "^6.26.0",
9494
"chalk": "^2.4.2",
95-
"concat-stream": "^1.6.2",
95+
"concat-stream": "^2.0.0",
9696
"docopt": "^0.6.1",
97-
"glob": "^7.1.4",
97+
"glob": "^7.1.6",
9898
"glob2base": "0.0.12",
99-
"js-yaml": "^3.13.1",
99+
"js-yaml": "^3.14.0",
100100
"lodash.difference": "^4.5.0",
101101
"lodash.uniq": "^4.5.0",
102102
"minimatch": "^3.0.4",
103-
"mkdirp": "^0.5.0",
103+
"mkdirp": "^1.0.4",
104104
"multipipe": "1.0.2",
105-
"rimraf": "^2.6.2",
106-
"safe-wipe": "0.2.4",
105+
"rimraf": "^3.0.2",
106+
"safe-wipe": "0.2.5",
107107
"sass-convert": "^0.5.0",
108108
"sassdoc-theme-default": "^2.8.3",
109109
"scss-comment-parser": "^0.8.4",
110-
"strip-indent": "^2.0.0",
110+
"strip-indent": "^3.0.0",
111111
"through2": "1.1.1",
112-
"update-notifier": "^2.5.0",
112+
"update-notifier": "^4.1.0",
113113
"vinyl-fs": "^3.0.3",
114-
"vinyl-source-stream": "^1.0.0",
114+
"vinyl-source-stream": "1.1.2",
115115
"vinyl-string": "^1.0.2"
116116
},
117117
"devDependencies": {
118118
"babel-cli": "^6.26.0",
119119
"babel-plugin-transform-builtin-extend": "^1.1.2",
120120
"babel-plugin-transform-runtime": "^6.22.0",
121121
"babel-preset-env": "^1.7.0",
122-
"coveralls": "^3.0.6",
122+
"coveralls": "^3.1.0",
123123
"dateformat": "^3.0.3",
124124
"jsesc": "^2.5.2",
125125
"mocha": "^3.4.2",
126126
"nyc": "^11.2.1",
127127
"opn-cli": "^3.1.0",
128-
"safe-buffer": "^5.2.0",
128+
"safe-buffer": "^5.2.1",
129129
"sinon": "^2.3.4",
130130
"standard": "^10.0.3",
131131
"vinyl": "^2.2.0"

src/sassdoc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import vfs from 'vinyl-fs'
1616
import converter from 'sass-convert'
1717
import pipe from 'multipipe'
1818
import through from 'through2'
19-
const mkdir = denodeify(require('mkdirp'))
19+
import mkdir from 'mkdirp';
2020

2121
/**
2222
* Expose lower API blocks.

0 commit comments

Comments
 (0)