Browse Source
Task/upgrade prettier to version 3.7.2 (#5999)
* Upgrade prettier to version 3.7.2
* Update changelog
pull/6001/head
Thomas Kaul
3 weeks 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
|
|
|
@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
- Removed the _Cypress_ testing setup |
|
|
|
- Eliminated `uuid` in favor of using `randomUUID` from `node:crypto` |
|
|
|
- Upgraded `color` from version `5.0.0` to `5.0.3` |
|
|
|
- Upgraded `prettier` from version `3.6.2` to `3.7.2` |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
|
|
|
|
@ -140,7 +140,7 @@ |
|
|
|
"jest-environment-jsdom": "29.7.0", |
|
|
|
"jest-preset-angular": "14.6.0", |
|
|
|
"nx": "21.5.1", |
|
|
|
"prettier": "3.6.2", |
|
|
|
"prettier": "3.7.2", |
|
|
|
"prettier-plugin-organize-attributes": "1.0.0", |
|
|
|
"prisma": "6.19.0", |
|
|
|
"react": "18.2.0", |
|
|
|
@ -35749,9 +35749,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/prettier": { |
|
|
|
"version": "3.6.2", |
|
|
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz", |
|
|
|
"integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==", |
|
|
|
"version": "3.7.2", |
|
|
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.2.tgz", |
|
|
|
"integrity": "sha512-n3HV2J6QhItCXndGa3oMWvWFAgN1ibnS7R9mt6iokScBOC0Ul9/iZORmU2IWUMcyAQaMPjTlY3uT34TqocUxMA==", |
|
|
|
"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.6.2", |
|
|
|
"prettier": "3.7.2", |
|
|
|
"prettier-plugin-organize-attributes": "1.0.0", |
|
|
|
"prisma": "6.19.0", |
|
|
|
"react": "18.2.0", |
|
|
|
|