File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,6 @@ We are using `Changeset` to manage and publish our releasing flow.
1651651 . Make your changes to the code and test them thoroughly.
1661662 . 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.
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff 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==
You can’t perform that action at this time.
0 commit comments