chore(deps-dev): bump stylelint-config-recommended in /frontend (#165)

Bumps [stylelint-config-recommended](https://github.com/stylelint/stylelint-config-recommended) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-recommended/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-recommended/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint-config-recommended/compare/7.0.0...8.0.0)

---
updated-dependencies:
- dependency-name: stylelint-config-recommended
  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-07-03 03:55:19 +02:00
committed by GitHub
parent ad9038233c
commit eae5e1dcee
2 changed files with 9 additions and 9 deletions

View File

@@ -38,7 +38,7 @@
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.4.0",
"simple-svelte-autocomplete": "^2.2.4",
"stylelint-config-recommended": "^7.0.0",
"stylelint-config-recommended": "^8.0.0",
"svelte": "^3.42.6",
"svelte-awesome": "^3.0.0",
"svelte-check": "^2.8.0",
@@ -5920,12 +5920,12 @@
}
},
"node_modules/stylelint-config-recommended": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-7.0.0.tgz",
"integrity": "sha512-yGn84Bf/q41J4luis1AZ95gj0EQwRX8lWmGmBwkwBNSkpGSpl66XcPTulxGa/Z91aPoNGuIGBmFkcM1MejMo9Q==",
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-8.0.0.tgz",
"integrity": "sha512-IK6dWvE000+xBv9jbnHOnBq01gt6HGVB2ZTsot+QsMpe82doDQ9hvplxfv4YnpEuUwVGGd9y6nbaAnhrjcxhZQ==",
"dev": true,
"peerDependencies": {
"stylelint": "^14.4.0"
"stylelint": "^14.8.0"
}
},
"node_modules/stylelint/node_modules/balanced-match": {
@@ -10987,9 +10987,9 @@
}
},
"stylelint-config-recommended": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-7.0.0.tgz",
"integrity": "sha512-yGn84Bf/q41J4luis1AZ95gj0EQwRX8lWmGmBwkwBNSkpGSpl66XcPTulxGa/Z91aPoNGuIGBmFkcM1MejMo9Q==",
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-8.0.0.tgz",
"integrity": "sha512-IK6dWvE000+xBv9jbnHOnBq01gt6HGVB2ZTsot+QsMpe82doDQ9hvplxfv4YnpEuUwVGGd9y6nbaAnhrjcxhZQ==",
"dev": true,
"requires": {}
},

View File

@@ -35,7 +35,7 @@
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.4.0",
"simple-svelte-autocomplete": "^2.2.4",
"stylelint-config-recommended": "^7.0.0",
"stylelint-config-recommended": "^8.0.0",
"svelte": "^3.42.6",
"svelte-check": "^2.8.0",
"svelte-highlight": "^6.0.1",