Update devDependencies and gems. (#25083)

This commit is contained in:
XhmikosR 2017-12-31 02:03:22 +02:00 committed by GitHub
parent 06d8e58e9f
commit bf0e753517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 671 additions and 376 deletions

View File

@ -4,5 +4,5 @@ group :development, :test do
gem 'jekyll', '~> 3.6.2' gem 'jekyll', '~> 3.6.2'
gem 'jekyll-redirect-from', '~> 0.13.0' gem 'jekyll-redirect-from', '~> 0.13.0'
gem 'jekyll-sitemap', '~> 1.1.1' gem 'jekyll-sitemap', '~> 1.1.1'
gem 'jekyll-toc', '~> 0.5.0.rc' gem 'jekyll-toc', '~> 0.5.1'
end end

View File

@ -24,7 +24,7 @@ GEM
sass (~> 3.4) sass (~> 3.4)
jekyll-sitemap (1.1.1) jekyll-sitemap (1.1.1)
jekyll (~> 3.3) jekyll (~> 3.3)
jekyll-toc (0.5.0.rc) jekyll-toc (0.5.1)
nokogiri (~> 1.6) nokogiri (~> 1.6)
jekyll-watch (1.5.1) jekyll-watch (1.5.1)
listen (~> 3.0) listen (~> 3.0)
@ -63,7 +63,7 @@ DEPENDENCIES
jekyll (~> 3.6.2) jekyll (~> 3.6.2)
jekyll-redirect-from (~> 0.13.0) jekyll-redirect-from (~> 0.13.0)
jekyll-sitemap (~> 1.1.1) jekyll-sitemap (~> 1.1.1)
jekyll-toc (~> 0.5.0.rc) jekyll-toc (~> 0.5.1)
BUNDLED WITH BUNDLED WITH
1.16.1 1.16.1

View File

@ -36,16 +36,16 @@ if (BUNDLE) {
module.exports = { module.exports = {
input: path.resolve(__dirname, '../js/src/index.js'), input: path.resolve(__dirname, '../js/src/index.js'),
output: { output: {
file: path.resolve(__dirname, `../dist/js/${fileDest}`), banner: `/*!
format: 'umd'
},
name: 'bootstrap',
external,
globals,
plugins,
banner: `/*!
* Bootstrap v${pkg.version} (${pkg.homepage}) * Bootstrap v${pkg.version} (${pkg.homepage})
* Copyright 2011-${year} ${pkg.author} * Copyright 2011-${year} ${pkg.author}
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/` */`,
file: path.resolve(__dirname, `../dist/js/${fileDest}`),
format: 'umd',
globals,
name: 'bootstrap'
},
external,
plugins
} }

View File

@ -377,6 +377,7 @@ const Dropdown = (($) => {
return parent || element.parentNode return parent || element.parentNode
} }
// eslint-disable-next-line complexity
static _dataApiKeydownHandler(event) { static _dataApiKeydownHandler(event) {
// If not input/textarea: // If not input/textarea:
// - And not a key in REGEXP_KEYDOWN => not a dropdown command // - And not a key in REGEXP_KEYDOWN => not a dropdown command

1006
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -85,16 +85,16 @@
"popper.js": "^1.12.9" "popper.js": "^1.12.9"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "7.0.0-beta.35", "@babel/cli": "7.0.0-beta.36",
"@babel/core": "7.0.0-beta.35", "@babel/core": "7.0.0-beta.36",
"@babel/preset-env": "7.0.0-beta.35", "@babel/preset-env": "7.0.0-beta.36",
"autoprefixer": "^7.2.3", "autoprefixer": "^7.2.3",
"babel-eslint": "^8.0.3", "babel-eslint": "^8.1.2",
"babel-plugin-transform-es2015-modules-strip": "^0.1.1", "babel-plugin-transform-es2015-modules-strip": "^0.1.1",
"bundlesize": "^0.15.3", "bundlesize": "^0.15.3",
"clean-css-cli": "^4.1.10", "clean-css-cli": "^4.1.10",
"cross-env": "^5.1.3", "cross-env": "^5.1.3",
"eslint": "^4.13.1", "eslint": "^4.14.0",
"eslint-plugin-compat": "^2.1.0", "eslint-plugin-compat": "^2.1.0",
"glob": "^7.1.2", "glob": "^7.1.2",
"htmllint-cli": "^0.0.6", "htmllint-cli": "^0.0.6",
@ -105,12 +105,12 @@
"karma-firefox-launcher": "^1.1.0", "karma-firefox-launcher": "^1.1.0",
"karma-qunit": "^1.2.1", "karma-qunit": "^1.2.1",
"node-sass": "^4.7.2", "node-sass": "^4.7.2",
"nodemon": "^1.14.1", "nodemon": "^1.14.6",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"popper.js": "^1.12.9", "popper.js": "^1.12.9",
"postcss-cli": "^4.1.1", "postcss-cli": "^4.1.1",
"qunitjs": "^2.4.1", "qunitjs": "^2.4.1",
"rollup": "^0.52.3", "rollup": "^0.53.2",
"rollup-plugin-babel": "4.0.0-beta.0", "rollup-plugin-babel": "4.0.0-beta.0",
"rollup-plugin-node-resolve": "^3.0.0", "rollup-plugin-node-resolve": "^3.0.0",
"shelljs": "^0.7.8", "shelljs": "^0.7.8",
@ -121,7 +121,7 @@
"stylelint-config-standard": "^18.0.0", "stylelint-config-standard": "^18.0.0",
"stylelint-order": "^0.8.0", "stylelint-order": "^0.8.0",
"stylelint-scss": "^2.2.0", "stylelint-scss": "^2.2.0",
"uglify-js": "^3.2.2", "uglify-js": "^3.3.4",
"vnu-jar": "^17.11.1", "vnu-jar": "^17.11.1",
"workbox-build": "^2.1.2" "workbox-build": "^2.1.2"
}, },