https://github.com/twbs/bootstrap
Revision aaa8e6c8a5fcf45619e4d8b2dd5a7727e7bd5743 authored by dependabot[bot] on 06 February 2024, 19:32:41 UTC, committed by GitHub on 06 February 2024, 19:32:41 UTC
Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) from 13.0.0 to 14.0.0.
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases)
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v13.0.0...v14.0.0)

---
updated-dependencies:
- dependency-name: stylelint-config-twbs-bootstrap
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52cc934
Raw File
Tip revision: aaa8e6c8a5fcf45619e4d8b2dd5a7727e7bd5743 authored by dependabot[bot] on 06 February 2024, 19:32:41 UTC
Build(deps-dev): Bump stylelint-config-twbs-bootstrap (#39649)
Tip revision: aaa8e6c
.babelrc.js
module.exports = {
  presets: [
    [
      '@babel/preset-env',
      {
        loose: true,
        bugfixes: true,
        modules: false
      }
    ]
  ]
};
back to top