1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-26 04:17:33 +00:00

build(deps-dev): bump eslint-config-prettier from 8.5.0 to 8.6.0 in /web

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.5.0 to 8.6.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.5.0...v8.6.0)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-02 17:12:38 +00:00 committed by Brenden Matthews
parent 0db7718bc3
commit b8b78bb8f4
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@ -35,7 +35,7 @@
"cypress": "^12.2.0", "cypress": "^12.2.0",
"eslint": "^8.31.0", "eslint": "^8.31.0",
"eslint-config-next": "^13.1.1", "eslint-config-next": "^13.1.1",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.6.0",
"eslint-plugin-mdx": "^2.0.5", "eslint-plugin-mdx": "^2.0.5",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"netlify-plugin-cypress": "^2.2.0", "netlify-plugin-cypress": "^2.2.0",
@ -4658,9 +4658,9 @@
} }
}, },
"node_modules/eslint-config-prettier": { "node_modules/eslint-config-prettier": {
"version": "8.5.0", "version": "8.6.0",
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz", "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.6.0.tgz",
"integrity": "sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==", "integrity": "sha512-bAF0eLpLVqP5oEVUFKpMA+NnRFICwn9X8B5jrR9FcqnYBuPbqWEjTEspPWMj5ye6czoSLDweCzSo3Ko7gGrZaA==",
"dev": true, "dev": true,
"bin": { "bin": {
"eslint-config-prettier": "bin/cli.js" "eslint-config-prettier": "bin/cli.js"

View File

@ -47,7 +47,7 @@
"cypress": "^12.2.0", "cypress": "^12.2.0",
"eslint": "^8.31.0", "eslint": "^8.31.0",
"eslint-config-next": "^13.1.1", "eslint-config-next": "^13.1.1",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.6.0",
"eslint-plugin-mdx": "^2.0.5", "eslint-plugin-mdx": "^2.0.5",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"netlify-plugin-cypress": "^2.2.0", "netlify-plugin-cypress": "^2.2.0",