Describe the bug
I'm trying to create a Drupal standalone theme, without relying on the Drupal emulsify theme as a base theme.
I'm following the instructions on the "Standalone (for prototyping outside of a CMS install)" section of this page: https://www.emulsify.info/docs/emulsify-drupal
The problem is that when I run emulsify init "My Awesome Theme" --platform drupal ., I get Storybook 7 although emulsify-core already supports Storybook 8.
The same problem happens if I try to create a platform agnostic theme omitting the --platform flag, like this: emulsify init "My Awesome Theme" .
To Reproduce
Steps to reproduce the behavior:
- Go to 'Emulsify (Drupal) Standalone installation docs'
- In terminal, run
emulsify init "My Awesome Theme" --platform drupal .
- Open package.json in the root of the generated "my_awesome_theme" standalone theme folder.
- See "storybook": "^7.5.1" in "dependencies".
Expected behavior
Storybook 8 is expected since emulsify-core already supports it.
Additional Context
$ emulsify --version
1.11.4