aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-02-09 21:57:38 +0000
committerGravatar vitalyster2023-02-10 03:30:39 +0300
commitcd9826c3257ec2ca83074180eacccbf090bf13e3 (patch)
treee27c030307bd544dbeacd5aa3330dbab1259fc07 /package.json
parent631fc57fe43063801f0c6d4cc1b169dcc5afff61 (diff)
build(deps-dev): bump stylelint and stylelint-config-standard
Bumps [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard). These dependencies needed to be updated together. Updates `stylelint` from 14.16.1 to 15.0.0 - [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/14.16.1...15.0.0) Updates `stylelint-config-standard` from 29.0.0 to 30.0.1 - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-standard/compare/29.0.0...30.0.1) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-major - dependency-name: stylelint-config-standard dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index b2d94a58..744725a1 100644
--- a/package.json
+++ b/package.json
@@ -49,8 +49,8 @@
"postcss-import": "^15.1.0",
"postcss-preset-env": "^8.0.1",
"regenerator-runtime": "^0.13.11",
- "stylelint": "^14.16.1",
- "stylelint-config-standard": "^29.0.0",
+ "stylelint": "^15.0.0",
+ "stylelint-config-standard": "^30.0.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},