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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2016-05-29 12:23:39 +0300
committerXhmikosR <xhmikosr@gmail.com>2016-05-29 12:43:07 +0300
commit387642dbb3929f0355227f44e11397188e2f95a7 (patch)
treeb74056c6f32be4090f27c0cddd2ee0c865d6a014 /package.json
parent349cc8c3b4440645f5bf0c51055fd44e1cad3804 (diff)
Update all devDependencies.
Keep grunt at v0.4.5 due to some of the devDependencies not being updated for grunt 1.x.
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index 3eb93ccf08..6c5ff930a8 100644
--- a/package.json
+++ b/package.json
@@ -35,16 +35,16 @@
"grunt": "~0.4.5",
"grunt-autoprefixer": "~3.0.4",
"grunt-contrib-clean": "~1.0.0",
- "grunt-contrib-compress": "~1.2.0",
+ "grunt-contrib-compress": "~1.3.0",
"grunt-contrib-concat": "~1.0.0",
"grunt-contrib-connect": "~1.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-csslint": "~1.0.0",
"grunt-contrib-cssmin": "~1.0.0",
- "grunt-contrib-htmlmin": "~1.2.0",
- "grunt-contrib-jade": "~1.0.0",
+ "grunt-contrib-htmlmin": "~1.4.0",
"grunt-contrib-jshint": "~1.0.0",
- "grunt-contrib-less": "~1.2.0",
+ "grunt-contrib-less": "~1.3.0",
+ "grunt-contrib-pug": "~1.0.0",
"grunt-contrib-qunit": "~0.7.0",
"grunt-contrib-uglify": "~1.0.0",
"grunt-contrib-watch": "~1.0.0",
@@ -54,9 +54,9 @@
"grunt-jekyll": "~0.4.4",
"grunt-jscs": "~2.8.0",
"grunt-saucelabs": "~8.6.2",
- "load-grunt-tasks": "~3.4.1",
+ "load-grunt-tasks": "~3.5.0",
"markdown-it": "^6.0.0",
- "shelljs": "^0.6.0",
+ "shelljs": "^0.7.0",
"time-grunt": "^1.3.0"
},
"engines": {