Skip to content

Commit

Permalink
Remove yarn resolution to bootstrap4 no longer needed or wanted becau…
Browse files Browse the repository at this point in the history
…se we are using bootstrap4

This may have caused both bootstrap4 and 5 to be loaded in our app? Lucky it didn't cause terrible problems if it didn't!
  • Loading branch information
jrochkind committed Dec 16, 2024
1 parent 68b0478 commit fc93ae9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
"vite-plugin-ruby": "^5.1.0",
"vite-plugin-sass-glob-import": "^3.0.2"
},
"resolutions": {
"blacklight-frontend/bootstrap": "^4.6.2"
},
"browserslist": [
"defaults"
],
Expand Down
7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -379,12 +379,7 @@ blacklight-range-limit@9.0.0-beta2:
dependencies:
chart.js "^ 4.4.1"

"bootstrap@>=4.3.1 <6.0.0", bootstrap@^4.6.2:
version "4.6.2"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.6.2.tgz#8e0cd61611728a5bf65a3a2b8d6ff6c77d5d7479"
integrity sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==

"bootstrap@^ 5.0.0":
"bootstrap@>=4.3.1 <6.0.0", "bootstrap@^ 5.0.0":
version "5.3.3"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.3.3.tgz#de35e1a765c897ac940021900fcbb831602bac38"
integrity sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg==
Expand Down

0 comments on commit fc93ae9

Please sign in to comment.