Skip to content

Commit

Permalink
chore: update nextjs documentation to reflect Cypress 14
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker committed Nov 3, 2024
1 parent 809e98d commit 243780b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/app/component-testing/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ following development servers and frameworks:
| Framework | UI Library | Bundler |
| ------------------------------------------------------------------------------------------------------------------ | ------------- | ----------- |
| [Create React App 4-5](/app/component-testing/react/overview#Create-React-App-CRA) | React 16-18 | Webpack 4-5 |
| [Next.js 10-14](/app/component-testing/react/overview#Nextjs) | React 16-18 | Webpack 5 |
| [Next.js 14](/app/component-testing/react/overview#Nextjs) | React 18 | Webpack 5 |
| [React with Vite](/app/component-testing/react/overview#React-with-Vite) | React 16-18 | Vite 4-5 |
| [React with Webpack](/app/component-testing/react/overview#React-with-Webpack) | React 16-18 | Webpack 4-5 |
| [Vue CLI 4-5](/app/component-testing/vue/overview#Vue-CLI) | Vue 3 | Webpack 4-5 |
Expand Down
4 changes: 2 additions & 2 deletions docs/app/component-testing/react/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Cypress Component Testing works with CRA 4+.

### Next.js

Cypress Component Testing works with Next.js 11+.
Cypress Component Testing works with Next.js 14+.

#### Next.js Configuration

Expand Down Expand Up @@ -132,7 +132,7 @@ Next.js pages and Component Testing for individual components in a Next.js app.

#### Sample Next.js Apps

- [Next.js 13 with TypeScript](https://github.com/cypress-io/cypress-component-testing-apps/tree/main/react-next13-ts)
- [Next.js 14 with TypeScript](https://github.com/cypress-io/cypress-component-testing-apps/tree/main/react-next14-ts)

### React with Vite

Expand Down

0 comments on commit 243780b

Please sign in to comment.