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
+2 -2
View File
@@ -6,9 +6,9 @@ module.exports = {
],
addons: [
// Removed @storybook/addon-essentials due to version mismatch with Storybook 10.x
// Using individual addons instead
// Using individual addons instead. Interaction helpers import from storybook/test
// (bundled with storybook@10); @storybook/addon-interactions was merged into SB 8 core.
"@storybook/addon-a11y",
"@storybook/addon-interactions",
],
framework: {
name: "@storybook/nextjs",