Skip to content

Commit

Permalink
fix: bump bootstrap to 5.1.3
Browse files Browse the repository at this point in the history
This includes the workaround for dart sass compile error. See twbs/bootstrap#35033
  • Loading branch information
ilunglee committed Nov 2, 2021
1 parent f3b020a commit 8291f11
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -18,7 +18,7 @@ task :prepare_assets do
system "rm -rf test/dummy/public/packs"
system "rm -rf test/dummy/public/packs-test"
system "yarn install --frozen-lockfile"
system "(cd test/dummy && yarn install --frozen-lockfile) && RAILS_ENV=test bundle exec rails webpacker:compile"
system "cd test/dummy && yarn install --frozen-lockfile"
end

# Generate dependency licenses
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
"@popperjs/core": "^2.10.1",
"@rails/actiontext": "^6.1.4",
"@rails/ujs": "^6.1.4",
"bootstrap": "^5.1.1",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.5.0",
"flatpickr": "^4.6.9",
"resolve-url-loader": "^4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1485,10 +1485,10 @@ bootstrap-icons@^1.5.0:
resolved "https://registry.yarnpkg.com/bootstrap-icons/-/bootstrap-icons-1.5.0.tgz#2cb19da148aa9105cb3174de2963564982d3dc55"
integrity sha512-44feMc7DE1Ccpsas/1wioN8ewFJNquvi5FewA06wLnqct7CwMdGDVy41ieHaacogzDqLfG8nADIvMNp9e4bfbA==

bootstrap@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.1.1.tgz#9d6eed81e08feaccedf3adaca51fe4b73a2871df"
integrity sha512-/jUa4sSuDZWlDLQ1gwQQR8uoYSvLJzDd8m5o6bPKh3asLAMYVZKdRCjb1joUd5WXf0WwCNzd2EjwQQhupou0dA==
bootstrap@^5.1.3:
version "5.1.3"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.1.3.tgz#ba081b0c130f810fa70900acbc1c6d3c28fa8f34"
integrity sha512-fcQztozJ8jToQWXxVuEyXWW+dSo8AiXWKwiSSrKWsRB/Qt+Ewwza+JWoLKiTuQLaEPhdNAJ7+Dosc9DOIqNy7Q==

brace-expansion@^1.1.7:
version "1.1.11"
Expand Down

0 comments on commit 8291f11

Please sign in to comment.