Skip to content

Instantly share code, notes, and snippets.

@1Mouse
1Mouse / yarn update dependancies guide.md
Created July 9, 2024 14:53
update dependencies with yarn

To update a TypeScript development dependency to the latest version using Yarn, you can follow these steps:

  1. Check the current version: Before updating, it's often useful to check the current version of the TypeScript dependency.
  2. Update the dependency: Use Yarn to update the dependency to the latest version.
  3. Verify the update: Ensure the dependency has been updated correctly.

Here is a step-by-step guide:

Step 1: Check the current version