Browse Source

chore(deps-dev): bump rollup from 2.60.2 to 2.64.0 (#4187)

* chore(deps-dev): bump rollup from 2.60.2 to 2.64.0

Bumps [rollup](https://github.com/rollup/rollup) from 2.60.2 to 2.64.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.60.2...v2.64.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* bump bundlewatch sizes

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: REJack <info@rejack.de>
pull/4197/head
dependabot[bot] 3 years ago committed by GitHub
parent
commit
54332d1488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .bundlewatch.config.json
  2. 6
      package-lock.json
  3. 2
      package.json

4
.bundlewatch.config.json

@ -10,11 +10,11 @@
},
{
"path": "./dist/css/alt/adminlte.components.css",
"maxSize": "27.6 kB"
"maxSize": "28.6 kB"
},
{
"path": "./dist/css/alt/adminlte.components.min.css",
"maxSize": "26.8 kB"
"maxSize": "27.8 kB"
},
{
"path": "./dist/css/alt/adminlte.core.css",

6
package-lock.json generated

@ -11520,9 +11520,9 @@
}
},
"rollup": {
"version": "2.60.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.60.2.tgz",
"integrity": "sha512-1Bgjpq61sPjgoZzuiDSGvbI1tD91giZABgjCQBKM5aYLnzjq52GoDuWVwT/cm/MCxCMPU8gqQvkj8doQ5C8Oqw==",
"version": "2.64.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.64.0.tgz",
"integrity": "sha512-+c+lbw1lexBKSMb1yxGDVfJ+vchJH3qLbmavR+awDinTDA2C5Ug9u7lkOzj62SCu0PKUExsW36tpgW7Fmpn3yQ==",
"dev": true,
"requires": {
"fsevents": "~2.3.2"

2
package.json

@ -147,7 +147,7 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.4.5",
"postcss-cli": "^8.3.1",
"rollup": "^2.60.2",
"rollup": "^2.64.0",
"stylelint": "^13.13.1",
"stylelint-config-twbs-bootstrap": "^2.2.4",
"terser": "^5.10.0",

Loading…
Cancel
Save