chore(deps-dev): bump prettier from 2.8.8 to 3.0.0 in /ui

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

---
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-07-25 19:16:46 +01:00
committed by Łukasz Mierzwa
parent aff985b29b
commit 3aae4a314a
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -80,7 +80,7 @@
"eslint-plugin-prettier": "4.2.1",
"fetch-mock": "9.11.0",
"node-fetch": "2.6.11",
"prettier": "2.8.8",
"prettier": "3.0.0",
"purgecss": "5.0.0",
"react-scripts": "5.0.1",
"sass": "1.64.1",
@@ -18715,15 +18715,15 @@
}
},
"node_modules/prettier": {
"version": "2.8.8",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz",
"integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.0.tgz",
"integrity": "sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==",
"dev": true,
"bin": {
"prettier": "bin-prettier.js"
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=10.13.0"
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
+1 -1
View File
@@ -75,7 +75,7 @@
"eslint-plugin-prettier": "4.2.1",
"fetch-mock": "9.11.0",
"node-fetch": "2.6.11",
"prettier": "2.8.8",
"prettier": "3.0.0",
"purgecss": "5.0.0",
"react-scripts": "5.0.1",
"sass": "1.64.1",