mirror of https://github.com/ColorlibHQ/AdminLTE
Bump rollup from 2.21.0 to 2.23.0 (#2932)
Bumps [rollup](https://github.com/rollup/rollup) from 2.21.0 to 2.23.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.21.0...v2.23.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>pull/2938/head
parent
c33f7a89c2
commit
f30cc78d5f
|
@ -8905,21 +8905,12 @@
|
|||
}
|
||||
},
|
||||
"rollup": {
|
||||
"version": "2.21.0",
|
||||
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.21.0.tgz",
|
||||
"integrity": "sha512-BEGgy+wSzux7Ycq58pRiWEOBZaXRXTuvzl1gsm7gqmsAHxkWf9nyA5V2LN9fGSHhhDQd0/C13iRzSh4bbIpWZQ==",
|
||||
"version": "2.23.0",
|
||||
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.23.0.tgz",
|
||||
"integrity": "sha512-vLNmZFUGVwrnqNAJ/BvuLk1MtWzu4IuoqsH9UWK5AIdO3rt8/CSiJNvPvCIvfzrbNsqKbNzPAG1V2O4eTe2XZg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"fsevents": "~2.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"fsevents": {
|
||||
"version": "2.1.3",
|
||||
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz",
|
||||
"integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==",
|
||||
"dev": true,
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"run-parallel": {
|
||||
|
|
|
@ -148,7 +148,7 @@
|
|||
"nodemon": "^2.0.4",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"postcss-cli": "^7.1.1",
|
||||
"rollup": "^2.21.0",
|
||||
"rollup": "^2.23.0",
|
||||
"stylelint": "^13.6.1",
|
||||
"stylelint-config-twbs-bootstrap": "^2.0.3",
|
||||
"terser": "^4.8.0",
|
||||
|
|
Loading…
Reference in New Issue