Browse Source
Feature/upgrade prettier to version 3.5.1 (#4342)
* Upgrade prettier to version 3.5.1
* Update changelog
pull/4337/head^2
Thomas Kaul
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
11 additions and
5 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. |
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
## Unreleased |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Upgraded `prettier` from version `3.4.2` to `3.5.1` |
|
|
|
|
|
|
|
## 2.140.0 - 2025-02-20 |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
@ -149,7 +149,7 @@ |
|
|
|
"jest-environment-jsdom": "29.7.0", |
|
|
|
"jest-preset-angular": "14.4.2", |
|
|
|
"nx": "20.3.2", |
|
|
|
"prettier": "3.4.2", |
|
|
|
"prettier": "3.5.1", |
|
|
|
"prettier-plugin-organize-attributes": "1.0.0", |
|
|
|
"prisma": "6.3.0", |
|
|
|
"react": "18.2.0", |
|
|
@ -27104,9 +27104,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/prettier": { |
|
|
|
"version": "3.4.2", |
|
|
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz", |
|
|
|
"integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==", |
|
|
|
"version": "3.5.1", |
|
|
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.1.tgz", |
|
|
|
"integrity": "sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==", |
|
|
|
"dev": true, |
|
|
|
"license": "MIT", |
|
|
|
"bin": { |
|
|
|
|
|
@ -195,7 +195,7 @@ |
|
|
|
"jest-environment-jsdom": "29.7.0", |
|
|
|
"jest-preset-angular": "14.4.2", |
|
|
|
"nx": "20.3.2", |
|
|
|
"prettier": "3.4.2", |
|
|
|
"prettier": "3.5.1", |
|
|
|
"prettier-plugin-organize-attributes": "1.0.0", |
|
|
|
"prisma": "6.3.0", |
|
|
|
"react": "18.2.0", |
|
|
|