diff --git a/bun.lockb b/bun.lockb index c4ac78d..70a4170 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 6bab9ef..c62eb8b 100644 --- a/package.json +++ b/package.json @@ -3,10 +3,10 @@ "version": "0.1.0", "devDependencies": { "@nuxt/devtools": "latest", - "@nuxt/eslint": "^1.0.1", - "@nuxt/ui": "^2.21.0", - "@vueuse/nuxt": "^12.5.0", - "nuxt": "^3.15.4" + "@nuxt/eslint": "^1.13.0", + "@nuxt/ui": "^2.22.3", + "@vueuse/nuxt": "^12.8.2", + "nuxt": "^3.21.0" }, "private": true, "scripts": { @@ -20,8 +20,8 @@ }, "type": "module", "dependencies": { - "@formkit/auto-animate": "^0.8.2", + "@formkit/auto-animate": "^0.9.0", "date-fns": "^4.1.0", - "ulid": "^2.3.0" + "ulid": "^2.4.0" } }