mirror of https://github.com/ColorlibHQ/AdminLTE
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
parent
672299cd0d
commit
54332d1488
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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…
Reference in New Issue