Drop legacy peer deps

This commit is contained in:
adilallo
2026-05-23 13:45:02 -06:00
parent 2fd20d5b2a
commit d084ea3b33
8 changed files with 697 additions and 381 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import Button from "../../app/components/buttons/Button";
import { within, userEvent } from "@storybook/test";
import { within, userEvent } from "storybook/test";
export default {
title: "Components/Buttons/Button/Visual Regression",
+1 -2
View File
@@ -1,7 +1,6 @@
import React from "react";
import Checkbox from "../../app/components/controls/Checkbox";
import { within, userEvent } from "@storybook/test";
import { expect } from "@storybook/test";
import { within, userEvent, expect } from "storybook/test";
// Interaction functions for Storybook play functions
const DefaultInteraction = {
@@ -1,5 +1,5 @@
import Footer from "../../app/components/navigation/Footer";
import { within, userEvent } from "@storybook/test";
import { within, userEvent } from "storybook/test";
export default {
title: "Components/Navigation/Footer/Responsive",