mirror of https://github.com/ColorlibHQ/AdminLTE
chore(deps-dev): bump stylelint from 15.6.1 to 15.6.2 (#5134)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.6.1 to 15.6.2. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/15.6.1...15.6.2) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>pull/5133/head
parent
046785e1d3
commit
de6c4afbc6
|
@ -36,7 +36,7 @@
|
||||||
"rollup": "^3.21.7",
|
"rollup": "^3.21.7",
|
||||||
"rtlcss": "^4.1.0",
|
"rtlcss": "^4.1.0",
|
||||||
"sass": "^1.62.1",
|
"sass": "^1.62.1",
|
||||||
"stylelint": "^15.6.1",
|
"stylelint": "^15.6.2",
|
||||||
"stylelint-config-twbs-bootstrap": "^10.0.0",
|
"stylelint-config-twbs-bootstrap": "^10.0.0",
|
||||||
"terser": "^5.17.3",
|
"terser": "^5.17.3",
|
||||||
"tslib": "^2.5.2",
|
"tslib": "^2.5.2",
|
||||||
|
@ -9706,9 +9706,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/stylelint": {
|
"node_modules/stylelint": {
|
||||||
"version": "15.6.1",
|
"version": "15.6.2",
|
||||||
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.6.1.tgz",
|
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.6.2.tgz",
|
||||||
"integrity": "sha512-d8icFBlVl93Elf3Z5ABQNOCe4nx69is3D/NZhDLAie1eyYnpxfeKe7pCfqzT5W4F8vxHCLSDfV8nKNJzogvV2Q==",
|
"integrity": "sha512-fjQWwcdUye4DU+0oIxNGwawIPC5DvG5kdObY5Sg4rc87untze3gC/5g/ikePqVjrAsBUZjwMN+pZsAYbDO6ArQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@csstools/css-parser-algorithms": "^2.1.1",
|
"@csstools/css-parser-algorithms": "^2.1.1",
|
||||||
|
@ -18064,9 +18064,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"stylelint": {
|
"stylelint": {
|
||||||
"version": "15.6.1",
|
"version": "15.6.2",
|
||||||
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.6.1.tgz",
|
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.6.2.tgz",
|
||||||
"integrity": "sha512-d8icFBlVl93Elf3Z5ABQNOCe4nx69is3D/NZhDLAie1eyYnpxfeKe7pCfqzT5W4F8vxHCLSDfV8nKNJzogvV2Q==",
|
"integrity": "sha512-fjQWwcdUye4DU+0oIxNGwawIPC5DvG5kdObY5Sg4rc87untze3gC/5g/ikePqVjrAsBUZjwMN+pZsAYbDO6ArQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@csstools/css-parser-algorithms": "^2.1.1",
|
"@csstools/css-parser-algorithms": "^2.1.1",
|
||||||
|
|
|
@ -84,7 +84,7 @@
|
||||||
"rollup": "^3.21.7",
|
"rollup": "^3.21.7",
|
||||||
"rtlcss": "^4.1.0",
|
"rtlcss": "^4.1.0",
|
||||||
"sass": "^1.62.1",
|
"sass": "^1.62.1",
|
||||||
"stylelint": "^15.6.1",
|
"stylelint": "^15.6.2",
|
||||||
"stylelint-config-twbs-bootstrap": "^10.0.0",
|
"stylelint-config-twbs-bootstrap": "^10.0.0",
|
||||||
"terser": "^5.17.3",
|
"terser": "^5.17.3",
|
||||||
"tslib": "^2.5.2",
|
"tslib": "^2.5.2",
|
||||||
|
|
Loading…
Reference in New Issue