diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-02-10 17:27:01 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-10 17:27:01 +0000 |
| commit | 03d9b144328e3f5b098cf32201faa1716ec001f3 (patch) | |
| tree | b76b5b99fa979792aff3c8aad42abda2b4976f0e | |
| parent | fix(css): mobile image width (diff) | |
| download | frontend-next-renovate/eslint-plugin-svelte-3.x.tar.xz frontend-next-renovate/eslint-plugin-svelte-3.x.zip | |
chore(deps): update dependency eslint-plugin-svelte to v3renovate/eslint-plugin-svelte-3.x
| -rwxr-xr-x | bun.lockb | bin | 121606 -> 127198 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..75611c1 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@typescript-eslint/parser": "^5.45.0", "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-svelte": "^2.30.0", + "eslint-plugin-svelte": "^3.0.0", "prettier": "^2.8.0", "prettier-plugin-svelte": "^2.10.1", "svelte": "^4.0.5", |