Skip to content

Commit 9628bbf

Browse files
committed
Prettier
1 parent b43359c commit 9628bbf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ We are using `Changeset` to manage and publish our releasing flow.
165165
1. Make your changes to the code and test them thoroughly.
166166
2. Run the command `yarn changeset` in your terminal. This will prompt you to select the type of
167167
change you made. The available options are patch, minor, and major.
168-
169168
1. `Patch` for backward-compatible bug fixes.
170169
2. `Minor` for new features and backward-compatible changes.
171170
3. `Major` for breaking changes.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"test:e2e": "./scripts/run-e2e-locally.sh"
2525
},
2626
"devDependencies": {
27-
"@angular-devkit/build-angular": "^19.2.0", "@angular-devkit/core": "^19.2.0",
27+
"@angular-devkit/build-angular": "^19.2.0",
28+
"@angular-devkit/core": "^19.2.0",
2829
"@angular-devkit/schematics": "^19.2.0",
2930
"@angular/animations": "^19.2.0",
3031
"@angular/cli": "^19.2.0",
@@ -49,7 +50,7 @@
4950
"husky": "^9.0.0",
5051
"lint-staged": "^15.2.5",
5152
"ng-packagr": "^19.2.0",
52-
"prettier": "^3.5.3",
53+
"prettier": "^3.7.1",
5354
"react": "^18.3.1",
5455
"rimraf": "^5.0.7",
5556
"rxjs": "~7.8.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9659,7 +9659,7 @@ prettier@^2.7.1:
96599659
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
96609660
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
96619661

9662-
prettier@^3.5.3:
9662+
prettier@^3.7.1:
96639663
version "3.7.1"
96649664
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.7.1.tgz#8dfbf54c98e85a113962d3d8414ae82ff3722991"
96659665
integrity sha512-RWKXE4qB3u5Z6yz7omJkjWwmTfLdcbv44jUVHC5NpfXwFGzvpQM798FGv/6WNK879tc+Cn0AAyherCl1KjbyZQ==

0 commit comments

Comments
 (0)