Browse Source
Feature/upgrade prettier to version 3.2.5 (#2954)
* Upgrade prettier to version 3.2.5
* Update changelog
pull/2957/head
Thomas Kaul
12 months 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.json
-
yarn.lock
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
### Changed |
|
|
### Changed |
|
|
|
|
|
|
|
|
- Improved the error logs for a timeout in the data provider services |
|
|
- Improved the error logs for a timeout in the data provider services |
|
|
|
|
|
- Upgraded `prettier` from version `3.2.4` to `3.2.5` |
|
|
|
|
|
|
|
|
## 2.47.0 - 2024-02-02 |
|
|
## 2.47.0 - 2024-02-02 |
|
|
|
|
|
|
|
|
|
@ -191,7 +191,7 @@ |
|
|
"jest-environment-jsdom": "29.4.3", |
|
|
"jest-environment-jsdom": "29.4.3", |
|
|
"jest-preset-angular": "13.1.4", |
|
|
"jest-preset-angular": "13.1.4", |
|
|
"nx": "17.2.8", |
|
|
"nx": "17.2.8", |
|
|
"prettier": "3.2.4", |
|
|
"prettier": "3.2.5", |
|
|
"prettier-plugin-organize-attributes": "1.0.0", |
|
|
"prettier-plugin-organize-attributes": "1.0.0", |
|
|
"react": "18.2.0", |
|
|
"react": "18.2.0", |
|
|
"react-dom": "18.2.0", |
|
|
"react-dom": "18.2.0", |
|
|
|
@ -16945,10 +16945,10 @@ prettier-plugin-organize-attributes@1.0.0: |
|
|
resolved "https://registry.yarnpkg.com/prettier-plugin-organize-attributes/-/prettier-plugin-organize-attributes-1.0.0.tgz#037870ee3111b3c1d6371f677b64888de353cc63" |
|
|
resolved "https://registry.yarnpkg.com/prettier-plugin-organize-attributes/-/prettier-plugin-organize-attributes-1.0.0.tgz#037870ee3111b3c1d6371f677b64888de353cc63" |
|
|
integrity sha512-+NmameaLxbCcylEXsKPmawtzla5EE6ECqvGkpfQz4KM847fXDifB1gFnPQEpoADAq6IXg+cMI8Z0ISJEXa6fhg== |
|
|
integrity sha512-+NmameaLxbCcylEXsKPmawtzla5EE6ECqvGkpfQz4KM847fXDifB1gFnPQEpoADAq6IXg+cMI8Z0ISJEXa6fhg== |
|
|
|
|
|
|
|
|
prettier@3.2.4: |
|
|
prettier@3.2.5: |
|
|
version "3.2.4" |
|
|
version "3.2.5" |
|
|
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.4.tgz#4723cadeac2ce7c9227de758e5ff9b14e075f283" |
|
|
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.5.tgz#e52bc3090586e824964a8813b09aba6233b28368" |
|
|
integrity sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ== |
|
|
integrity sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A== |
|
|
|
|
|
|
|
|
prettier@^2.8.0: |
|
|
prettier@^2.8.0: |
|
|
version "2.8.8" |
|
|
version "2.8.8" |
|
|