nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

commit affcc9f421d7f983e44a60c694948d90c5ef13b7
parent 9dea8b2f9564defe8aeb3105a35cb6f490d2e1d7
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date:   Thu,  1 Oct 2020 02:34:50 +0000

build(deps-dev): bump stylelint from 13.7.0 to 13.7.2

Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.7.0 to 13.7.2.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.7.0...13.7.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat:
Mpackage.json | 2+-
Myarn.lock | 8++++----
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json @@ -62,7 +62,7 @@ "raw-loader": "^4.0.1", "recursive-readdir": "^2.2.2", "style-loader": "^1.2.1", - "stylelint": "^13.7.0", + "stylelint": "^13.7.2", "stylelint-config-recommended": "^3.0.0", "stylelint-webpack-plugin": "^2.1.0", "terser-webpack-plugin": "^4.2.1", diff --git a/yarn.lock b/yarn.lock @@ -9978,10 +9978,10 @@ stylelint-webpack-plugin@^2.1.0: micromatch "^4.0.2" schema-utils "^2.7.0" -stylelint@^13.7.0: - version "13.7.0" - resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.7.0.tgz#8d7a4233063b2f06e9f28b3405ff189e334547b5" - integrity sha512-1wStd4zVetnlHO98VjcHQbjSDmvcA39smkZQMct2cf+hom40H0xlQNdzzbswoG/jGBh61/Ue9m7Lu99PY51O6A== +stylelint@^13.7.2: + version "13.7.2" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.7.2.tgz#6f3c58eea4077680ed0ceb0d064b22b100970486" + integrity sha512-mmieorkfmO+ZA6CNDu1ic9qpt4tFvH2QUB7vqXgrMVHe5ENU69q7YDq0YUg/UHLuCsZOWhUAvcMcLzLDIERzSg== dependencies: "@stylelint/postcss-css-in-js" "^0.37.2" "@stylelint/postcss-markdown" "^0.36.1"