Skip to content

Commit

Permalink
Update code/frameworks/nextjs/src/dependency-map.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Yann Braga <[email protected]>
  • Loading branch information
valentinpalkovic and yannbf authored Oct 12, 2023
1 parent 62e4b47 commit 66b15ff
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',
},
'< 13.5.0': {
'<13.5.0': {
'next/dist/shared/lib/router-context.shared-runtime': 'next/dist/shared/lib/router-context',
'next/dist/shared/lib/head-manager-context.shared-runtime':
'next/dist/shared/lib/head-manager-context',
Expand Down

0 comments on commit 66b15ff

Please sign in to comment.