Browse Source
Feature/upgrade prettier to version 3.1.1 (#2768)
* Upgrade prettier to version 3.1.1
* Update changelog
pull/2780/head
Thomas Kaul
1 year 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
|
|
@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
- Modernized the `Nx` executors |
|
|
|
- `@nx/eslint:lint` |
|
|
|
- `@nx/webpack:webpack` |
|
|
|
- Upgraded `prettier` from version `3.1.0` to `3.1.1` |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
|
|
@ -187,7 +187,7 @@ |
|
|
|
"jest-environment-jsdom": "29.4.3", |
|
|
|
"jest-preset-angular": "13.1.4", |
|
|
|
"nx": "17.2.5", |
|
|
|
"prettier": "3.1.0", |
|
|
|
"prettier": "3.1.1", |
|
|
|
"prettier-plugin-organize-attributes": "1.0.0", |
|
|
|
"react": "18.2.0", |
|
|
|
"react-dom": "18.2.0", |
|
|
|
|
|
@ -16858,10 +16858,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.1.0: |
|
|
|
version "3.1.0" |
|
|
|
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.0.tgz#c6d16474a5f764ea1a4a373c593b779697744d5e" |
|
|
|
integrity sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw== |
|
|
|
prettier@3.1.1: |
|
|
|
version "3.1.1" |
|
|
|
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.1.tgz#6ba9f23165d690b6cbdaa88cb0807278f7019848" |
|
|
|
integrity sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw== |
|
|
|
|
|
|
|
prettier@^2.8.0: |
|
|
|
version "2.8.8" |
|
|
|