# Fix a problem with incompatibility between modern NPM and Storybook v6.5.16.
# npm 9.6.2 has peer dependency semantics which Storybook is incompatible with.
# More info: https://github.com/storybookjs/storybook/issues/18298   
# ToDo: Remove this file after migrating to Storybook v7.
legacy-peer-deps=true
