nakarte

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

commit 3acc038faf6fdc484a884b83f533b8f3a9462ca1
parent d8e3719e8f62af24d7ac4225f247cc7ae9e4cfd6
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date:   Sat, 11 Jul 2020 20:16:17 +0000

build(deps-dev): bump stylelint-webpack-plugin from 2.0.0 to 2.1.0

Bumps [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/webpack-contrib/stylelint-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/stylelint-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v2.0.0...v2.1.0)

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

diff --git a/package.json b/package.json @@ -60,7 +60,7 @@ "style-loader": "^1.2.1", "stylelint": "^13.6.1", "stylelint-config-recommended": "^3.0.0", - "stylelint-webpack-plugin": "^2.0.0", + "stylelint-webpack-plugin": "^2.1.0", "url-loader": "^4.1.0", "webpack": "^4.43.0", "webpack-cli": "^3.3.12", diff --git a/yarn.lock b/yarn.lock @@ -9677,14 +9677,14 @@ stylelint-config-recommended@^3.0.0: resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-3.0.0.tgz#e0e547434016c5539fe2650afd58049a2fd1d657" integrity sha512-F6yTRuc06xr1h5Qw/ykb2LuFynJ2IxkKfCMf+1xqPffkxh0S09Zc902XCffcsw/XMFq/OzQ1w54fLIDtmRNHnQ== -stylelint-webpack-plugin@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/stylelint-webpack-plugin/-/stylelint-webpack-plugin-2.0.0.tgz#be949dade1589549c8fcd50ea40bbae3e5b24a20" - integrity sha512-tN7AnjntcmDnCSxhFgBYctelmth+CQMTSfPeIXpN/9vbkm4747FFaUKOzgWJa4UyAPl98wh8SAhVtqV5Qdxsug== +stylelint-webpack-plugin@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/stylelint-webpack-plugin/-/stylelint-webpack-plugin-2.1.0.tgz#ea4727d83a6d5e3c8784f2bb147bbd9de8e88ec3" + integrity sha512-nx6pF+s4kWuXj2pAhPiMjAsRZqsPphamy2rwUuPiKmb1FRYtXZL0jl+iwoqc/W3hMaia+UMiGJBzkjXKLXmSmA== dependencies: arrify "^2.0.1" micromatch "^4.0.2" - schema-utils "^2.6.6" + schema-utils "^2.7.0" stylelint@^13.6.1: version "13.6.1"