The Wayback Machine - https://web.archive.org/web/20191129143725/https://github.com/twbs/bootstrap/commit/372361387584061b2632796647e9529a51bdee25
Skip to content
Permalink
Browse files

Update devDependencies and gems. (#28094)

  • Loading branch information...
XhmikosR committed Jan 24, 2019
1 parent dfba588 commit 372361387584061b2632796647e9529a51bdee25
Showing with 1,007 additions and 742 deletions.
  1. +11 −1 .stylelintrc
  2. +3 −3 Gemfile.lock
  3. +984 −729 package-lock.json
  4. +9 −9 package.json
@@ -1,5 +1,15 @@
{
"extends": [
"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"
]
}
}
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.5.2)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
colorator (1.1.0)
concurrent-ruby (1.1.4)
@@ -47,9 +47,9 @@ GEM
ruby_dep (~> 1.2)
mercenary (0.3.6)
mini_portile2 (2.4.0)
nokogiri (1.10.0)
nokogiri (1.10.1)
mini_portile2 (~> 2.4.0)
nokogiri (1.10.0-x64-mingw32)
nokogiri (1.10.1-x64-mingw32)
mini_portile2 (~> 2.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)

0 comments on commit 3723613

Please sign in to comment.
You can’t perform that action at this time.