Skip to content

Commit 45e21dc

Browse files
authored
fix: version gate for next-runtime
1 parent 787cf88 commit 45e21dc

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

site/plugins.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -636,20 +636,23 @@
636636
},
637637
{
638638
"version": "4.41.6",
639-
"migrationGuide": "https://ntl.fyi/next-plugin-migration"
640-
},
641-
{
642-
"version": "3.9.2",
639+
"migrationGuide": "https://ntl.fyi/next-plugin-migration",
643640
"siteDependencies": {
644-
"next": "<10.0.9"
641+
"next": "<13.5.0"
645642
}
646643
},
647644
{
648645
"version": "1.1.5",
649646
"siteDependencies": {
650647
"next": "<10.0.6"
651648
}
652-
}
649+
},
650+
{
651+
"version": "3.9.2",
652+
"siteDependencies": {
653+
"next": "<10.0.9"
654+
}
655+
},
653656
]
654657
},
655658
{

0 commit comments

Comments
 (0)