https://github.com/twbs/bootstrap
Revision 6ac37c9bb2208e0b5ebfd26e053a8073f40deb79 authored by dependabot[bot] on 10 May 2022, 06:34:12 UTC, committed by GitHub on 10 May 2022, 06:34:12 UTC
Bumps [karma](https://github.com/karma-runner/karma) from 6.3.18 to 6.3.19.
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma/compare/v6.3.18...v6.3.19)

---
updated-dependencies:
- dependency-name: karma
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 314a9dd
Raw File
Tip revision: 6ac37c9bb2208e0b5ebfd26e053a8073f40deb79 authored by dependabot[bot] on 10 May 2022, 06:34:12 UTC
Bump karma from 6.3.18 to 6.3.19 (#36227)
Tip revision: 6ac37c9
.babelrc.js
module.exports = {
  presets: [
    [
      '@babel/preset-env',
      {
        loose: true,
        bugfixes: true,
        modules: false
      }
    ]
  ]
};
back to top