Skip to content

Commit 00bfe0c

Browse files
committed
Upgrade dependencies
1 parent 797a284 commit 00bfe0c

2 files changed

Lines changed: 220 additions & 109 deletions

File tree

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -89,23 +89,23 @@
8989
]
9090
},
9191
"dependencies": {
92-
"babel-runtime": "^6.22.0",
92+
"babel-runtime": "^6.26.0",
9393
"chalk": "^1.0.0",
9494
"concat-stream": "^1.6.0",
9595
"docopt": "^0.6.1",
9696
"glob": "^7.1.2",
9797
"glob2base": "0.0.12",
98-
"js-yaml": "^3.8.4",
98+
"js-yaml": "^3.10.0",
9999
"lodash.difference": "^4.5.0",
100100
"lodash.uniq": "^4.5.0",
101101
"minimatch": "^3.0.4",
102102
"mkdirp": "^0.5.0",
103103
"multipipe": "^1.0.2",
104-
"rimraf": "^2.3.2",
104+
"rimraf": "^2.6.2",
105105
"safe-wipe": "0.*",
106106
"sass-convert": "^0.5.0",
107107
"sassdoc-theme-default": "^2.6.1",
108-
"scss-comment-parser": "^0.8.1",
108+
"scss-comment-parser": "^0.8.3",
109109
"strip-indent": "^2.0.0",
110110
"through2": "1.1.1",
111111
"update-notifier": "^2.2.0",
@@ -114,19 +114,19 @@
114114
"vinyl-string": "^1.0.2"
115115
},
116116
"devDependencies": {
117-
"babel-cli": "^6.24.1",
117+
"babel-cli": "^6.26.0",
118118
"babel-plugin-transform-builtin-extend": "^1.1.2",
119119
"babel-plugin-transform-runtime": "^6.22.0",
120-
"babel-preset-env": "^1.5.2",
120+
"babel-preset-env": "^1.6.0",
121121
"coveralls": "^2.13.1",
122122
"dateformat": "^2.0.0",
123123
"jsesc": "^2.5.1",
124124
"mocha": "^3.4.2",
125-
"nyc": "^11.0.2",
125+
"nyc": "^11.2.1",
126126
"opn-cli": "^3.1.0",
127-
"safe-buffer": "^5.1.0",
127+
"safe-buffer": "^5.1.1",
128128
"sinon": "^2.3.4",
129-
"standard": "^10.0.2",
130-
"vinyl": "^2.0.2"
129+
"standard": "^10.0.3",
130+
"vinyl": "^2.1.0"
131131
}
132132
}

0 commit comments

Comments
 (0)