bump droplet and add vue carousel

This commit is contained in:
DecDuck
2024-10-27 15:07:21 +11:00
parent e4339c34ec
commit 46551f9330

View File

@ -10,7 +10,7 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@drop/droplet": "^0.5.1",
"@drop/droplet": "^0.7.0",
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.1.5",
"@nuxt/content": "^2.13.4",
@ -30,6 +30,7 @@
"uuid": "^10.0.0",
"vue": "latest",
"vue-router": "latest",
"vue3-carousel-nuxt": "^1.1.3",
"vuedraggable": "^4.1.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
@ -48,7 +49,7 @@
"tailwindcss": "^3.4.13"
},
"optionalDependencies": {
"@drop/droplet-linux-x64-gnu": "^0.5.1",
"@drop/droplet-win32-x64-msvc": "^0.5.1"
"@drop/droplet-linux-x64-gnu": "^0.7.0",
"@drop/droplet-win32-x64-msvc": "^0.7.0"
}
}