Browse Source
Task/upgrade prettier to version 3.7.3 (#6014)
* Upgrade prettier to version 3.7.3
* Update changelog
main
Thomas Kaul
15 hours ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
6 additions and
5 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
|
@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
- Refactored the API query parameters in various data provider services |
|
|
|
- Extended the _Storybook_ stories of the portfolio proportion chart component by a story using percentage values |
|
|
|
- Upgraded `@internationalized/number` from version `3.6.3` to `3.6.5` |
|
|
|
- Upgraded `prettier` from version `3.7.2` to `3.7.3` |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
|
|
|
|
@ -140,7 +140,7 @@ |
|
|
|
"jest-environment-jsdom": "29.7.0", |
|
|
|
"jest-preset-angular": "14.6.0", |
|
|
|
"nx": "21.5.1", |
|
|
|
"prettier": "3.7.2", |
|
|
|
"prettier": "3.7.3", |
|
|
|
"prettier-plugin-organize-attributes": "1.0.0", |
|
|
|
"prisma": "6.19.0", |
|
|
|
"react": "18.2.0", |
|
|
|
@ -35749,9 +35749,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/prettier": { |
|
|
|
"version": "3.7.2", |
|
|
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.2.tgz", |
|
|
|
"integrity": "sha512-n3HV2J6QhItCXndGa3oMWvWFAgN1ibnS7R9mt6iokScBOC0Ul9/iZORmU2IWUMcyAQaMPjTlY3uT34TqocUxMA==", |
|
|
|
"version": "3.7.3", |
|
|
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.3.tgz", |
|
|
|
"integrity": "sha512-QgODejq9K3OzoBbuyobZlUhznP5SKwPqp+6Q6xw6o8gnhr4O85L2U915iM2IDcfF2NPXVaM9zlo9tdwipnYwzg==", |
|
|
|
"dev": true, |
|
|
|
"license": "MIT", |
|
|
|
"bin": { |
|
|
|
|
|
|
|
@ -184,7 +184,7 @@ |
|
|
|
"jest-environment-jsdom": "29.7.0", |
|
|
|
"jest-preset-angular": "14.6.0", |
|
|
|
"nx": "21.5.1", |
|
|
|
"prettier": "3.7.2", |
|
|
|
"prettier": "3.7.3", |
|
|
|
"prettier-plugin-organize-attributes": "1.0.0", |
|
|
|
"prisma": "6.19.0", |
|
|
|
"react": "18.2.0", |
|
|
|
|