StephenGrider / auth-graphql-starter

Starter project from a GraphQL course on Udemy.com - Section 3!
113 stars 217 forks source link

Add react-router and its dependencies to yarn.lock #11

Open felpin opened 6 years ago

felpin commented 6 years ago

When running the command yarn install the file yarn.lock is updated, adding react-router and its dependencies.

The lock file should contain all the dependencies of the project and this PR adds a missing dependency on it.