From cd4f549e996c6f8365041dcafb47bdfa4fc30ab1 Mon Sep 17 00:00:00 2001 From: Bill Glesias Date: Fri, 14 Nov 2025 15:59:32 -0500 Subject: [PATCH] chore: add docs for Next.js 16 --- docs/app/component-testing/get-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app/component-testing/get-started.mdx b/docs/app/component-testing/get-started.mdx index a0ae93e268..cbf9b3f79b 100644 --- a/docs/app/component-testing/get-started.mdx +++ b/docs/app/component-testing/get-started.mdx @@ -44,7 +44,7 @@ following development servers and frameworks: | ------------------------------------------------------------------------------------------------------------------ | ------------- | --------- | | [React with Vite](/app/component-testing/react/overview#React-with-Vite) | React 18-19 | Vite 5-7 | | [React with Webpack](/app/component-testing/react/overview#React-with-Webpack) | React 18-19 | Webpack 5 | -| [Next.js 14-15](/app/component-testing/react/overview#Nextjs) | React 18-19 | Webpack 5 | +| [Next.js 14-16](/app/component-testing/react/overview#Nextjs) | React 18-19 | Webpack 5 | | [Vue with Vite](/app/component-testing/vue/overview#Vue-with-Vite) | Vue 3 | Vite 5-7 | | [Vue with Webpack](/app/component-testing/vue/overview#Vue-with-Webpack) | Vue 3 | Webpack 5 | | [Angular](/app/component-testing/angular/overview#Framework-Configuration) | Angular 18-20 | Webpack 5 |