1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-27 15:19:52 +02:00

Update devDependencies and gems.

This commit is contained in:
XhmikosR
2018-11-16 08:50:04 +02:00
parent f83f4ae124
commit 53d279b934
4 changed files with 485 additions and 686 deletions

View File

@@ -4,7 +4,7 @@ GEM
addressable (2.5.2) addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0) public_suffix (>= 2.0.2, < 4.0)
colorator (1.1.0) colorator (1.1.0)
concurrent-ruby (1.0.5) concurrent-ruby (1.1.3)
em-websocket (0.5.1) em-websocket (0.5.1)
eventmachine (>= 0.12.9) eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0) http_parser.rb (~> 0.6.0)
@@ -16,7 +16,7 @@ GEM
http_parser.rb (0.6.0) http_parser.rb (0.6.0)
i18n (0.9.5) i18n (0.9.5)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
jekyll (3.8.4) jekyll (3.8.5)
addressable (~> 2.4) addressable (~> 2.4)
colorator (~> 1.0) colorator (~> 1.0)
em-websocket (~> 0.5) em-websocket (~> 0.5)
@@ -60,7 +60,7 @@ GEM
rouge (3.3.0) rouge (3.3.0)
ruby_dep (1.5.0) ruby_dep (1.5.0)
safe_yaml (1.0.4) safe_yaml (1.0.4)
sass (3.6.0) sass (3.7.2)
sass-listen (~> 4.0.0) sass-listen (~> 4.0.0)
sass-listen (4.0.0) sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4) rb-fsevent (~> 0.9, >= 0.9.4)

View File

@@ -56,8 +56,8 @@ cdn:
js_bundle_hash: "sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" js_bundle_hash: "sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
jquery: "https://code.jquery.com/jquery-3.3.1.slim.min.js" jquery: "https://code.jquery.com/jquery-3.3.1.slim.min.js"
jquery_hash: "sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" jquery_hash: "sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
popper: "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.4/umd/popper.min.js" popper: "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.5/umd/popper.min.js"
popper_hash: "sha384-GM0Y80ecpwKxF1D5XCrGanKusGDy9WW0O2sSM84neB4iFhvKp3fwnoIRnPsQcN1R" popper_hash: "sha384-a3GqK/TQoh+gPFAiesulJK7xiYNo3loQBWP1a68OkSUM5SqmmQxhzdMUGuNlAw3r"
toc: toc:
min_level: 2 min_level: 2

1135
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -98,13 +98,13 @@
"dependencies": {}, "dependencies": {},
"peerDependencies": { "peerDependencies": {
"jquery": "1.9.1 - 3", "jquery": "1.9.1 - 3",
"popper.js": "^1.14.4" "popper.js": "^1.14.5"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.1.2", "@babel/cli": "^7.1.5",
"@babel/core": "^7.1.2", "@babel/core": "^7.1.6",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0", "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.1.0", "@babel/preset-env": "^7.1.6",
"autoprefixer": "^9.3.1", "autoprefixer": "^9.3.1",
"babel-eslint": "^10.0.1", "babel-eslint": "^10.0.1",
"babel-plugin-istanbul": "^5.1.0", "babel-plugin-istanbul": "^5.1.0",
@@ -113,7 +113,7 @@
"clean-css-cli": "^4.2.1", "clean-css-cli": "^4.2.1",
"coveralls": "^3.0.2", "coveralls": "^3.0.2",
"cross-env": "^5.2.0", "cross-env": "^5.2.0",
"eslint": "^5.8.0", "eslint": "^5.9.0",
"find-unused-sass-variables": "^0.3.0", "find-unused-sass-variables": "^0.3.0",
"glob": "^7.1.3", "glob": "^7.1.3",
"hammer-simulator": "0.0.1", "hammer-simulator": "0.0.1",
@@ -128,24 +128,24 @@
"karma-qunit": "^2.1.0", "karma-qunit": "^2.1.0",
"karma-sinon": "^1.0.5", "karma-sinon": "^1.0.5",
"node-sass": "^4.10.0", "node-sass": "^4.10.0",
"nodemon": "^1.18.5", "nodemon": "^1.18.6",
"npm-run-all": "^4.1.3", "npm-run-all": "^4.1.3",
"popper.js": "^1.14.4", "popper.js": "^1.14.5",
"postcss-cli": "^6.0.1", "postcss-cli": "^6.0.1",
"qunit": "^2.8.0", "qunit": "^2.8.0",
"rollup": "^0.66.6", "rollup": "^0.67.1",
"rollup-plugin-babel": "^4.0.3", "rollup-plugin-babel": "^4.0.3",
"rollup-plugin-node-resolve": "^3.4.0", "rollup-plugin-node-resolve": "^3.4.0",
"shelljs": "^0.8.2", "shelljs": "^0.8.3",
"shx": "^0.3.2", "shx": "^0.3.2",
"sinon": "^7.1.1", "sinon": "^7.1.1",
"stylelint": "^9.7.1", "stylelint": "^9.8.0",
"stylelint-config-recommended-scss": "^3.2.0", "stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-standard": "^18.2.0", "stylelint-config-standard": "^18.2.0",
"stylelint-order": "^1.0.0", "stylelint-order": "^1.0.0",
"stylelint-scss": "^3.3.2", "stylelint-scss": "^3.4.0",
"uglify-js": "^3.4.9", "uglify-js": "^3.4.9",
"vnu-jar": "18.8.29" "vnu-jar": "18.11.5"
}, },
"engines": { "engines": {
"node": ">=6" "node": ">=6"
@@ -215,7 +215,7 @@
"dependencies": {}, "dependencies": {},
"peerDependencies": { "peerDependencies": {
"jquery": "1.9.1 - 3", "jquery": "1.9.1 - 3",
"popper.js": "^1.14.4" "popper.js": "^1.14.5"
} }
} }
} }