mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
chore(deps-dev): bump svelte-eslint-parser from 0.34.1 to 0.35.0
Bumps [svelte-eslint-parser](https://github.com/sveltejs/svelte-eslint-parser) from 0.34.1 to 0.35.0. - [Release notes](https://github.com/sveltejs/svelte-eslint-parser/releases) - [Changelog](https://github.com/sveltejs/svelte-eslint-parser/blob/main/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte-eslint-parser/compare/v0.34.1...v0.35.0) --- updated-dependencies: - dependency-name: svelte-eslint-parser dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
94d7c5d3c2
commit
214bc1afae
3 changed files with 15 additions and 7 deletions
|
|
@ -36,7 +36,7 @@
|
|||
"postcss-load-config": "^5.0.3",
|
||||
"svelte": "4.2.15",
|
||||
"svelte-check": "^3.6.9",
|
||||
"svelte-eslint-parser": "^0.34.1",
|
||||
"svelte-eslint-parser": "^0.35.0",
|
||||
"svelte-fa": "^4.0.2",
|
||||
"svelte-preprocess": "^5.1.4",
|
||||
"svelte-steps": "2.4.1",
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
"postcss-load-config": "^5.0.3",
|
||||
"svelte": "4.2.15",
|
||||
"svelte-check": "^3.6.9",
|
||||
"svelte-eslint-parser": "^0.34.1",
|
||||
"svelte-eslint-parser": "^0.35.0",
|
||||
"svelte-preprocess": "^5.1.4",
|
||||
"tailwindcss": "^3.4.3",
|
||||
"tslib": "^2.6.2",
|
||||
|
|
|
|||
18
yarn.lock
18
yarn.lock
|
|
@ -2114,7 +2114,7 @@
|
|||
"@docusaurus/theme-search-algolia" "3.1.1"
|
||||
"@docusaurus/types" "3.1.1"
|
||||
|
||||
"@docusaurus/react-loadable@5.5.2", "react-loadable@npm:@docusaurus/react-loadable@5.5.2":
|
||||
"@docusaurus/react-loadable@5.5.2":
|
||||
version "5.5.2"
|
||||
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce"
|
||||
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
|
||||
|
|
@ -13805,6 +13805,14 @@ react-loadable-ssr-addon-v5-slorber@^1.0.1:
|
|||
dependencies:
|
||||
"@babel/runtime" "^7.10.3"
|
||||
|
||||
"react-loadable@npm:@docusaurus/react-loadable@5.5.2":
|
||||
version "5.5.2"
|
||||
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce"
|
||||
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
|
||||
dependencies:
|
||||
"@types/react" "*"
|
||||
prop-types "^15.6.2"
|
||||
|
||||
react-player@^2.16.0:
|
||||
version "2.16.0"
|
||||
resolved "https://registry.yarnpkg.com/react-player/-/react-player-2.16.0.tgz#89070700b03f5a5ded9f0b3165d4717390796481"
|
||||
|
|
@ -15408,10 +15416,10 @@ svelte-check@^3.6.9:
|
|||
svelte-preprocess "^5.1.3"
|
||||
typescript "^5.0.3"
|
||||
|
||||
"svelte-eslint-parser@>=0.34.0 <1.0.0", svelte-eslint-parser@^0.34.1:
|
||||
version "0.34.1"
|
||||
resolved "https://registry.yarnpkg.com/svelte-eslint-parser/-/svelte-eslint-parser-0.34.1.tgz#bc6e8772a022af99bc3135ad7d41ec90a33743d8"
|
||||
integrity sha512-9+uLA1pqI9AZioKVGJzYYmlOZWxfoCXSbAM9iaNm7H01XlYlzRTtJfZgl9o3StQGN41PfGJIbkKkfk3e/pHFfA==
|
||||
"svelte-eslint-parser@>=0.34.0 <1.0.0", svelte-eslint-parser@^0.35.0:
|
||||
version "0.35.0"
|
||||
resolved "https://registry.yarnpkg.com/svelte-eslint-parser/-/svelte-eslint-parser-0.35.0.tgz#b4c5c0fa55b0548c4a7325dbeef04da4d2ab026c"
|
||||
integrity sha512-CtbPseajW0gjwEvHiuzYJkPDjAcHz2FaHt540j6RVYrZgnE6xWkzUBodQ4I3nV+G5AS0Svt8K6aIA/CIU9xT2Q==
|
||||
dependencies:
|
||||
eslint-scope "^7.2.2"
|
||||
eslint-visitor-keys "^3.4.3"
|
||||
|
|
|
|||
Loading…
Reference in a new issue