summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-13 20:31:40 +0000
committerDaniel Micay <daniel.micay@grapheneos.org>2025-02-10 04:00:51 -0500
commit03fb4ef809de7aaaeb75318243385a105c5934f7 (patch)
tree435866390a09734995c5926e697b56052f09f0cc /package.json
parent5033963089cf9ffa752b0e859dc5430c1a76b0c7 (diff)
Bump stylelint-config-standard from 36.0.1 to 37.0.0
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 36.0.1 to 37.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/36.0.1...37.0.0) --- updated-dependencies: - dependency-name: stylelint-config-standard dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index fbff3bee..69f9460b 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"eslint": "^9.18.0",
"html-minifier-terser": "^7.2.0",
"stylelint": "^16.13.1",
- "stylelint-config-standard": "^36.0.1",
+ "stylelint-config-standard": "^37.0.0",
"terser": "^5.37.0",
"vnu-jar": "^24.10.17"
},