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 2af7d33..268f5fa 100644 --- a/app/package.json +++ b/app/package.json @@ -24,7 +24,7 @@ "crc": "4.3.2", "eslint": "8.50.0", "eslint-config-prettier": "9.0.0", - "eslint-plugin-svelte": "2.33.2", + "eslint-plugin-svelte": "2.34.0", "html-minifier-terser": "7.2.0", "postcss": "8.4.31", "prettier": "3.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a5c42f7..90cd2cb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -79,8 +79,8 @@ importers: specifier: 9.0.0 version: 9.0.0(eslint@8.50.0) eslint-plugin-svelte: - specifier: 2.33.2 - version: 2.33.2(eslint@8.50.0)(svelte@4.2.1) + specifier: 2.34.0 + version: 2.34.0(eslint@8.50.0)(svelte@4.2.1) html-minifier-terser: specifier: 7.2.0 version: 7.2.0 @@ -2812,8 +2812,8 @@ packages: eslint: 8.50.0 dev: true - /eslint-plugin-svelte@2.33.2(eslint@8.50.0)(svelte@4.2.1): - resolution: {integrity: sha512-knWmauax+E/jvQ9CmuX5dAhQKP9P4eGQZxWa5RMutEJVCcy0wFmiUvOeDND2jR4vUkbDlX4khKjaceY7QzbkYw==} + /eslint-plugin-svelte@2.34.0(eslint@8.50.0)(svelte@4.2.1): + resolution: {integrity: sha512-4RYUgNai7wr0v+T/kljMiYSjC/oqwgq5i+cPppawryAayj4C7WK1ixFlWCGmNmBppnoKCl4iA4ZPzPtlHcb4CA==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0-0 |