Merge pull request #3968 from ColorlibHQ/dependabot/npm_and_yarn/rollup-2.58.0

pull/3960/head
Daniel 2021-10-10 20:24:39 +05:30 committed by GitHub
commit 6a1e014e01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -50,11 +50,11 @@
},
{
"path": "./dist/css/alt/adminlte.plugins.css",
"maxSize": "21.8 kB"
"maxSize": "22.2 kB"
},
{
"path": "./dist/css/alt/adminlte.plugins.min.css",
"maxSize": "21.2 kB"
"maxSize": "21.5 kB"
},
{
"path": "./dist/js/adminlte.js",

6
package-lock.json generated
View File

@ -9659,9 +9659,9 @@
}
},
"rollup": {
"version": "2.56.3",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.56.3.tgz",
"integrity": "sha512-Au92NuznFklgQCUcV96iXlxUbHuB1vQMaH76DHl5M11TotjOHwqk9CwcrT78+Tnv4FN9uTBxq6p4EJoYkpyekg==",
"version": "2.58.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.58.0.tgz",
"integrity": "sha512-NOXpusKnaRpbS7ZVSzcEXqxcLDOagN6iFS8p45RkoiMqPHDLwJm758UF05KlMoCRbLBTZsPOIa887gZJ1AiXvw==",
"dev": true,
"requires": {
"fsevents": "~2.3.2"

View File

@ -147,7 +147,7 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.3.6",
"postcss-cli": "^8.3.1",
"rollup": "^2.56.3",
"rollup": "^2.58.0",
"stylelint": "^13.13.1",
"stylelint-config-twbs-bootstrap": "^2.2.3",
"terser": "^5.7.2",