diff --git a/components/home/personal-projects.vue b/components/home/personal-projects.vue index 86c23aa..e968cc5 100644 --- a/components/home/personal-projects.vue +++ b/components/home/personal-projects.vue @@ -1,42 +1,45 @@ diff --git a/package.json b/package.json index 8a6438d..b1a7eef 100644 --- a/package.json +++ b/package.json @@ -12,17 +12,17 @@ "devDependencies": { "@nuxt/devtools": "latest", "@nuxt/image": "latest", - "nuxt": "^3.16.0", + "nuxt": "^3.16.2", "vue": "^3.3.8", "vue-router": "^4.2.5" }, "dependencies": { - "@nuxt/content": "^3.3.0", + "@nuxt/content": "^3.5.1", "@nuxt/ui": "^2.11.0", "@nuxtjs/robots": "^3.0.0", "@vueuse/core": "^10.7.0", "@vueuse/motion": "^3.0.3", - "@vueuse/nuxt": "^13.0.0", - "sharp": "^0.33.0" + "@vueuse/nuxt": "^13.1.0", + "sharp": "^0.34.1" } }