Browse Source
Feature/upgrade prettier to version 3.0.3 (#2393)
* Upgrade prettier to version 3.0.3
* Update changelog
pull/2359/head
Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
6 additions and
5 deletions
-
CHANGELOG.md
-
package.json
-
yarn.lock
|
|
@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Upgraded `prettier` from version `3.0.2` to `3.0.3` |
|
|
|
- Upgraded `yahoo-finance2` from version `2.5.0` to `2.7.0` |
|
|
|
|
|
|
|
## 2.5.0 - 2023-09-23 |
|
|
|
|
|
@ -189,7 +189,7 @@ |
|
|
|
"jest-preset-angular": "13.1.1", |
|
|
|
"nx": "16.7.4", |
|
|
|
"nx-cloud": "16.3.0", |
|
|
|
"prettier": "3.0.2", |
|
|
|
"prettier": "3.0.3", |
|
|
|
"prettier-plugin-organize-attributes": "1.0.0", |
|
|
|
"react": "18.2.0", |
|
|
|
"react-dom": "18.2.0", |
|
|
|
|
|
@ -15881,10 +15881,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" |
|
|
|
integrity sha512-+NmameaLxbCcylEXsKPmawtzla5EE6ECqvGkpfQz4KM847fXDifB1gFnPQEpoADAq6IXg+cMI8Z0ISJEXa6fhg== |
|
|
|
|
|
|
|
prettier@3.0.2: |
|
|
|
version "3.0.2" |
|
|
|
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.2.tgz#78fcecd6d870551aa5547437cdae39d4701dca5b" |
|
|
|
integrity sha512-o2YR9qtniXvwEZlOKbveKfDQVyqxbEIWn48Z8m3ZJjBjcCmUy3xZGIv+7AkaeuaTr6yPXJjwv07ZWlsWbEy1rQ== |
|
|
|
prettier@3.0.3: |
|
|
|
version "3.0.3" |
|
|
|
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.3.tgz#432a51f7ba422d1469096c0fdc28e235db8f9643" |
|
|
|
integrity sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg== |
|
|
|
|
|
|
|
prettier@^2.8.0: |
|
|
|
version "2.8.8" |
|
|
|