From: Mark Otto Date: Tue, 27 Dec 2016 18:00:55 +0000 (-0800) Subject: bump jquery and grunt-sass X-Git-Tag: v4.0.0-alpha.6~155 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a34cdc063809ea903314cc5d7ee368a4e938b687;p=thirdparty%2Fbootstrap.git bump jquery and grunt-sass plus shx? :shrug: --- diff --git a/package.json b/package.json index 19267d698f..4767a25389 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "license": "MIT", "dependencies": { - "jquery": "1.9.1 - 3", + "jquery": ">=1.9.1", "tether": "^1.3.7" }, "devDependencies": { @@ -68,7 +68,7 @@ "grunt-exec": "^1.0.1", "grunt-html": "^8.0.2", "grunt-jekyll": "^0.4.4", - "grunt-sass": "^1.2.1", + "grunt-sass": "2.0.0", "grunt-saucelabs": "^9.0.0", "grunt-stamp": "^0.3.0", "htmlhint": "^0.9.13", @@ -78,7 +78,7 @@ "postcss-cli": "^2.6.0", "postcss-flexbugs-fixes": "^2.0.0", "shelljs": "^0.7.4", - "shx": "^0.1.4", + "shx": "^0.2.1", "time-grunt": "^1.4.0", "uglify-js": "^2.7.5" },