Skip to content

Commit 860e992

Browse files
authored
chore: document vite 4 removal and vite 7 support for ct (#6224)
1 parent a200eef commit 860e992

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/app/component-testing/get-started.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ following development servers and frameworks:
4242

4343
| Framework | UI Library | Bundler |
4444
| ------------------------------------------------------------------------------------------------------------------ | ------------- | ----------- |
45-
| [React with Vite](/app/component-testing/react/overview#React-with-Vite) | React 18-19 | Vite 4-6 |
45+
| [React with Vite](/app/component-testing/react/overview#React-with-Vite) | React 18-19 | Vite 5-7 |
4646
| [React with Webpack](/app/component-testing/react/overview#React-with-Webpack) | React 18-19 | Webpack 4-5 |
4747
| [Next.js 14-15](/app/component-testing/react/overview#Nextjs) | React 18-19 | Webpack 5 |
48-
| [Vue with Vite](/app/component-testing/vue/overview#Vue-with-Vite) | Vue 3 | Vite 4-6 |
48+
| [Vue with Vite](/app/component-testing/vue/overview#Vue-with-Vite) | Vue 3 | Vite 5-7 |
4949
| [Vue with Webpack](/app/component-testing/vue/overview#Vue-with-Webpack) | Vue 3 | Webpack 4-5 |
5050
| [Angular](/app/component-testing/angular/overview#Framework-Configuration) | Angular 18-19 | Webpack 5 |
51-
| [Svelte with Vite](/app/component-testing/svelte/overview#Svelte-with-Vite) <Badge type="info">Alpha</Badge> | Svelte 5 | Vite 4-6 |
51+
| [Svelte with Vite](/app/component-testing/svelte/overview#Svelte-with-Vite) <Badge type="info">Alpha</Badge> | Svelte 5 | Vite 5-7 |
5252
| [Svelte with Webpack](/app/component-testing/svelte/overview#Svelte-with-Webpack) <Badge type="info">Alpha</Badge> | Svelte 5 | Webpack 4-5 |
5353

5454
The following integrations are built and maintained by Cypress community members.

docs/app/component-testing/react/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ are for reference purposes.
7070

7171
### React with Vite
7272

73-
Cypress Component Testing works with React apps that use Vite 4+ as the bundler.
73+
Cypress Component Testing works with React apps that use Vite 5+ as the bundler.
7474

7575
#### Vite Configuration
7676

0 commit comments

Comments
 (0)