krazkidd / lineup

Softball lineup editor made with Nuxt 3 (Vue.js 3)
https://lineup.app.xericode.net
GNU Affero General Public License v3.0
3 stars 2 forks source link

Upgrade Nuxt and PrimeVue #28

Closed krazkidd closed 8 months ago

krazkidd commented 8 months ago

This upgrades Nuxt -> 3.8.2 and PrimeVue -> 3.41.1 as well as all other dependencies.

The impetus for this was the new PrimeVue Nuxt module. As expected, a lot of style changes had to be addressed due to using PrimeVue's unstyled theme (to support Tailwind CSS). In addition, some TypeScript improvements were made.

Resolves #14.