diff options
| author | Pierre-Denis Vanduynslager <[email protected]> | 2017-01-06 15:57:15 -0500 |
|---|---|---|
| committer | Pierre-Denis Vanduynslager <[email protected]> | 2017-01-06 15:57:15 -0500 |
| commit | 4c2f5443596c39c551ebb7ec635d01a98e434189 (patch) | |
| tree | 3bb7d0a5bcd80e2758578c8d597c7554d7fd4b0c /package.json | |
| parent | eb84c03ddf5993d701724250507055b4e394fbdb (diff) | |
| parent | 65ffb1c3b6e94440812a2e228cb8e8be512652ec (diff) | |
| download | bootstrap-4c2f5443596c39c551ebb7ec635d01a98e434189.tar.xz bootstrap-4c2f5443596c39c551ebb7ec635d01a98e434189.zip | |
Merge branch 'twbs/v4-dev' into dropdown-keyboard
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json index ee7c2a26d..4773a3ffe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bootstrap", "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", - "version": "4.0.0-alpha.5", + "version": "4.0.0-alpha.6", "keywords": [ "css", "sass", @@ -46,15 +46,15 @@ "license": "MIT", "dependencies": { "jquery": ">=1.9.1", - "tether": "^1.3.7" + "tether": "^1.4.0" }, "devDependencies": { - "autoprefixer": "^6.5.0", - "babel-eslint": "^7.0.0", + "autoprefixer": "^6.6.1", + "babel-eslint": "^7.1.1", "babel-plugin-transform-es2015-modules-strip": "^0.1.0", - "babel-preset-es2015": "^6.16.0", + "babel-preset-es2015": "^6.18.0", "clean-css": "^3.4.23", - "eslint": "^3.7.1", + "eslint": "^3.12.2", "grunt": "^1.0.1", "grunt-babel": "^6.0.0", "grunt-build-control": "^0.7.1", @@ -66,7 +66,7 @@ "grunt-contrib-qunit": "^1.2.0", "grunt-contrib-watch": "^1.0.0", "grunt-exec": "^1.0.1", - "grunt-html": "^8.0.2", + "grunt-html": "^8.1.0", "grunt-jekyll": "^0.4.4", "grunt-saucelabs": "^9.0.0", "grunt-stamp": "^0.3.0", @@ -75,8 +75,8 @@ "load-grunt-tasks": "^3.5.2", "node-sass": "^4.1.1", "postcss-cli": "^2.6.0", - "postcss-flexbugs-fixes": "^2.0.0", - "shelljs": "^0.7.4", + "postcss-flexbugs-fixes": "^2.1.0", + "shelljs": "^0.7.5", "shx": "^0.2.1", "time-grunt": "^1.4.0", "uglify-js": "^2.7.5" |
