diff options
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index 6e70bb1..9c73ce7 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@types/eslint__js": "^8.42.3", "astro": "^4.16.18", "eslint": "^9.22.0", - "eslint-config-prettier": "^9.1.0", + "eslint-config-prettier": "^10.1.1", "eslint-plugin-astro": "^1.3.1", "eslint-plugin-jsx-a11y": "^6.10.2", "prettier": "^3.5.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a6c2978..8ee2552 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -36,8 +36,8 @@ importers: specifier: ^9.22.0 version: 9.22.0([email protected]) eslint-config-prettier: - specifier: ^9.1.0 - version: 9.1.0([email protected]([email protected])) + specifier: ^10.1.1 + version: 10.1.1([email protected]([email protected])) eslint-plugin-astro: specifier: ^1.3.1 @@ -1334,8 +1334,8 @@ packages: peerDependencies: eslint: '>=6.0.0' - resolution: {integrity: sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==} + resolution: {integrity: sha512-4EQQr6wXwS+ZJSzaR5ZCrYgLxqvUjdXctaEtBqHcbkW944B1NQyO4qpdHQbXBONfwxXdkAY81HH4+LUfrg+zPw==} hasBin: true peerDependencies: eslint: '>=7.0.0' @@ -4336,7 +4336,7 @@ snapshots: eslint: 9.22.0([email protected]) semver: 7.6.3 dependencies: eslint: 9.22.0([email protected]) |
