File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
docs/app/component-testing Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ following development servers and frameworks:
42
42
43
43
| Framework | UI Library | Bundler |
44
44
| ------------------------------------------------------------------------------------------------------------------ | ------------- | ----------- |
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 |
46
46
| [ React with Webpack] ( /app/component-testing/react/overview#React-with-Webpack ) | React 18-19 | Webpack 4-5 |
47
47
| [ 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 |
49
49
| [ Vue with Webpack] ( /app/component-testing/vue/overview#Vue-with-Webpack ) | Vue 3 | Webpack 4-5 |
50
50
| [ 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 |
52
52
| [ Svelte with Webpack] ( /app/component-testing/svelte/overview#Svelte-with-Webpack ) <Badge type = " info" >Alpha</Badge > | Svelte 5 | Webpack 4-5 |
53
53
54
54
The following integrations are built and maintained by Cypress community members.
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ are for reference purposes.
70
70
71
71
### React with Vite
72
72
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.
74
74
75
75
#### Vite Configuration
76
76
You can’t perform that action at this time.
0 commit comments