Bump prettier from 3.1.1 to 3.2.2 in /ui

Bumps [prettier](https://github.com/prettier/prettier) from 3.1.1 to 3.2.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.1.1...3.2.2)

---
updated-dependencies:
- dependency-name: 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] 2024-01-15 17:39:18 +00:00 committed by Caio Cotts
parent 6cff91e17d
commit 8570773b90
2 changed files with 8 additions and 8 deletions

14
ui/package-lock.json generated
View File

@ -48,7 +48,7 @@
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^14.5.1",
"css-mediaquery": "^0.1.2",
"prettier": "3.1.1",
"prettier": "3.2.2",
"ra-test": "^3.19.12",
"react-scripts": "5.0.1",
"workbox-cli": "^6.3.0"
@ -18449,9 +18449,9 @@
}
},
"node_modules/prettier": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.1.tgz",
"integrity": "sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==",
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.2.tgz",
"integrity": "sha512-HTByuKZzw7utPiDO523Tt2pLtEyK7OibUD9suEJQrPUCYQqrHr74GGX6VidMrovbf/I50mPqr8j/II6oBAuc5A==",
"dev": true,
"bin": {
"prettier": "bin/prettier.cjs"
@ -38328,9 +38328,9 @@
"dev": true
},
"prettier": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.1.tgz",
"integrity": "sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==",
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.2.tgz",
"integrity": "sha512-HTByuKZzw7utPiDO523Tt2pLtEyK7OibUD9suEJQrPUCYQqrHr74GGX6VidMrovbf/I50mPqr8j/II6oBAuc5A==",
"dev": true
},
"pretty-bytes": {

View File

@ -43,7 +43,7 @@
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^14.5.1",
"css-mediaquery": "^0.1.2",
"prettier": "3.1.1",
"prettier": "3.2.2",
"ra-test": "^3.19.12",
"react-scripts": "5.0.1",
"workbox-cli": "^6.3.0"