1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Update devDependencies and gems. (#28094)

This commit is contained in:
XhmikosR 2019-01-24 21:25:49 +02:00 committed by GitHub
parent dfba588d0d
commit 3723613875
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 965 additions and 700 deletions

View file

@ -1,5 +1,15 @@
{ {
"extends": [ "extends": [
"stylelint-config-twbs-bootstrap/scss" "stylelint-config-twbs-bootstrap/scss"
] ],
"rules": {
"property-blacklist": [
"border-radius",
"border-top-left-radius",
"border-top-right-radius",
"border-bottom-right-radius",
"border-bottom-left-radius",
"transition"
]
}
} }

View file

@ -1,7 +1,7 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
addressable (2.5.2) addressable (2.6.0)
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.1.4) concurrent-ruby (1.1.4)
@ -47,9 +47,9 @@ GEM
ruby_dep (~> 1.2) ruby_dep (~> 1.2)
mercenary (0.3.6) mercenary (0.3.6)
mini_portile2 (2.4.0) mini_portile2 (2.4.0)
nokogiri (1.10.0) nokogiri (1.10.1)
mini_portile2 (~> 2.4.0) mini_portile2 (~> 2.4.0)
nokogiri (1.10.0-x64-mingw32) nokogiri (1.10.1-x64-mingw32)
mini_portile2 (~> 2.4.0) mini_portile2 (~> 2.4.0)
pathutil (0.16.2) pathutil (0.16.2)
forwardable-extended (~> 2.6) forwardable-extended (~> 2.6)

1629
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -104,9 +104,9 @@
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.2.3", "@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2", "@babel/core": "^7.2.2",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0", "@babel/plugin-proposal-object-rest-spread": "^7.3.1",
"@babel/preset-env": "^7.2.3", "@babel/preset-env": "^7.3.1",
"autoprefixer": "^9.4.4", "autoprefixer": "^9.4.6",
"babel-eslint": "^10.0.1", "babel-eslint": "^10.0.1",
"babel-plugin-istanbul": "^5.1.0", "babel-plugin-istanbul": "^5.1.0",
"broken-link-checker": "^0.7.8", "broken-link-checker": "^0.7.8",
@ -114,7 +114,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.12.0", "eslint": "^5.12.1",
"find-unused-sass-variables": "^0.3.2", "find-unused-sass-variables": "^0.3.2",
"glob": "^7.1.3", "glob": "^7.1.3",
"hammer-simulator": "0.0.1", "hammer-simulator": "0.0.1",
@ -135,15 +135,15 @@
"popper.js": "^1.14.6", "popper.js": "^1.14.6",
"postcss-cli": "^6.1.1", "postcss-cli": "^6.1.1",
"qunit": "^2.9.1", "qunit": "^2.9.1",
"rollup": "^1.1.0", "rollup": "^1.1.2",
"rollup-plugin-babel": "^4.3.0", "rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.2.0", "rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0", "rollup-plugin-node-resolve": "^4.0.0",
"shelljs": "^0.8.3", "shelljs": "^0.8.3",
"shx": "^0.3.2", "shx": "^0.3.2",
"sinon": "^7.2.2", "sinon": "^7.2.3",
"stylelint": "^9.9.0", "stylelint": "^9.10.1",
"stylelint-config-twbs-bootstrap": "^0.2.1", "stylelint-config-twbs-bootstrap": "^0.3.0",
"uglify-js": "^3.4.9", "uglify-js": "^3.4.9",
"vnu-jar": "18.11.5" "vnu-jar": "18.11.5"
}, },