mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
chore(deps-dev): bump eslint-plugin-svelte from 2.42.0 to 2.43.0
Bumps [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) from 2.42.0 to 2.43.0. - [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases) - [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/eslint-plugin-svelte@2.42.0...eslint-plugin-svelte@2.43.0) --- updated-dependencies: - dependency-name: eslint-plugin-svelte dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
86c7ee8b7d
commit
f27e552230
4 changed files with 19 additions and 8 deletions
|
|
@ -26,7 +26,7 @@
|
|||
"@types/validator": "^13.12.0",
|
||||
"@typescript-eslint/eslint-plugin": "7.16.1",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"eslint-plugin-svelte": "^2.42.0",
|
||||
"eslint-plugin-svelte": "^2.43.0",
|
||||
"filesize": "^10.1.4",
|
||||
"humanize-duration": "^3.32.1",
|
||||
"jsdom": "^24.1.0",
|
||||
|
|
|
|||
|
|
@ -140,7 +140,7 @@
|
|||
"@tsconfig/svelte": "^5.0.4",
|
||||
"@typescript-eslint/eslint-plugin": "7.16.1",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"eslint-plugin-svelte": "^2.42.0",
|
||||
"eslint-plugin-svelte": "^2.43.0",
|
||||
"jsdom": "^24.1.0",
|
||||
"postcss": "^8.4.39",
|
||||
"postcss-load-config": "^6.0.1",
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
"@tsconfig/svelte": "^5.0.2",
|
||||
"@typescript-eslint/eslint-plugin": "7.16.1",
|
||||
"autoprefixer": "^10.4.18",
|
||||
"eslint-plugin-svelte": "^2.42.0",
|
||||
"eslint-plugin-svelte": "^2.43.0",
|
||||
"postcss": "^8.4.39",
|
||||
"postcss-load-config": "^6.0.1",
|
||||
"react": "18.2.0",
|
||||
|
|
|
|||
21
yarn.lock
21
yarn.lock
|
|
@ -10595,10 +10595,10 @@ eslint-plugin-sonarjs@^1.0.3:
|
|||
resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-1.0.3.tgz#423de6f9244c886633ff36183c6fbc9fb1ed867d"
|
||||
integrity sha512-6s41HLPYPyDrp+5+7Db5yFYbod6h9pC7yx+xfcNwHRcLe1EZwbbQT/tdOAkR7ekVUkNGEvN3GmYakIoQUX7dEg==
|
||||
|
||||
eslint-plugin-svelte@^2.42.0:
|
||||
version "2.42.0"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-svelte/-/eslint-plugin-svelte-2.42.0.tgz#9134947ee542e2bd87fb775deef576423673903c"
|
||||
integrity sha512-mHP6z0DWq97KZvoQcApZHdF9m9epcDV/ICKufeEH18Vh+8vl7S+gwt8WdUohEqKNVMuXRkbvy1suMcVvUDiOGw==
|
||||
eslint-plugin-svelte@^2.43.0:
|
||||
version "2.43.0"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-svelte/-/eslint-plugin-svelte-2.43.0.tgz#bcfaec0e114e3450071415c3ef9c57dcf7ce118f"
|
||||
integrity sha512-REkxQWvg2pp7QVLxQNa+dJ97xUqRe7Y2JJbSWkHSuszu0VcblZtXkPBPckkivk99y5CdLw4slqfPylL2d/X4jQ==
|
||||
dependencies:
|
||||
"@eslint-community/eslint-utils" "^4.4.0"
|
||||
"@jridgewell/sourcemap-codec" "^1.4.15"
|
||||
|
|
@ -10610,7 +10610,7 @@ eslint-plugin-svelte@^2.42.0:
|
|||
postcss-safe-parser "^6.0.0"
|
||||
postcss-selector-parser "^6.1.0"
|
||||
semver "^7.6.2"
|
||||
svelte-eslint-parser "^0.40.0"
|
||||
svelte-eslint-parser "^0.41.0"
|
||||
|
||||
eslint-plugin-unicorn@^54.0.0:
|
||||
version "54.0.0"
|
||||
|
|
@ -18608,6 +18608,17 @@ svelte-eslint-parser@^0.40.0:
|
|||
postcss "^8.4.39"
|
||||
postcss-scss "^4.0.9"
|
||||
|
||||
svelte-eslint-parser@^0.41.0:
|
||||
version "0.41.0"
|
||||
resolved "https://registry.yarnpkg.com/svelte-eslint-parser/-/svelte-eslint-parser-0.41.0.tgz#7d02c2314abe7dc4fe0e935bf4fcc28078c590f2"
|
||||
integrity sha512-L6f4hOL+AbgfBIB52Z310pg1d2QjRqm7wy3kI1W6hhdhX5bvu7+f0R6w4ykp5HoDdzq+vGhIJmsisaiJDGmVfA==
|
||||
dependencies:
|
||||
eslint-scope "^7.2.2"
|
||||
eslint-visitor-keys "^3.4.3"
|
||||
espree "^9.6.1"
|
||||
postcss "^8.4.39"
|
||||
postcss-scss "^4.0.9"
|
||||
|
||||
svelte-fa@^4.0.2:
|
||||
version "4.0.2"
|
||||
resolved "https://registry.yarnpkg.com/svelte-fa/-/svelte-fa-4.0.2.tgz#f73aab661bf1758d726f06db321f0ffb8e2f40d6"
|
||||
|
|
|
|||
Loading…
Reference in a new issue