diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-12-31 15:49:30 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-31 15:49:30 +0000 |
| commit | a25895fd61433e69bc85f2a091c93672f8f03709 (patch) | |
| tree | e50da182aafc115e616a18b1cb90bbc1b2978824 | |
| parent | fix(css): mobile image width (diff) | |
| download | archived-frontend-next-origin/renovate/eslint-config-prettier-10.x.tar.xz archived-frontend-next-origin/renovate/eslint-config-prettier-10.x.zip | |
chore(deps): update dependency eslint-config-prettier to v10origin/renovate/eslint-config-prettier-10.x
| -rwxr-xr-x | bun.lockb | bin | 121606 -> 123078 bytes | |||
| -rw-r--r-- | package.json | 2 |
2 files changed, 1 insertions, 1 deletions
| Binary files differ diff --git a/package.json b/package.json index 1b09128..400dc08 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@typescript-eslint/eslint-plugin": "^5.45.0", "@typescript-eslint/parser": "^5.45.0", "eslint": "^8.28.0", - "eslint-config-prettier": "^8.5.0", + "eslint-config-prettier": "^10.0.0", "eslint-plugin-svelte": "^2.30.0", "prettier": "^2.8.0", "prettier-plugin-svelte": "^2.10.1", |