Feature/upgrade prettier to version 3.4.2 (#4090)
* Upgrade prettier to version 3.4.2 * Update changelog
This commit is contained in:
parent
13582afd93
commit
1be0a64417
@ -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 labels of the assistant
|
||||||
- Improved the caching of the portfolio snapshot in the portfolio calculator by expiring cache entries immediately in case of errors
|
- 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
|
- 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
|
## 2.125.0 - 2024-11-30
|
||||||
|
|
||||||
|
8
package-lock.json
generated
8
package-lock.json
generated
@ -149,7 +149,7 @@
|
|||||||
"jest-environment-jsdom": "29.7.0",
|
"jest-environment-jsdom": "29.7.0",
|
||||||
"jest-preset-angular": "14.1.0",
|
"jest-preset-angular": "14.1.0",
|
||||||
"nx": "20.1.2",
|
"nx": "20.1.2",
|
||||||
"prettier": "3.3.3",
|
"prettier": "3.4.2",
|
||||||
"prettier-plugin-organize-attributes": "1.0.0",
|
"prettier-plugin-organize-attributes": "1.0.0",
|
||||||
"prisma": "6.0.0",
|
"prisma": "6.0.0",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
@ -29419,9 +29419,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/prettier": {
|
"node_modules/prettier": {
|
||||||
"version": "3.3.3",
|
"version": "3.4.2",
|
||||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz",
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz",
|
||||||
"integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==",
|
"integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
@ -195,7 +195,7 @@
|
|||||||
"jest-environment-jsdom": "29.7.0",
|
"jest-environment-jsdom": "29.7.0",
|
||||||
"jest-preset-angular": "14.1.0",
|
"jest-preset-angular": "14.1.0",
|
||||||
"nx": "20.1.2",
|
"nx": "20.1.2",
|
||||||
"prettier": "3.3.3",
|
"prettier": "3.4.2",
|
||||||
"prettier-plugin-organize-attributes": "1.0.0",
|
"prettier-plugin-organize-attributes": "1.0.0",
|
||||||
"prisma": "6.0.0",
|
"prisma": "6.0.0",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user