Upgrade SWC Core and Storybook to v8 (#13799)

This is is a blocker for various sub-migrations
This commit is contained in:
Félix Malfait
2025-08-11 12:02:33 +02:00
committed by GitHub
parent e6cb0c0a25
commit d29dbd473b
84 changed files with 1815 additions and 3583 deletions
@@ -1,8 +1,7 @@
import { type Meta, type StoryObj } from '@storybook/react';
import { useState } from 'react';
import { expect } from '@storybook/jest';
import { userEvent, within } from '@storybook/test';
import { expect , userEvent, within } from '@storybook/test';
import { TextArea, type TextAreaProps } from '../TextArea';
import { ComponentDecorator } from 'twenty-ui/testing';