mirror of https://github.com/ColorlibHQ/AdminLTE
chore(deps-dev): bump rtlcss from 4.0.0 to 4.1.0 (#5048)
Bumps [rtlcss](https://github.com/MohammadYounes/rtlcss) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/MohammadYounes/rtlcss/releases) - [Changelog](https://github.com/MohammadYounes/rtlcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/MohammadYounes/rtlcss/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: rtlcss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>pull/5056/head
parent
7e6db026d2
commit
270d242f5a
|
@ -32,7 +32,7 @@
|
||||||
"postcss": "^8.4.6",
|
"postcss": "^8.4.6",
|
||||||
"postcss-cli": "^10.1.0",
|
"postcss-cli": "^10.1.0",
|
||||||
"rollup": "^3.20.2",
|
"rollup": "^3.20.2",
|
||||||
"rtlcss": "^4.0.0",
|
"rtlcss": "^4.1.0",
|
||||||
"sass": "^1.60.0",
|
"sass": "^1.60.0",
|
||||||
"stylelint": "^15.4.0",
|
"stylelint": "^15.4.0",
|
||||||
"stylelint-config-twbs-bootstrap": "^8.0.0",
|
"stylelint-config-twbs-bootstrap": "^8.0.0",
|
||||||
|
@ -8263,14 +8263,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/rtlcss": {
|
"node_modules/rtlcss": {
|
||||||
"version": "4.0.0",
|
"version": "4.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-4.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-4.1.0.tgz",
|
||||||
"integrity": "sha512-j6oypPP+mgFwDXL1JkLCtm6U/DQntMUqlv5SOhpgHhdIE+PmBcjrtAHIpXfbIup47kD5Sgja9JDsDF1NNOsBwQ==",
|
"integrity": "sha512-W+N4hh0nVqVrrn3mRkHakxpB+c9cQ4CRT67O39kgA+1DjyhrdsqyCqIuHXyvWaXn4/835n+oX3fYJCi4+G/06A==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"escalade": "^3.1.1",
|
"escalade": "^3.1.1",
|
||||||
"picocolors": "^1.0.0",
|
"picocolors": "^1.0.0",
|
||||||
"postcss": "^8.4.6",
|
"postcss": "^8.4.21",
|
||||||
"strip-json-comments": "^3.1.1"
|
"strip-json-comments": "^3.1.1"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
|
@ -16008,14 +16008,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"rtlcss": {
|
"rtlcss": {
|
||||||
"version": "4.0.0",
|
"version": "4.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-4.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-4.1.0.tgz",
|
||||||
"integrity": "sha512-j6oypPP+mgFwDXL1JkLCtm6U/DQntMUqlv5SOhpgHhdIE+PmBcjrtAHIpXfbIup47kD5Sgja9JDsDF1NNOsBwQ==",
|
"integrity": "sha512-W+N4hh0nVqVrrn3mRkHakxpB+c9cQ4CRT67O39kgA+1DjyhrdsqyCqIuHXyvWaXn4/835n+oX3fYJCi4+G/06A==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"escalade": "^3.1.1",
|
"escalade": "^3.1.1",
|
||||||
"picocolors": "^1.0.0",
|
"picocolors": "^1.0.0",
|
||||||
"postcss": "^8.4.6",
|
"postcss": "^8.4.21",
|
||||||
"strip-json-comments": "^3.1.1"
|
"strip-json-comments": "^3.1.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -79,7 +79,7 @@
|
||||||
"postcss": "^8.4.6",
|
"postcss": "^8.4.6",
|
||||||
"postcss-cli": "^10.1.0",
|
"postcss-cli": "^10.1.0",
|
||||||
"rollup": "^3.20.2",
|
"rollup": "^3.20.2",
|
||||||
"rtlcss": "^4.0.0",
|
"rtlcss": "^4.1.0",
|
||||||
"sass": "^1.60.0",
|
"sass": "^1.60.0",
|
||||||
"stylelint": "^15.4.0",
|
"stylelint": "^15.4.0",
|
||||||
"stylelint-config-twbs-bootstrap": "^8.0.0",
|
"stylelint-config-twbs-bootstrap": "^8.0.0",
|
||||||
|
|
Loading…
Reference in New Issue