Skip to content

Commit 2066cac

Browse files
authored
Add an example for updating dependency
1 parent ffcb3ce commit 2066cac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: docs/contributing.md

+2
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,5 @@ Our generated SDKs take dependency on various packages which you can see in the
186186

187187
- Update the version of the dependency you are looking for in the methods `restLevelPackage` and/or `regularAutorestPackage` in the [`packageFileGenerator.ts`](https://github.com/Azure/autorest.typescript/blob/main/src/generators/static/packageFileGenerator.ts) file.
188188
- Run `npm run build && npm run generate-swaggers && npm run smoke-tests` to update the generated files in the repo and run smoke tests before creating the PR.
189+
190+
For example, see the [PR 1271](https://github.com/Azure/autorest.typescript/pull/1271) that updates the version of `prettier` that the generated SDKs depend on.

0 commit comments

Comments
 (0)