Update environment configuration, enhance component functionality, and improve project structure. Added Umami analytics configuration to .env.example and updated astro.config.mjs to use the new site URL. Introduced pagination component in BlogOverview.svelte, refactored image handling in ImageGalleryBlock.svelte, and improved SearchableTextBlock.svelte with tooltip support. Updated package.json with new scripts for Firebase deployment and added new dependencies for Storybook and Firebase. Enhanced styling and layout across various components for better user experience.
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
[12:32:38.362] [INFO] storybook v10.2.10
|
||||
[12:32:39.017] [DEBUG] Getting package.json info for /Users/petermeier/@dev2026/rustyastro/package.json...
|
||||
[12:32:39.019] [WARN] You are currently using Storybook 10.2.10 but you have packages which are incompatible with it:
|
||||
|
||||
- @storybook/addon-essentials@8.6.14 which depends on 8.6.14
|
||||
Repo: https://github.com/storybookjs/storybook/tree/next/code/addons/essentials
|
||||
- @storybook/addon-interactions@8.6.14 which depends on 8.6.14
|
||||
Repo: https://github.com/storybookjs/storybook/tree/next/code/addons/interactions
|
||||
- @storybook/blocks@8.6.14 which depends on ^8.6.14
|
||||
Repo: https://github.com/storybookjs/storybook/tree/next/code/lib/blocks
|
||||
- @storybook/test@8.6.15 which depends on 8.6.15
|
||||
Repo: https://github.com/storybookjs/storybook/tree/next/code/lib/test
|
||||
|
||||
Please consider updating your packages or contacting the maintainers for compatibility details.
|
||||
|
||||
For more details on compatibility guidance, see:
|
||||
https://github.com/storybookjs/storybook/issues/32836
|
||||
[12:32:39.384] [INFO] Starting...
|
||||
[12:32:39.488] [ERROR] [38;2;241;97;97mSB_CORE-SERVER_0004 (NoMatchingExportError): There was an exports mismatch error when trying to build Storybook.
|
||||
Please check whether the versions of your Storybook packages match whenever possible, as this might be the cause.
|
||||
|
||||
Problematic example:
|
||||
{ "@storybook/react": "7.5.3", "@storybook/react-vite": "7.4.5", "storybook": "7.3.0" }
|
||||
|
||||
Correct example:
|
||||
{ "@storybook/react": "7.5.3", "@storybook/react-vite": "7.5.3", "storybook": "7.5.3" }
|
||||
|
||||
Please run `npx storybook doctor` for guidance on how to fix this issue.
|
||||
|
||||
More info:
|
||||
[39m
|
||||
at buildOrThrow (file://./node_modules/storybook/dist/core-server/index.js:4509:9)
|
||||
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
||||
at async buildDevStandalone (file://./node_modules/storybook/dist/core-server/index.js:7611:66)
|
||||
at async withTelemetry (file://./node_modules/storybook/dist/_node-chunks/chunk-S3MWHNYJ.js:218:12)
|
||||
at async dev (file://./node_modules/storybook/dist/bin/core.js:2734:3)
|
||||
at async _Command.<anonymous> (file://./node_modules/storybook/dist/bin/core.js:2803:92)
|
||||
[12:32:39.490] [WARN] Broken build, fix the error above.
|
||||
You may need to refresh the browser.
|
||||
[12:32:39.493] [INFO] Storybook collects completely anonymous usage telemetry. We use it to shape Storybook's roadmap and prioritize features. You can learn more, including how to opt out, at https://storybook.js.org/telemetry
|
||||
Reference in New Issue
Block a user