Skip to content
Merged
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion code/lib/cli-storybook/src/sandbox-templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ export const baseTemplates = {
'npx -p @angular/cli@next ng new angular-v16 --directory {{beforeDir}} --routing=true --minimal=true --style=scss --strict --skip-git --skip-install --package-manager=yarn --ssr',
modifications: {
// Angular 21 has introduced a peer dependency requirement on standard-schema via @angular/forms`
extraDependencies: ['@standard-schema/spec@^1', '@angular/forms@next'],
extraDependencies: ['@standard-schema/spec@^1', '@angular/forms@^21.0.0'],
},
expected: {
framework: '@storybook/angular',
Expand Down
Loading