vant-ui / vant-nuxt

Vant module for Nuxt
MIT License
78 stars 9 forks source link

Updated dependencies for nuxt, vue and vant packages #23

Closed retrogradeMT closed 10 months ago

retrogradeMT commented 10 months ago

This pulls in the latest version of Vue (3.3.4), Vant (4.6.6), nuxt (3.7.0), @nuxt/schema(3.7.0), @nuxt/kit(3.7.0), @nuxt/module-builder(0.5.0), typescript(5.1.6), and eslint(48.46.0).

The playground/app.vue file was updated to include a FloatingPanel component

The module.ts was modified to clear a typescript error by adding a type assertion for sourcemap.

Motivation for the PR: There have been some bug fixes in Vant between the current version used in this module (4.2.0) and the latest version (4.6.6).

retrogradeMT commented 10 months ago

I looked into adjusting the pluginOptions but it looked complete, I added in a type guard to module.ts as alternative approach.