chore(deps-dev): bump eslint-config-prettier in /web/ui

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 9.1.0 to 10.0.2.
- [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/v9.1.0...v10.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-01 23:03:51 +00:00 committed by GitHub
parent 3f0de72da7
commit 9c7127b495
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -15,7 +15,7 @@
"@types/jest": "^29.5.14", "@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "^8.20.0", "@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0", "@typescript-eslint/parser": "^8.20.0",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^10.0.2",
"prettier": "^3.4.2", "prettier": "^3.4.2",
"ts-jest": "^29.2.2", "ts-jest": "^29.2.2",
"typescript": "^5.7.2", "typescript": "^5.7.2",
@ -4484,13 +4484,13 @@
} }
}, },
"node_modules/eslint-config-prettier": { "node_modules/eslint-config-prettier": {
"version": "9.1.0", "version": "10.0.2",
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz", "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.0.2.tgz",
"integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==", "integrity": "sha512-1105/17ZIMjmCOJOPNfVdbXafLCLj3hPmkmB7dLgt7XsQ/zkxSuDerE/xgO3RxoHysR1N1whmquY0lSn2O0VLg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"bin": { "bin": {
"eslint-config-prettier": "bin/cli.js" "eslint-config-prettier": "build/bin/cli.js"
}, },
"peerDependencies": { "peerDependencies": {
"eslint": ">=7.0.0" "eslint": ">=7.0.0"

View file

@ -18,7 +18,7 @@
"@types/jest": "^29.5.14", "@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "^8.20.0", "@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0", "@typescript-eslint/parser": "^8.20.0",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^10.0.2",
"prettier": "^3.4.2", "prettier": "^3.4.2",
"ts-jest": "^29.2.2", "ts-jest": "^29.2.2",
"typescript": "^5.7.2", "typescript": "^5.7.2",