Skip to content

Conversation

@pacovilletard
Copy link
Contributor

@pacovilletard pacovilletard commented May 28, 2025

Summary

  • show AppHeader in SaaS layout so login button is available

Testing

  • npm run lint (fails: next not found)
  • npm test (fails: vitest not found)

Summary by CodeRabbit

  • New Features

    • Introduced a migration banner notifying users that the contributor app has moved and providing a link to the new location.
  • Changes

    • Updated the main SaaS app layout to display the new migration banner and removed the sidebar, impersonation banner, and indexing banner.
    • Simplified the My Dashboard layout by removing tab navigation and associated action buttons; only the reward withdrawal feature remains visible.
  • Other

    • Updated redirects so the root and dashboard paths now direct users to the rewards page.

@vercel
Copy link

vercel bot commented May 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
saas-frontend ❌ Failed (Inspect) May 28, 2025 10:39am

@coderabbitai
Copy link
Contributor

coderabbitai bot commented May 28, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

The updates introduce a new AppMigrationBanner component, which replaces the previous sidebar and banners in the SaaS layout. The dashboard layout removes tab navigation and related UI, simplifying the interface to focus on the RequestPayment component. Redirects are updated to point to the rewards page, and the migration banner is newly implemented.

Changes

File(s) Change Summary
app/(saas)/layout.tsx Removed sidebar and two banners; added AppMigrationBanner below header in layout.
app/(saas)/my-dashboard/layout.tsx Removed tab navigation, related logic, and conditional action button; simplified to show RequestPayment.
next.config.mjs Updated redirect destinations for "/" and "/my-dashboard" to point to rewards page.
shared/features/app-migration-banner/app-migration-banner.tsx Added new AppMigrationBanner component displaying migration alert with link.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant SaasLayout
    participant AppHeader
    participant AppMigrationBanner

    User->>SaasLayout: Access SaaS app
    SaasLayout->>AppHeader: Render header
    SaasLayout->>AppMigrationBanner: Render migration banner below header
    SaasLayout-->>User: Display layout with header and migration banner
Loading
sequenceDiagram
    participant User
    participant MyDashboardLayout
    participant RequestPayment

    User->>MyDashboardLayout: Access dashboard
    MyDashboardLayout->>RequestPayment: Render payment request UI
    MyDashboardLayout-->>User: Display payment request and content (no tabs)
Loading

Poem

A banner now waves, bright and new,
Telling all users what next to do.
Tabs have hopped away, so clean,
Rewards now star in the dashboard scene.
Redirects guide with gentle care,
To the freshest carrots waiting there! 🥕

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 ESLint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

