auth-graphql-starter
auth-graphql-starter copied to clipboard
Add react-router and its dependencies to yarn.lock
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.