aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-12-25 21:11:07 +0000
committerGravatar vitalyster2023-12-26 22:36:42 +0300
commit1ef54f5afda0d8ed097be74890d0430827a30e0b (patch)
tree2a0892676cdb4312a7ca4985b57eb3365b8666e3 /package.json
parentadf206fc2c47b20647dcd8a6cdd9cf8982954b20 (diff)
build(deps-dev): bump the development group with 2 updates
Bumps the development group with 2 updates: [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard). Updates `stylelint` from 16.0.2 to 16.1.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/16.0.2...16.1.0) Updates `stylelint-config-standard` from 35.0.0 to 36.0.0 - [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/35.0.0...36.0.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development - dependency-name: stylelint-config-standard dependency-type: direct:development update-type: version-update:semver-major dependency-group: development ... 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 73adbf84..94ab7996 100644
--- a/package.json
+++ b/package.json
@@ -78,8 +78,8 @@
"react-test-renderer": "^18.2.0",
"regenerator-runtime": "^0.14.1",
"style-loader": "^3.3.3",
- "stylelint": "^16.0.2",
- "stylelint-config-standard": "^35.0.0",
+ "stylelint": "^16.1.0",
+ "stylelint-config-standard": "^36.0.0",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"