npm warn config production Use --omit=dev instead.
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/accordion@2.0.40
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/accordion@2.0.40
npm warn node_modules/@nextui-org/accordion
npm warn @nextui-org/accordion@"2.0.40" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/accordion@2.0.40
npm warn node_modules/@nextui-org/accordion
npm warn @nextui-org/accordion@"2.0.40" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/avatar@2.0.33
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/avatar@2.0.33
npm warn node_modules/@nextui-org/avatar
npm warn @nextui-org/avatar@"2.0.33" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 1 more (@nextui-org/user)
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/avatar@2.0.33
npm warn node_modules/@nextui-org/avatar
npm warn @nextui-org/avatar@"2.0.33" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 1 more (@nextui-org/user)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/badge@2.0.32
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/badge@2.0.32
npm warn node_modules/@nextui-org/badge
npm warn @nextui-org/badge@"2.0.32" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/badge@2.0.32
npm warn node_modules/@nextui-org/badge
npm warn @nextui-org/badge@"2.0.32" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/breadcrumbs@2.0.13
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/breadcrumbs@2.0.13
npm warn node_modules/@nextui-org/breadcrumbs
npm warn @nextui-org/breadcrumbs@"2.0.13" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/breadcrumbs@2.0.13
npm warn node_modules/@nextui-org/breadcrumbs
npm warn @nextui-org/breadcrumbs@"2.0.13" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/button@2.0.38
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/button@2.0.38
npm warn node_modules/@nextui-org/button
npm warn @nextui-org/button@"2.0.38" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn 5 more (@nextui-org/calendar, @nextui-org/date-picker, ...)
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/button@2.0.38
npm warn node_modules/@nextui-org/button
npm warn @nextui-org/button@"2.0.38" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn 5 more (@nextui-org/calendar, @nextui-org/date-picker, ...)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/calendar@2.0.12
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.2.0" from @nextui-org/calendar@2.0.12
npm warn node_modules/@nextui-org/calendar
npm warn @nextui-org/calendar@"2.0.12" from @nextui-org/date-picker@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/date-picker
npm warn 1 more (@nextui-org/react)
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.2.0" from @nextui-org/calendar@2.0.12
npm warn node_modules/@nextui-org/calendar
npm warn @nextui-org/calendar@"2.0.12" from @nextui-org/date-picker@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/date-picker
npm warn 1 more (@nextui-org/react)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/card@2.0.34
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/card@2.0.34
npm warn node_modules/@nextui-org/card
npm warn @nextui-org/card@"2.0.34" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/card@2.0.34
npm warn node_modules/@nextui-org/card
npm warn @nextui-org/card@"2.0.34" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/checkbox@2.1.5
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/checkbox@2.1.5
npm warn node_modules/@nextui-org/checkbox
npm warn @nextui-org/checkbox@"2.1.5" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 1 more (@nextui-org/table)
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/checkbox@2.1.5
npm warn node_modules/@nextui-org/checkbox
npm warn @nextui-org/checkbox@"2.1.5" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 1 more (@nextui-org/table)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/chip@2.0.33
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/chip@2.0.33
npm warn node_modules/@nextui-org/chip
npm warn @nextui-org/chip@"2.0.33" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/chip@2.0.33
npm warn node_modules/@nextui-org/chip
npm warn @nextui-org/chip@"2.0.33" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/code@2.0.33
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/code@2.0.33
npm warn node_modules/@nextui-org/code
npm warn @nextui-org/code@"2.0.33" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/code@2.0.33
npm warn node_modules/@nextui-org/code
npm warn @nextui-org/code@"2.0.33" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/date-input@2.1.4
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.2.0" from @nextui-org/date-input@2.1.4
npm warn node_modules/@nextui-org/date-input
npm warn @nextui-org/date-input@"2.1.4" from @nextui-org/date-picker@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/date-picker
npm warn 1 more (@nextui-org/react)
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.2.0" from @nextui-org/date-input@2.1.4
npm warn node_modules/@nextui-org/date-input
npm warn @nextui-org/date-input@"2.1.4" from @nextui-org/date-picker@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/date-picker
npm warn 1 more (@nextui-org/react)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/divider@2.0.32
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/divider@2.0.32
npm warn node_modules/@nextui-org/divider
npm warn @nextui-org/divider@"2.0.32" from @nextui-org/accordion@2.0.40
npm warn node_modules/@nextui-org/accordion
npm warn 3 more (@nextui-org/listbox, @nextui-org/menu, @nextui-org/react)
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/divider@2.0.32
npm warn node_modules/@nextui-org/divider
npm warn @nextui-org/divider@"2.0.32" from @nextui-org/accordion@2.0.40
npm warn node_modules/@nextui-org/accordion
npm warn 3 more (@nextui-org/listbox, @nextui-org/menu, @nextui-org/react)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/dropdown@2.1.31
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/dropdown@2.1.31
npm warn node_modules/@nextui-org/dropdown
npm warn @nextui-org/dropdown@"2.1.31" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/dropdown@2.1.31
npm warn node_modules/@nextui-org/dropdown
npm warn @nextui-org/dropdown@"2.1.31" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/kbd@2.0.34
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/kbd@2.0.34
npm warn node_modules/@nextui-org/kbd
npm warn @nextui-org/kbd@"2.0.34" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/kbd@2.0.34
npm warn node_modules/@nextui-org/kbd
npm warn @nextui-org/kbd@"2.0.34" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/link@2.0.35
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/link@2.0.35
npm warn node_modules/@nextui-org/link
npm warn @nextui-org/link@"2.0.35" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/link@2.0.35
npm warn node_modules/@nextui-org/link
npm warn @nextui-org/link@"2.0.35" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/menu@2.0.30
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/menu@2.0.30
npm warn node_modules/@nextui-org/menu
npm warn @nextui-org/menu@"2.0.30" from @nextui-org/dropdown@2.1.31
npm warn node_modules/@nextui-org/dropdown
npm warn 1 more (@nextui-org/react)
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/menu@2.0.30
npm warn node_modules/@nextui-org/menu
npm warn @nextui-org/menu@"2.0.30" from @nextui-org/dropdown@2.1.31
npm warn node_modules/@nextui-org/dropdown
npm warn 1 more (@nextui-org/react)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/modal@2.0.41
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/modal@2.0.41
npm warn node_modules/@nextui-org/modal
npm warn @nextui-org/modal@"2.0.41" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/modal@2.0.41
npm warn node_modules/@nextui-org/modal
npm warn @nextui-org/modal@"2.0.41" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/navbar@2.0.37
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/navbar@2.0.37
npm warn node_modules/@nextui-org/navbar
npm warn @nextui-org/navbar@"2.0.37" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/navbar@2.0.37
npm warn node_modules/@nextui-org/navbar
npm warn @nextui-org/navbar@"2.0.37" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/pagination@2.0.36
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/pagination@2.0.36
npm warn node_modules/@nextui-org/pagination
npm warn @nextui-org/pagination@"2.0.36" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/pagination@2.0.36
npm warn node_modules/@nextui-org/pagination
npm warn @nextui-org/pagination@"2.0.36" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/popover@2.1.29
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/popover@2.1.29
npm warn node_modules/@nextui-org/popover
npm warn @nextui-org/popover@"2.1.29" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn 4 more (@nextui-org/date-picker, @nextui-org/dropdown, ...)
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/popover@2.1.29
npm warn node_modules/@nextui-org/popover
npm warn @nextui-org/popover@"2.1.29" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn 4 more (@nextui-org/date-picker, @nextui-org/dropdown, ...)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/progress@2.0.34
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/progress@2.0.34
npm warn node_modules/@nextui-org/progress
npm warn @nextui-org/progress@"2.0.34" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/progress@2.0.34
npm warn node_modules/@nextui-org/progress
npm warn @nextui-org/progress@"2.0.34" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/radio@2.1.5
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/radio@2.1.5
npm warn node_modules/@nextui-org/radio
npm warn @nextui-org/radio@"2.1.5" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/radio@2.1.5
npm warn node_modules/@nextui-org/radio
npm warn @nextui-org/radio@"2.1.5" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/ripple@2.0.33
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/ripple@2.0.33
npm warn node_modules/@nextui-org/ripple
npm warn @nextui-org/ripple@"2.0.33" from @nextui-org/button@2.0.38
npm warn node_modules/@nextui-org/button
npm warn 2 more (@nextui-org/card, @nextui-org/react)
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/ripple@2.0.33
npm warn node_modules/@nextui-org/ripple
npm warn @nextui-org/ripple@"2.0.33" from @nextui-org/button@2.0.38
npm warn node_modules/@nextui-org/button
npm warn 2 more (@nextui-org/card, @nextui-org/react)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/scroll-shadow@2.1.20
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/scroll-shadow@2.1.20
npm warn node_modules/@nextui-org/scroll-shadow
npm warn @nextui-org/scroll-shadow@"2.1.20" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn 2 more (@nextui-org/react, @nextui-org/select)
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/scroll-shadow@2.1.20
npm warn node_modules/@nextui-org/scroll-shadow
npm warn @nextui-org/scroll-shadow@"2.1.20" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn 2 more (@nextui-org/react, @nextui-org/select)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/skeleton@2.0.32
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/skeleton@2.0.32
npm warn node_modules/@nextui-org/skeleton
npm warn @nextui-org/skeleton@"2.0.32" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/skeleton@2.0.32
npm warn node_modules/@nextui-org/skeleton
npm warn @nextui-org/skeleton@"2.0.32" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/slider@2.2.17
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/slider@2.2.17
npm warn node_modules/@nextui-org/slider
npm warn @nextui-org/slider@"2.2.17" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/slider@2.2.17
npm warn node_modules/@nextui-org/slider
npm warn @nextui-org/slider@"2.2.17" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/snippet@2.0.43
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/snippet@2.0.43
npm warn node_modules/@nextui-org/snippet
npm warn @nextui-org/snippet@"2.0.43" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/snippet@2.0.43
npm warn node_modules/@nextui-org/snippet
npm warn @nextui-org/snippet@"2.0.43" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/spacer@2.0.33
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/spacer@2.0.33
npm warn node_modules/@nextui-org/spacer
npm warn @nextui-org/spacer@"2.0.33" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 1 more (@nextui-org/table)
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/spacer@2.0.33
npm warn node_modules/@nextui-org/spacer
npm warn @nextui-org/spacer@"2.0.33" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 1 more (@nextui-org/table)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/spinner@2.0.34
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/spinner@2.0.34
npm warn node_modules/@nextui-org/spinner
npm warn @nextui-org/spinner@"2.0.34" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn 3 more (@nextui-org/button, @nextui-org/react, @nextui-org/select)
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/spinner@2.0.34
npm warn node_modules/@nextui-org/spinner
npm warn @nextui-org/spinner@"2.0.34" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn 3 more (@nextui-org/button, @nextui-org/react, @nextui-org/select)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/switch@2.0.34
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/switch@2.0.34
npm warn node_modules/@nextui-org/switch
npm warn @nextui-org/switch@"2.0.34" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/switch@2.0.34
npm warn node_modules/@nextui-org/switch
npm warn @nextui-org/switch@"2.0.34" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/table@2.0.40
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/table@2.0.40
npm warn node_modules/@nextui-org/table
npm warn @nextui-org/table@"2.0.40" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/table@2.0.40
npm warn node_modules/@nextui-org/table
npm warn @nextui-org/table@"2.0.40" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/tabs@2.0.37
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/tabs@2.0.37
npm warn node_modules/@nextui-org/tabs
npm warn @nextui-org/tabs@"2.0.37" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/tabs@2.0.37
npm warn node_modules/@nextui-org/tabs
npm warn @nextui-org/tabs@"2.0.37" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/tooltip@2.0.41
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/tooltip@2.0.41
npm warn node_modules/@nextui-org/tooltip
npm warn @nextui-org/tooltip@"2.0.41" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 2 more (@nextui-org/slider, @nextui-org/snippet)
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/tooltip@2.0.41
npm warn node_modules/@nextui-org/tooltip
npm warn @nextui-org/tooltip@"2.0.41" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 2 more (@nextui-org/slider, @nextui-org/snippet)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/user@2.0.34
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/user@2.0.34
npm warn node_modules/@nextui-org/user
npm warn @nextui-org/user@"2.0.34" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/user@2.0.34
npm warn node_modules/@nextui-org/user
npm warn @nextui-org/user@"2.0.34" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/system-rsc@2.1.6
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/system-rsc@2.1.6
npm warn node_modules/@nextui-org/code/node_modules/@nextui-org/system-rsc
npm warn @nextui-org/system-rsc@"2.1.6" from @nextui-org/code@2.0.33
npm warn node_modules/@nextui-org/code
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/system-rsc@2.1.6
npm warn node_modules/@nextui-org/code/node_modules/@nextui-org/system-rsc
npm warn @nextui-org/system-rsc@"2.1.6" from @nextui-org/code@2.0.33
npm warn node_modules/@nextui-org/code
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/system-rsc@2.1.6
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/system-rsc@2.1.6
npm warn node_modules/@nextui-org/divider/node_modules/@nextui-org/system-rsc
npm warn @nextui-org/system-rsc@"2.1.6" from @nextui-org/divider@2.0.32
npm warn node_modules/@nextui-org/divider
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/system-rsc@2.1.6
npm warn node_modules/@nextui-org/divider/node_modules/@nextui-org/system-rsc
npm warn @nextui-org/system-rsc@"2.1.6" from @nextui-org/divider@2.0.32
npm warn node_modules/@nextui-org/divider
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/system-rsc@2.1.6
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/system-rsc@2.1.6
npm warn node_modules/@nextui-org/kbd/node_modules/@nextui-org/system-rsc
npm warn @nextui-org/system-rsc@"2.1.6" from @nextui-org/kbd@2.0.34
npm warn node_modules/@nextui-org/kbd
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/system-rsc@2.1.6
npm warn node_modules/@nextui-org/kbd/node_modules/@nextui-org/system-rsc
npm warn @nextui-org/system-rsc@"2.1.6" from @nextui-org/kbd@2.0.34
npm warn node_modules/@nextui-org/kbd
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/system-rsc@2.1.6
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/system-rsc@2.1.6
npm warn node_modules/@nextui-org/spacer/node_modules/@nextui-org/system-rsc
npm warn @nextui-org/system-rsc@"2.1.6" from @nextui-org/spacer@2.0.33
npm warn node_modules/@nextui-org/spacer
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/system-rsc@2.1.6
npm warn node_modules/@nextui-org/spacer/node_modules/@nextui-org/system-rsc
npm warn @nextui-org/system-rsc@"2.1.6" from @nextui-org/spacer@2.0.33
npm warn node_modules/@nextui-org/spacer
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @nextui-org/system-rsc@2.1.6
npm warn Found: @nextui-org/theme@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@"0.0.0-canary-20241019165916" from @nextui-org/autocomplete@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/autocomplete
npm warn @nextui-org/autocomplete@"0.0.0-canary-20241019165916" from @nextui-org/react@0.0.0-canary-20241019165916
npm warn node_modules/@nextui-org/react
npm warn 6 more (@nextui-org/date-picker, @nextui-org/image, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/system-rsc@2.1.6
npm warn node_modules/@nextui-org/spinner/node_modules/@nextui-org/system-rsc
npm warn @nextui-org/system-rsc@"2.1.6" from @nextui-org/spinner@2.0.34
npm warn node_modules/@nextui-org/spinner
npm warn
npm warn Conflicting peer dependency: @nextui-org/theme@2.4.5
npm warn node_modules/@nextui-org/theme
npm warn peer @nextui-org/theme@">=2.1.0" from @nextui-org/system-rsc@2.1.6
npm warn node_modules/@nextui-org/spinner/node_modules/@nextui-org/system-rsc
npm warn @nextui-org/system-rsc@"2.1.6" from @nextui-org/spinner@2.0.34
npm warn node_modules/@nextui-org/spinner
npm error Exit handler never called!
npm error This is an error with npm itself. Please report this error at:
npm error https://github.com/npm/cli/issues
npm error A complete log of this run can be found in: /.npm/_logs/2025-05-28T10_40_37_530Z-debug-0.log


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between f25a9ca and 8113c94.

📒 Files selected for processing (4)
  • app/(saas)/layout.tsx (1 hunks)
  • app/(saas)/my-dashboard/layout.tsx (1 hunks)
  • next.config.mjs (2 hunks)
  • shared/features/app-migration-banner/app-migration-banner.tsx (1 hunks)
✨ Finishing Touches
  • 📝 Generate Docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant