Skip to content

Commit 74bd3b0

Browse files
Fix Next.js 12
1 parent eb52b37 commit 74bd3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/frameworks/nextjs/src/dependency-map.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const mapping: Record<string, Record<string, string>> = {
99
'>=11.1.0 <13.5.0': {
1010
'next/dist/shared/lib/router-context': 'next/dist/shared/lib/router-context',
1111
},
12-
'>=12.2.1 <13.5.0': {
12+
'>=13.0.2 <13.5.0': {
1313
'next/dist/shared/lib/hooks-client-context.shared-runtime':
1414
'next/dist/shared/lib/hooks-client-context',
1515
},

0 commit comments

Comments
 (0)