Bump prettier from 2.8.2 to 3.1.1 in /ui

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.2 to 3.1.1.
- [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/2.8.2...3.1.1)

---
updated-dependencies:
- dependency-name: 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] 2023-12-18 17:10:07 +00:00 committed by Caio Cotts
parent 30179146c3
commit 735d670a5b
2 changed files with 10 additions and 10 deletions

18
ui/package-lock.json generated
View file

@ -48,7 +48,7 @@
"@testing-library/react-hooks": "^7.0.2", "@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.5.0", "@testing-library/user-event": "^13.5.0",
"css-mediaquery": "^0.1.2", "css-mediaquery": "^0.1.2",
"prettier": "2.8.2", "prettier": "3.1.1",
"ra-test": "^3.19.12", "ra-test": "^3.19.12",
"react-scripts": "5.0.1", "react-scripts": "5.0.1",
"workbox-cli": "^6.3.0" "workbox-cli": "^6.3.0"
@ -16079,15 +16079,15 @@
} }
}, },
"node_modules/prettier": { "node_modules/prettier": {
"version": "2.8.2", "version": "3.1.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.2.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.1.tgz",
"integrity": "sha512-BtRV9BcncDyI2tsuS19zzhzoxD8Dh8LiCx7j7tHzrkz8GFXAexeWFdi22mjE1d16dftH2qNaytVxqiRTGlMfpw==", "integrity": "sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==",
"dev": true, "dev": true,
"bin": { "bin": {
"prettier": "bin-prettier.js" "prettier": "bin/prettier.cjs"
}, },
"engines": { "engines": {
"node": ">=10.13.0" "node": ">=14"
}, },
"funding": { "funding": {
"url": "https://github.com/prettier/prettier?sponsor=1" "url": "https://github.com/prettier/prettier?sponsor=1"
@ -32880,9 +32880,9 @@
"dev": true "dev": true
}, },
"prettier": { "prettier": {
"version": "2.8.2", "version": "3.1.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.2.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.1.tgz",
"integrity": "sha512-BtRV9BcncDyI2tsuS19zzhzoxD8Dh8LiCx7j7tHzrkz8GFXAexeWFdi22mjE1d16dftH2qNaytVxqiRTGlMfpw==", "integrity": "sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==",
"dev": true "dev": true
}, },
"pretty-bytes": { "pretty-bytes": {

View file

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