Skip to content

feat: Update bootstrap-vue

Lukas 'ai-pi' Eipert requested to merge leipert-upgrade-bootstrap-vue into master
  1. This updates bootstrap-vue to 2.0.0-rc.27 which fixes some bugs and brings new features, changelog
  2. Also it makes sense to fix our bootstrap vue dependency, because we are rolling it up anyway AND bootstrap-vue is still RC, so every version could break our tests
  3. In rc.26 they actually removed the runtime dependency on core-js (!!), so we can drop it from our dependencies as well.

Merge request reports