Skip to content

Commit

Permalink
chore(repo): Force npm install to resolve upstream dep conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosdouvlis committed May 21, 2024
1 parent 841fb7a commit 80c838e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/presets/next.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const appRouterTurbo = appRouter
const appRouterCanary = appRouter
.clone()
.setName('next-app-router-canary')
.addScript('setup', 'npm i --force')
.addDependency('next', 'canary')
.addDependency('react', '19.0.0-beta-04b058868c-20240508')
.addDependency('react-dom', '19.0.0-beta-04b058868c-20240508');
Expand Down

0 comments on commit 80c838e

Please sign in to comment.