Skip to content

Commit

Permalink
feat(preset): update monorepo location for react-router (#12502)
Browse files Browse the repository at this point in the history
  • Loading branch information
qnighy committed Nov 5, 2021
1 parent 32d3683 commit f14d5d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/config/presets/internal/monorepo.ts
Expand Up @@ -155,7 +155,10 @@ const repoGroups = {
pouchdb: 'https://github.com/pouchdb/pouchdb',
prisma: 'https://github.com/prisma/prisma',
react: 'https://github.com/facebook/react',
'react-router': 'https://github.com/ReactTraining/react-router',
'react-router': [
'https://github.com/ReactTraining/react-router', // old repo
'https://github.com/remix-run/react-router',
],
reakit: 'https://github.com/reakit/reakit',
redwood: 'https://github.com/redwoodjs/redwood',
remark: 'https://github.com/remarkjs/remark',
Expand Down

0 comments on commit f14d5d9

Please sign in to comment.