1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-24 14:13:06 +02:00

Bump devDependencies and gems.

This commit is contained in:
XhmikosR
2020-03-31 16:30:53 +03:00
parent 467c961976
commit 0225c1173b
6 changed files with 1865 additions and 1706 deletions

View File

@@ -1,7 +1,7 @@
module.exports = { module.exports = {
presets: [ presets: [
[ [
'@babel/env', '@babel/preset-env',
{ {
loose: true, loose: true,
modules: false, modules: false,

View File

@@ -61,7 +61,7 @@ GEM
rb-fsevent (0.10.3) rb-fsevent (0.10.3)
rb-inotify (0.10.1) rb-inotify (0.10.1)
ffi (~> 1.0) ffi (~> 1.0)
rouge (3.16.0) rouge (3.17.0)
safe_yaml (1.0.5) safe_yaml (1.0.5)
sassc (2.2.1) sassc (2.2.1)
ffi (~> 1.9) ffi (~> 1.9)
@@ -69,7 +69,7 @@ GEM
ffi (~> 1.9) ffi (~> 1.9)
terminal-table (1.8.0) terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1) unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.6.1) unicode-display_width (1.7.0)
wdm (0.1.1) wdm (0.1.1)
PLATFORMS PLATFORMS

View File

@@ -19,6 +19,7 @@ const plugins = [
externalHelpersWhitelist: [ // Include only required helpers externalHelpersWhitelist: [ // Include only required helpers
'defineProperties', 'defineProperties',
'createClass', 'createClass',
'createSuper',
'inheritsLoose', 'inheritsLoose',
'defineProperty', 'defineProperty',
'objectSpread2' 'objectSpread2'

View File

@@ -15,6 +15,7 @@ const plugins = [
externalHelpersWhitelist: [ // Include only required helpers externalHelpersWhitelist: [ // Include only required helpers
'defineProperties', 'defineProperties',
'createClass', 'createClass',
'createSuper',
'inheritsLoose', 'inheritsLoose',
'defineProperty', 'defineProperty',
'objectSpread2' 'objectSpread2'

3543
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -72,7 +72,7 @@
"docs-serve": "bundle exec jekyll serve", "docs-serve": "bundle exec jekyll serve",
"docs-serve-only": "npm run docs-serve -- --skip-initial-build --no-watch", "docs-serve-only": "npm run docs-serve -- --skip-initial-build --no-watch",
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json", "lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
"update-deps": "ncu -u -x \"jquery,karma-browserstack-launcher,qunit,sinon\" && npm update && bundle update && cross-env-shell echo Manually update \\\"site/docs/$npm_package_version_short/assets/js/vendor/\\\"", "update-deps": "ncu -u -x \"jquery,karma-browserstack-launcher,popper.js,qunit,sinon\" && npm update && bundle update && cross-env-shell echo Manually update \\\"site/docs/$npm_package_version_short/assets/js/vendor/\\\"",
"release": "npm-run-all dist release-sri release-zip docs-production", "release": "npm-run-all dist release-sri release-zip docs-production",
"release-sri": "node build/generate-sri.js", "release-sri": "node build/generate-sri.js",
"release-version": "node build/change-version.js", "release-version": "node build/change-version.js",
@@ -108,12 +108,12 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.8.4", "@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7", "@babel/core": "^7.9.0",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3", "@babel/plugin-proposal-object-rest-spread": "^7.9.0",
"@babel/preset-env": "^7.8.7", "@babel/preset-env": "^7.9.0",
"@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1", "@rollup/plugin-node-resolve": "^7.1.1",
"autoprefixer": "^9.7.4", "autoprefixer": "^9.7.5",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"babel-plugin-istanbul": "^6.0.0", "babel-plugin-istanbul": "^6.0.0",
"bundlesize": "^0.18.0", "bundlesize": "^0.18.0",
@@ -133,23 +133,23 @@
"karma-firefox-launcher": "^1.3.0", "karma-firefox-launcher": "^1.3.0",
"karma-qunit": "^4.0.0", "karma-qunit": "^4.0.0",
"karma-sinon": "^1.0.5", "karma-sinon": "^1.0.5",
"linkinator": "^2.0.3", "linkinator": "^2.0.4",
"lockfile-lint": "^4.0.0", "lockfile-lint": "^4.2.2",
"node-sass": "^4.13.1", "node-sass": "^4.13.1",
"nodemon": "^2.0.2", "nodemon": "^2.0.2",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"popper.js": "^1.16.0", "popper.js": "^1.16.0",
"postcss-cli": "^7.1.0", "postcss-cli": "^7.1.0",
"qunit": "2.9.2", "qunit": "2.9.2",
"rollup": "^2.0.2", "rollup": "^2.3.1",
"rollup-plugin-babel": "^4.4.0", "rollup-plugin-babel": "^4.4.0",
"shelljs": "^0.8.3", "shelljs": "^0.8.3",
"shx": "^0.3.2", "shx": "^0.3.2",
"sinon": "^7.5.0", "sinon": "^7.5.0",
"stylelint": "^13.2.1", "stylelint": "^13.2.1",
"stylelint-config-twbs-bootstrap": "^2.0.1", "stylelint-config-twbs-bootstrap": "^2.0.1",
"terser": "^4.6.6", "terser": "^4.6.9",
"vnu-jar": "20.2.28" "vnu-jar": "20.3.16"
}, },
"files": [ "files": [
"dist/{css,js}/*.{css,js,map}", "dist/{css,js}/*.{css,js,map}",