We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb52b37 commit 74bd3b0Copy full SHA for 74bd3b0
code/frameworks/nextjs/src/dependency-map.ts
@@ -9,7 +9,7 @@ const mapping: Record<string, Record<string, string>> = {
9
'>=11.1.0 <13.5.0': {
10
'next/dist/shared/lib/router-context': 'next/dist/shared/lib/router-context',
11
},
12
- '>=12.2.1 <13.5.0': {
+ '>=13.0.2 <13.5.0': {
13
'next/dist/shared/lib/hooks-client-context.shared-runtime':
14
'next/dist/shared/lib/hooks-client-context',
15
0 commit comments