Feature/upgrade prettier to version 3.4.2 (#4090)

* Upgrade prettier to version 3.4.2

* Update changelog
pull/4104/head^2
Thomas Kaul 2 weeks ago committed by GitHub
parent 13582afd93
commit 1be0a64417
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved the labels of the assistant
- Improved the caching of the portfolio snapshot in the portfolio calculator by expiring cache entries immediately in case of errors
- Extracted the historical market data editor to a reusable component
- Upgraded `prettier` from version `3.3.3` to `3.4.2`
## 2.125.0 - 2024-11-30

8
package-lock.json generated

@ -149,7 +149,7 @@
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.1.0",
"nx": "20.1.2",
"prettier": "3.3.3",
"prettier": "3.4.2",
"prettier-plugin-organize-attributes": "1.0.0",
"prisma": "6.0.0",
"react": "18.2.0",
@ -29419,9 +29419,9 @@
}
},
"node_modules/prettier": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz",
"integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==",
"version": "3.4.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz",
"integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==",
"dev": true,
"license": "MIT",
"bin": {

@ -195,7 +195,7 @@
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.1.0",
"nx": "20.1.2",
"prettier": "3.3.3",
"prettier": "3.4.2",
"prettier-plugin-organize-attributes": "1.0.0",
"prisma": "6.0.0",
"react": "18.2.0",

Loading…
Cancel
Save