https://github.com/twbs/bootstrap
Revision 28b1bc67b1d88a72b71d0f96306cb29c15460ae9 authored by dependabot[bot] on 31 May 2022, 14:36:30 UTC, committed by GitHub on 31 May 2022, 14:36:30 UTC
Bumps [karma-jasmine-html-reporter](https://github.com/dfederm/karma-jasmine-html-reporter) from 1.7.0 to 2.0.0.
- [Release notes](https://github.com/dfederm/karma-jasmine-html-reporter/releases)
- [Commits](https://github.com/dfederm/karma-jasmine-html-reporter/compare/v1.7.0...v2.0.0)

---
updated-dependencies:
- dependency-name: karma-jasmine-html-reporter
  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 d388bd6
Raw File
Tip revision: 28b1bc67b1d88a72b71d0f96306cb29c15460ae9 authored by dependabot[bot] on 31 May 2022, 14:36:30 UTC
Bump karma-jasmine-html-reporter from 1.7.0 to 2.0.0 (#36467)
Tip revision: 28b1bc6
.bundlewatch.config.json
{
  "files": [
    {
      "path": "./dist/css/bootstrap-grid.css",
      "maxSize": "7.5 kB"
    },
    {
      "path": "./dist/css/bootstrap-grid.min.css",
      "maxSize": "6.55 kB"
    },
    {
      "path": "./dist/css/bootstrap-reboot.css",
      "maxSize": "2.75 kB"
    },
    {
      "path": "./dist/css/bootstrap-reboot.min.css",
      "maxSize": "2.5 kB"
    },
    {
      "path": "./dist/css/bootstrap-utilities.css",
      "maxSize": "8.0 kB"
    },
    {
      "path": "./dist/css/bootstrap-utilities.min.css",
      "maxSize": "7.25 kB"
    },
    {
      "path": "./dist/css/bootstrap.css",
      "maxSize": "28.75 kB"
    },
    {
      "path": "./dist/css/bootstrap.min.css",
      "maxSize": "26.5 kB"
    },
    {
      "path": "./dist/js/bootstrap.bundle.js",
      "maxSize": "43.0 kB"
    },
    {
      "path": "./dist/js/bootstrap.bundle.min.js",
      "maxSize": "22.75 kB"
    },
    {
      "path": "./dist/js/bootstrap.esm.js",
      "maxSize": "27.75 kB"
    },
    {
      "path": "./dist/js/bootstrap.esm.min.js",
      "maxSize": "18.5 kB"
    },
    {
      "path": "./dist/js/bootstrap.js",
      "maxSize": "28.5 kB"
    },
    {
      "path": "./dist/js/bootstrap.min.js",
      "maxSize": "16.25 kB"
    }
  ],
  "ci": {
    "trackBranches": [
      "main",
      "v4-dev"
    ]
  }
}
back to top