diff options
-rw-r--r-- | app/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app/package.json b/app/package.json index 2cf81e6..a398311 100644 --- a/app/package.json +++ b/app/package.json @@ -25,7 +25,7 @@ "autoprefixer": "10.4.16", "crc": "4.3.2", "eslint": "8.55.0", - "eslint-config-prettier": "9.0.0", + "eslint-config-prettier": "9.1.0", "eslint-plugin-svelte": "2.35.1", "html-minifier-terser": "7.2.0", "postcss": "8.4.31", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5443177..604e5eb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -76,8 +76,8 @@ importers: specifier: 8.55.0 version: 8.55.0 eslint-config-prettier: - specifier: 9.0.0 - version: 9.0.0(eslint@8.55.0) + specifier: 9.1.0 + version: 9.1.0(eslint@8.55.0) eslint-plugin-svelte: specifier: 2.35.1 version: 2.35.1(eslint@8.55.0)(svelte@4.2.2) @@ -2912,8 +2912,8 @@ packages: eslint: 8.55.0 dev: true - /eslint-config-prettier@9.0.0(eslint@8.55.0): - resolution: {integrity: sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==} + /eslint-config-prettier@9.1.0(eslint@8.55.0): + resolution: {integrity: sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==} hasBin: true peerDependencies: eslint: '>=7.0.0' |