diff options
author | Hakim El Hattab | 2018-08-01 10:34:55 +0200 |
---|---|---|
committer | Hakim El Hattab | 2018-08-01 10:34:55 +0200 |
commit | b6aa0cac2392d69c93bda583c88cb6c4fd82b095 (patch) | |
tree | 4adab8ecbbce1db6a785700503d142dbad04c735 /package.json | |
parent | f6f7f58537c21435c4e2ffe8b538216eeac16ae4 (diff) | |
parent | b9bb353a11bb7bcd1f79a40a80e0d5dfcca05591 (diff) |
Merge branch 'dev' of github.com:hakimel/reveal.js
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 614a4e3..9bb5d29 100644 --- a/package.json +++ b/package.json @@ -23,15 +23,15 @@ "node": ">=4.0.0" }, "devDependencies": { - "express": "^4.15.2", + "express": "^4.16.2", "grunt": "^1.0.1", "grunt-autoprefixer": "^3.0.4", "grunt-cli": "^1.2.0", "grunt-contrib-connect": "^1.0.2", - "grunt-contrib-cssmin": "^2.1.0", + "grunt-contrib-cssmin": "^2.2.1", "grunt-contrib-jshint": "^1.1.0", - "grunt-contrib-qunit": "~1.2.0", - "grunt-contrib-uglify": "^2.3.0", + "grunt-contrib-qunit": "^2.0.0", + "grunt-contrib-uglify": "^3.3.0", "grunt-contrib-watch": "^1.0.0", "grunt-sass": "^2.0.0", "grunt-retire": "^1.0.7", |