Was just wondering If it is safe to update bootstrap dependency in Sage to 4.5? I tried and it seems fine, but am not sure if there are any Sage specific issues that can potentially arise in late project stages?
Changed in package.json:
"dependencies": {
"bootstrap": "v4.3.1",
to
"dependencies": {
"bootstrap": "v4.5.0",
and ran yarn install
. Everything seems fine afaik for now.
Thanks for any tips.
ps: would like to use 4.5 since it uses some new useful classes for card-decks …