From 348c770a6cea18db1c0876b8820342e7400e0602 Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Sun, 12 Mar 2017 03:32:50 +0000 Subject: Update dependencies. --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index f468ed858..a354ab722 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,8 @@ "htmllint": "htmllint --rc docs/.htmllintrc _gh_pages/**/*.html js/tests/visual/*.html", "jekyll": "bundle exec jekyll build", "jekyll-github": "shx echo 'github: true' > $npm_config_tmp/twbsjekyll.yml && npm run jekyll -- --config _config.yml,$npm_config_tmp/twbsjekyll.yml && shx rm $npm_config_tmp/twbsjekyll.yml", - "postcss": "postcss --config grunt/postcss.js --replace dist/css/*.css", - "postcss-docs": "postcss --config grunt/postcss.js --no-map --replace docs/assets/css/docs.min.css && postcss --config grunt/postcss.js --no-map --replace docs/examples/**/*.css", + "postcss": "postcss --config grunt/ --replace dist/css/*.css", + "postcss-docs": "postcss --config grunt/ --replace docs/assets/css/docs.min.css && postcss --config grunt/ --replace docs/examples/**/*.css", "sass": "node-sass --output-style expanded --source-map true --precision 6 scss/bootstrap.scss dist/css/bootstrap.css && node-sass --output-style expanded --source-map true --precision 6 scss/bootstrap-grid.scss dist/css/bootstrap-grid.css && node-sass --output-style expanded --source-map true --precision 6 scss/bootstrap-reboot.scss dist/css/bootstrap-reboot.css", "sass-docs": "node-sass --output-style expanded --source-map true --precision 6 docs/assets/scss/docs.scss docs/assets/css/docs.min.css", "scss-lint": "bundle exec scss-lint --config scss/.scss-lint.yml scss/*.scss", @@ -52,12 +52,12 @@ "tether": "^1.4.0" }, "devDependencies": { - "autoprefixer": "^6.7.2", + "autoprefixer": "^6.7.7", "babel-eslint": "^7.1.1", "babel-plugin-transform-es2015-modules-strip": "^0.1.0", "babel-preset-es2015": "^6.22.0", - "clean-css-cli": "^4.0.0", - "eslint": "^3.15.0", + "clean-css-cli": "^4.0.8", + "eslint": "^3.17.1", "grunt": "^1.0.1", "grunt-babel": "^6.0.0", "grunt-build-control": "^0.7.1", @@ -66,9 +66,9 @@ "grunt-contrib-concat": "^1.0.1", "grunt-contrib-connect": "^1.0.2", "grunt-contrib-copy": "^1.0.0", - "grunt-contrib-qunit": "^1.2.0", + "grunt-contrib-qunit": "^1.3.0", "grunt-contrib-watch": "^1.0.0", - "grunt-exec": "^1.0.1", + "grunt-exec": "^2.0.0", "grunt-saucelabs": "^9.0.0", "grunt-stamp": "^0.3.0", "htmlhint": "^0.9.13", @@ -76,12 +76,12 @@ "is-travis": "^1.0.0", "load-grunt-tasks": "^3.5.2", "node-sass": "^4.5.0", - "postcss-cli": "^2.6.0", + "postcss-cli": "^3.0.0-beta", "postcss-flexbugs-fixes": "^2.1.0", - "shelljs": "^0.7.6", + "shelljs": "^0.7.7", "shx": "^0.2.2", "time-grunt": "^1.4.0", - "uglify-js": "^2.7.5" + "uglify-js": "^2.8.12" }, "engines": { "node": ">=4" -- cgit v1.2.3 From 09fb2b9af3ee7ef0e6a23e913ac74967d4a08d24 Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Mon, 20 Mar 2017 05:07:18 +0000 Subject: Update dependencies. --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index a354ab722..d11ffbf41 100644 --- a/package.json +++ b/package.json @@ -55,9 +55,9 @@ "autoprefixer": "^6.7.7", "babel-eslint": "^7.1.1", "babel-plugin-transform-es2015-modules-strip": "^0.1.0", - "babel-preset-es2015": "^6.22.0", - "clean-css-cli": "^4.0.8", - "eslint": "^3.17.1", + "babel-preset-es2015": "^6.24.0", + "clean-css-cli": "^4.0.9", + "eslint": "^3.18.0", "grunt": "^1.0.1", "grunt-babel": "^6.0.0", "grunt-build-control": "^0.7.1", @@ -76,12 +76,12 @@ "is-travis": "^1.0.0", "load-grunt-tasks": "^3.5.2", "node-sass": "^4.5.0", - "postcss-cli": "^3.0.0-beta", + "postcss-cli": "^3.0.0", "postcss-flexbugs-fixes": "^2.1.0", "shelljs": "^0.7.7", "shx": "^0.2.2", "time-grunt": "^1.4.0", - "uglify-js": "^2.8.12" + "uglify-js": "^2.8.14" }, "engines": { "node": ">=4" -- cgit v1.2.3