chore(deps-dev): bump prettier from 3.3.2 to 3.3.3 in /ui

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

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-07-15 08:20:35 +00:00
committed by Łukasz Mierzwa
parent 70bcf1064c
commit 0ba32f81dc
2 changed files with 5 additions and 6 deletions

9
ui/package-lock.json generated
View File

@@ -86,7 +86,7 @@
"jest-environment-jsdom": "29.7.0",
"jest-fetch-mock": "3.0.3",
"node-fetch": "2.6.11",
"prettier": "3.3.2",
"prettier": "3.3.3",
"sass": "1.77.8",
"terser": "5.31.1",
"ts-jest": "29.1.5",
@@ -11327,11 +11327,10 @@
}
},
"node_modules/prettier": {
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.2.tgz",
"integrity": "sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==",
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz",
"integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==",
"dev": true,
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
},

View File

@@ -81,7 +81,7 @@
"jest-environment-jsdom": "29.7.0",
"jest-fetch-mock": "3.0.3",
"node-fetch": "2.6.11",
"prettier": "3.3.2",
"prettier": "3.3.3",
"sass": "1.77.8",
"terser": "5.31.1",
"ts-jest": "29.1.5",