diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-10 04:30:11 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-10 04:30:56 +0000 |
commit | 3f116c82be629f25568c60462483d59b9dbafa60 (patch) | |
tree | 37cb39d0de8ed8fd8308ae172693c9909cd9e8a1 | |
parent | Bump prettier from 3.3.0 to 3.3.1 (diff) | |
download | zorascript-3f116c82be629f25568c60462483d59b9dbafa60.tar zorascript-3f116c82be629f25568c60462483d59b9dbafa60.tar.gz zorascript-3f116c82be629f25568c60462483d59b9dbafa60.tar.bz2 zorascript-3f116c82be629f25568c60462483d59b9dbafa60.tar.lz zorascript-3f116c82be629f25568c60462483d59b9dbafa60.tar.xz zorascript-3f116c82be629f25568c60462483d59b9dbafa60.tar.zst zorascript-3f116c82be629f25568c60462483d59b9dbafa60.zip |
Bump eslint-plugin-svelte from 2.39.0 to 2.39.2
Bumps [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) from 2.39.0 to 2.39.2.
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases)
- [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/v2.39.0...eslint-plugin-svelte@2.39.2)
---
updated-dependencies:
- dependency-name: eslint-plugin-svelte
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | clients/www/package.json | 2 | ||||
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 14 |
3 files changed, 8 insertions, 10 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index eaa707a..278cc51 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -28,7 +28,7 @@ "autoprefixer": "10.4.19", "eslint": "^9.4.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-svelte": "^2.38.0", + "eslint-plugin-svelte": "^2.39.2", "iconify-icon": "^2.1.0", "postcss": "8.4.38", "prettier": "^3.3.1", diff --git a/package.json b/package.json index 5bf2c10..c5e584f 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@tauri-apps/cli": "^1.5.13", "eslint": "^9.4.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-svelte": "^2.38.0", + "eslint-plugin-svelte": "^2.39.2", "prettier": "^3.3.1", "typescript": "^5.4.5", "wasm-pack": "^0.12.1" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 014f8f9..adb6bd0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: specifier: ^9.1.0 version: 9.1.0(eslint@9.4.0) eslint-plugin-svelte: - specifier: ^2.38.0 - version: 2.39.0(eslint@9.4.0)(svelte@4.2.18) + specifier: ^2.39.2 + version: 2.39.2(eslint@9.4.0)(svelte@4.2.18) prettier: specifier: ^3.3.1 version: 3.3.1 @@ -75,8 +75,8 @@ importers: specifier: ^9.1.0 version: 9.1.0(eslint@9.4.0) eslint-plugin-svelte: - specifier: ^2.38.0 - version: 2.39.0(eslint@9.4.0)(svelte@4.2.18) + specifier: ^2.39.2 + version: 2.39.2(eslint@9.4.0)(svelte@4.2.18) iconify-icon: specifier: ^2.1.0 version: 2.1.0 @@ -3003,8 +3003,8 @@ packages: eslint: 9.4.0 dev: true - /eslint-plugin-svelte@2.39.0(eslint@9.4.0)(svelte@4.2.18): - resolution: {integrity: sha512-FXktBLXsrxbA+6ZvJK2z/sQOrUKyzSg3fNWK5h0reSCjr2fjAsc9ai/s/JvSl4Hgvz3nYVtTIMwarZH5RcB7BA==} + /eslint-plugin-svelte@2.39.2(eslint@9.4.0)(svelte@4.2.18): + resolution: {integrity: sha512-liJMHhWnNqnimPpw0lSKiG/fQXla+ySp0NjXirB6l9A9LrBY2AjUfL0HMKkBEil5PaFn5F2rp6EqW85NDjRdSA==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0-0 || ^9.0.0-0 @@ -3015,7 +3015,6 @@ packages: dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@9.4.0) '@jridgewell/sourcemap-codec': 1.4.15 - debug: 4.3.4 eslint: 9.4.0 eslint-compat-utils: 0.5.0(eslint@9.4.0) esutils: 2.0.3 @@ -3028,7 +3027,6 @@ packages: svelte: 4.2.18 svelte-eslint-parser: 0.36.0(svelte@4.2.18) transitivePeerDependencies: - - supports-color - ts-node dev: true |