chore: indicate compatibility with new v4 major (#610)

This commit is contained in:
Daniel Roe 2024-06-14 15:13:04 +01:00 committed by GitHub
parent 8cbd55660f
commit 88a93ce22e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,7 +77,7 @@ export default defineNuxtModule<ShadcnVueOptions>({
configKey: 'shadcn', configKey: 'shadcn',
version: '0.0.1', version: '0.0.1',
compatibility: { compatibility: {
nuxt: '^3.9.0', nuxt: '>=3.9.0',
bridge: false, bridge: false,
}, },
}, },