Force bump dependencies

npm is buggy, so doing this just to be sure.
This commit is contained in:
Sindre Sorhus 2018-02-11 20:04:55 +07:00
parent 678152cf19
commit b55dd79f8b

View file

@ -41,14 +41,14 @@
"text"
],
"dependencies": {
"ansi-styles": "^3.1.0",
"ansi-styles": "^3.2.0",
"escape-string-regexp": "^1.0.5",
"supports-color": "^5.0.0"
"supports-color": "^5.2.0"
},
"devDependencies": {
"ava": "*",
"coveralls": "^3.0.0",
"execa": "^0.8.0",
"execa": "^0.9.0",
"import-fresh": "^2.0.0",
"matcha": "^0.7.0",
"nyc": "^11.0.2",