microsoft / AzureSearch_JFK_Files

This repo contains the sample code of the Azure Search and Cognitive Services used to provide insights and analysis around the JFK Files.
MIT License
388 stars 225 forks source link

Add @types/react-router dev dependency #105

Closed chuwik closed 3 years ago

chuwik commented 3 years ago

@types/react-router-dom was bringing in @types/react-router@5.1.11 as a dependency, but those types don't match the version of react-router used.

Now there's an explicit dependency on @types/react-router, pulling the right types version.