Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions apps/app-companion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
"@types/bun": "^1.3.5",
"@types/node": "^25.0.6",
"@types/react-dom": "^19.0.0",
"@storybook/addon-a11y": "^8.6.0",
"@storybook/addon-a11y": "^10.0.0",
"@storybook/addon-essentials": "^8.6.0",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 @storybook/addon-essentials left at v8 while rest of Storybook is v10

@storybook/addon-essentials is still pinned to ^8.6.0 while every other Storybook package in this file (storybook, @storybook/react, @storybook/react-vite, @storybook/addon-a11y, @storybook/addon-themes) was bumped to ^10.0.0. Storybook requires all its packages to be on the same major version; mixing v8 and v10 will cause a build failure or runtime errors when running storybook dev or storybook build.

Suggested change
"@storybook/addon-essentials": "^8.6.0",
"@storybook/addon-essentials": "^10.0.0",

"@storybook/addon-themes": "^8.6.0",
"@storybook/addon-themes": "^10.0.0",
"@playwright/test": "^1.58.2",
"@storybook/react": "^8.6.0",
"@storybook/react-vite": "^8.6.0",
"@storybook/react": "^10.0.0",
"@storybook/react-vite": "^10.0.0",
"@types/react": "^19.0.0",
"@types/three": "^0.182.0",
"storybook": "^8.6.0",
"storybook": "^10.0.0",
"typescript": "^5.9.3"
},
"peerDependencies": {
Expand Down