Feature/upgrade prettier to version 3.6.2 (#5057)

* Upgrade prettier to version 3.6.2

* Update changelog
pull/5068/head
Thomas Kaul 8 months ago committed by GitHub
parent dcedaa4d59
commit dcf40367c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Enhanced the sitemap to dynamically compose public routes
- Renamed `Account` to `account` in the `Order` database schema
- Improved the language localization for German (`de`)
- Upgraded `prettier` from version `3.5.3` to `3.6.2`
## 2.175.0 - 2025-06-28

8
package-lock.json generated

@ -149,7 +149,7 @@
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.4.2",
"nx": "21.1.2",
"prettier": "3.5.3",
"prettier": "3.6.2",
"prettier-plugin-organize-attributes": "1.0.0",
"prisma": "6.10.1",
"react": "18.2.0",
@ -29388,9 +29388,9 @@
}
},
"node_modules/prettier": {
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz",
"integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==",
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz",
"integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==",
"dev": true,
"license": "MIT",
"bin": {

@ -195,7 +195,7 @@
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.4.2",
"nx": "21.1.2",
"prettier": "3.5.3",
"prettier": "3.6.2",
"prettier-plugin-organize-attributes": "1.0.0",
"prisma": "6.10.1",
"react": "18.2.0",

Loading…
Cancel
Save