chore(deps-dev): bump eslint-plugin-svelte3 in /frontend (#79)

Bumps [eslint-plugin-svelte3](https://github.com/sveltejs/eslint-plugin-svelte3) from 3.4.1 to 4.0.0.
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte3/releases)
- [Changelog](https://github.com/sveltejs/eslint-plugin-svelte3/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/eslint-plugin-svelte3/compare/v3.4.1...v4.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-svelte3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-06-01 09:51:47 +02:00
committed by GitHub
parent d324bb5a12
commit cf03d6fa2a
2 changed files with 9 additions and 12 deletions

View File

@@ -33,7 +33,7 @@
"cssnano": "^5.1.10",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^3.2.1",
"eslint-plugin-svelte3": "^4.0.0",
"openapi-typescript-codegen": "^0.22.0",
"postcss": "^8.4.5",
"postcss-load-config": "^4.0.0",
@@ -1988,15 +1988,12 @@
}
},
"node_modules/eslint-plugin-svelte3": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-svelte3/-/eslint-plugin-svelte3-3.4.1.tgz",
"integrity": "sha512-7p59WG8qV8L6wLdl4d/c3mdjkgVglQCdv5XOTk/iNPBKXuuV+Q0eFP5Wa6iJd/G2M1qR3BkLPEzaANOqKAZczw==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-svelte3/-/eslint-plugin-svelte3-4.0.0.tgz",
"integrity": "sha512-OIx9lgaNzD02+MDFNLw0GEUbuovNcglg+wnd/UY0fbZmlQSz7GlQiQ1f+yX0XvC07XPcDOnFcichqI3xCwp71g==",
"dev": true,
"engines": {
"node": ">=10"
},
"peerDependencies": {
"eslint": ">=6.0.0",
"eslint": ">=8.0.0",
"svelte": "^3.2.0"
}
},
@@ -6657,9 +6654,9 @@
"requires": {}
},
"eslint-plugin-svelte3": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-svelte3/-/eslint-plugin-svelte3-3.4.1.tgz",
"integrity": "sha512-7p59WG8qV8L6wLdl4d/c3mdjkgVglQCdv5XOTk/iNPBKXuuV+Q0eFP5Wa6iJd/G2M1qR3BkLPEzaANOqKAZczw==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-svelte3/-/eslint-plugin-svelte3-4.0.0.tgz",
"integrity": "sha512-OIx9lgaNzD02+MDFNLw0GEUbuovNcglg+wnd/UY0fbZmlQSz7GlQiQ1f+yX0XvC07XPcDOnFcichqI3xCwp71g==",
"dev": true,
"requires": {}
},

View File

@@ -23,7 +23,7 @@
"cssnano": "^5.1.10",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^3.2.1",
"eslint-plugin-svelte3": "^4.0.0",
"openapi-typescript-codegen": "^0.22.0",
"postcss": "^8.4.5",
"postcss-load-config": "^4.0.0",