OSSPhilippines / nuxtwind-daisy

Nuxtwind Daisy is a starter template project for Nuxt.js 3 + Tailwind CSS + Daisy UI with additional installed setup for custom font, icons, animation, and more.
https://nuxtwind-daisy.ossph.org/
101 stars 106 forks source link

chore(package.json): update dependencies (Nuxt, DaisyuI, Tailwinds, D… #6

Closed hermanno18 closed 8 months ago

hermanno18 commented 8 months ago

Fix issue #5

This pull request updates the project dependencies to the latest versions, including Nuxt, DaisyUI, Tailwind CSS, Devtools, axios, postcss, eslintParser, container-queries, tailwindcss/forms, nuxt-gtag, and nuxt-headlessui-rimraf.

I used the 'npm-check-updates' package to check for updates and their dependencies. The package.json file has been updated accordingly.

Please review and merge this pull request. If there are any concerns or additional steps needed, feel free to let me know.

Thank you!

vercel[bot] commented 8 months ago

@hermanno18 is attempting to deploy a commit to the OSSPH Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nuxtwind-daisy ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 6, 2024 0:29am
jofftiquez commented 8 months ago

Hi @hermanno18 did you use nuxi upgrade for this?

hermanno18 commented 8 months ago

Hi @hermanno18 did you use nuxi upgrade for this?

Hi @jofftiquez, nope. I used a package to check updates and dependencies updates of my packages and then updated my package.json .

Did I make this wrong ?

jofftiquez commented 8 months ago

Hi @hermanno18 did you use nuxi upgrade for this?

Hi @jofftiquez, nope. I used a package to check updates and dependencies updates of my packages and then updated my package.json .

Did I make this wrong ?

The correct way is to use the nuxi cli, but no worries it's basically the same. Using nuxi is just safer. I handled it already, don't worry about it. Thank you for the contribution.

hermanno18 commented 8 months ago

Hi @hermanno18 did you use nuxi upgrade for this?

Hi @jofftiquez, nope. I used a package to check updates and dependencies updates of my packages and then updated my package.json .

Did I make this wrong ?

The correct way is to use the nuxi cli, but no worries it's basically the same. Using nuxi is just safer. I handled it already, don't worry about it. Thank you for the contribution.

Okay, I take note. 📝 Thanks .