Skip to content

Commit

Permalink
Fix Next.js 12
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Oct 12, 2023
1 parent eb52b37 commit 74bd3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/frameworks/nextjs/src/dependency-map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const mapping: Record<string, Record<string, string>> = {
'>=11.1.0 <13.5.0': {
'next/dist/shared/lib/router-context': 'next/dist/shared/lib/router-context',
},
'>=12.2.1 <13.5.0': {
'>=13.0.2 <13.5.0': {
'next/dist/shared/lib/hooks-client-context.shared-runtime':
'next/dist/shared/lib/hooks-client-context',
},
Expand Down

0 comments on commit 74bd3b0

Please sign in to comment.