Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix @nuxt/schema warning #13

Merged
merged 1 commit into from
Nov 23, 2024
Merged

Conversation

userquin
Copy link
Contributor

@userquin userquin commented Nov 23, 2024

Looks like we have some dependencies using older version, added latest @nuxt/schema to dev dependencies:

[23:01:35]  WARN  [nuxt] Expected @nuxt/schema to be at least 3.14.159 but got 3.13.2. This might lead to unexpected behavior. Check your package.json or refresh your lockfile.
pnpm why @nuxt/schema
pnpm why @nuxt/schema
Legend: production dependency, optional only, dev only

@nimbus-zone/[email protected] <root>/nimbus-org/nimbus-main

dependencies:
@nuxt/devtools 1.5.2
├─┬ @nuxt/devtools-kit 1.5.2
│ ├─┬ @nuxt/kit 3.14.159
│ │ └── @nuxt/schema 3.14.159
│ └── @nuxt/schema 3.13.2
├─┬ @nuxt/kit 3.13.2
│ └── @nuxt/schema 3.13.2
└─┬ vite-plugin-inspect 0.8.7
  └─┬ @nuxt/kit 3.13.2 peer
    └── @nuxt/schema 3.13.2
@nuxt/test-utils 3.14.3
├─┬ @nuxt/kit 3.13.2
│ └── @nuxt/schema 3.13.2
└── @nuxt/schema 3.13.2
@nuxtjs/color-mode 3.4.4
└─┬ @nuxt/kit 3.13.1
  └── @nuxt/schema 3.13.1
@nuxtjs/i18n 9.1.0
└─┬ @nuxt/kit 3.14.159
  └── @nuxt/schema 3.14.159
@pinia/nuxt 0.5.4
└─┬ @nuxt/kit 3.13.1
  └── @nuxt/schema 3.13.1
@unocss/nuxt 0.63.6
└─┬ @nuxt/kit 3.13.2
  └── @nuxt/schema 3.13.2

devDependencies:
@unlazy/nuxt 0.12.0
└─┬ @nuxt/kit 3.14.159
  └── @nuxt/schema 3.14.159
nuxt 3.14.159
├─┬ @nuxt/devtools 1.6.0
│ ├─┬ @nuxt/devtools-kit 1.6.0
│ │ ├─┬ @nuxt/kit 3.14.159
│ │ │ └── @nuxt/schema 3.14.159
│ │ └── @nuxt/schema 3.14.159
│ ├─┬ @nuxt/kit 3.14.159
│ │ └── @nuxt/schema 3.14.159
│ └─┬ vite-plugin-inspect 0.8.7
│   └─┬ @nuxt/kit 3.14.159 peer
│     └── @nuxt/schema 3.14.159
├─┬ @nuxt/kit 3.14.159
│ └── @nuxt/schema 3.14.159
├── @nuxt/schema 3.14.159
├─┬ @nuxt/telemetry 2.6.0
│ └─┬ @nuxt/kit 3.14.159
│   └── @nuxt/schema 3.14.159
└─┬ @nuxt/vite-builder 3.14.159
  └─┬ @nuxt/kit 3.14.159
    └── @nuxt/schema 3.14.159

nuxt/nuxt#27881

/cc @danielroe @shuuji3

@patak-dev patak-dev merged commit e4284a1 into main Nov 23, 2024
4 checks passed
@userquin userquin deleted the userquin/fix-nuxt-schema-warning branch November 23, 2024 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants