Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-07-02 10:10:37 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-07-02 12:10:27 +0300
commit3d19d576a469e03d5774aa20c06d247b57d51c38 (patch)
tree2613c760c3903bec4636bbf1805290300c5e185d /package.json
parentc3d51f95408d49ab3c8391cc2ca29ce776f38338 (diff)
Update dependencies except for cheerio.
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index 167e124..3c6a65c 100644
--- a/package.json
+++ b/package.json
@@ -28,12 +28,12 @@
"travis": "nyc npm test"
},
"dependencies": {
- "binary-search": "^1.3.3",
+ "binary-search": "^1.3.4",
"bluebird": "^3.5.1",
"body-parser": "^1.18.3",
"chalk": "^2.4.1",
"cheerio": "^0.22.0",
- "commander": "^2.15.1",
+ "commander": "^2.16.0",
"debug": "^3.1.0",
"express": "^4.16.3",
"glob": "^7.1.2",
@@ -42,17 +42,17 @@
"void-elements": "^3.1.0"
},
"devDependencies": {
- "async": "^2.6.0",
+ "async": "^2.6.1",
"browserify": "^16.2.2",
- "coveralls": "^3.0.1",
- "eslint": "^4.19.1",
+ "coveralls": "^3.0.2",
+ "eslint": "^5.0.1",
"jquery": "^3.3.1",
"node-qunit-phantomjs": "^2.0.0",
"nodeunit": "^0.11.2",
- "nyc": "^11.8.0",
+ "nyc": "^12.0.2",
"qunitjs": "^2.4.1",
"rewire": "^4.0.1",
- "sinon": "^5.0.7"
+ "sinon": "^6.0.1"
},
"main": "./src/bootlint.js",
"bin": {