diff --git a/bun.lockb b/bun.lockb index d91562c..fb76be1 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 39e626a..ed19b33 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "preview": "astro preview", "fix": "run-p fix:*", "fix:fmt": "prettier -w .", + "fix:stylelint": "stylelint \"**/*.{astro,css}\" --fix", "astro": "astro" }, "dependencies": { @@ -45,9 +46,9 @@ "prettier": "^3.5.3", "prettier-plugin-astro": "^0.14.1", "sharp": "^0.34.1", - "stylelint": "^16.18.0", + "stylelint": "^16.25.0", "stylelint-config-html": "^1.1.0", - "stylelint-config-recommended": "^16.0.0", + "stylelint-config-recommended": "^17.0.0", "stylelint-prettier": "^5.0.3", "typescript": "^5.8.3", "typescript-eslint": "^8.30.1"