·
122 commits
to main
since this release
Patch Changes
-
8f4ca76: Fix compatibility with newer versions of Nuxt
It seems that TypeScript has a trouble identifying similar types from different packages, which caused it to disregard any types from VIntl.
Now that the
@nuxt/schemais moved todevDependencies(since it's used for types only anyway), and doesn't have to strictly match the version, this should be fixed.