Skip to content

Commit a3f67d9

Browse files
committed
chore: upgrade storybook packages to v10
1 parent dadeed6 commit a3f67d9

8 files changed

Lines changed: 15165 additions & 15503 deletions

File tree

.storybook/main.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ const config: StorybookConfig = {
44
stories: ['../src/**/*.mdx', '../src/**/*.stories.@(js|jsx|mjs|ts|tsx)'],
55
addons: [
66
'@storybook/addon-onboarding',
7-
'@storybook/addon-essentials',
87
'@chromatic-com/storybook',
9-
'@storybook/addon-interactions',
8+
'@storybook/addon-docs'
109
],
1110
framework: {
1211
name: '@storybook/angular',

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This project is more than just a boilerplate – it's a **production-ready found
99

1010
## Features 🛠️
1111

12-
**Latest Angular 20** – Stay up-to-date with the newest Angular features.
12+
**Latest Angular 21** – Stay up-to-date with the newest Angular features.
1313
**Angular Material** – Build beautiful, responsive UIs with Material Design.
1414
**Unit Testing with Jest** – Fast and reliable testing for your components.
1515
**End-to-End Testing with Cypress** – Ensure your app works flawlessly from start to finish.

0 commit comments

Comments
 (0)