diff --git a/bun.lockb b/bun.lockb index f5da0ec8..6bfd36a9 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/packages/form-actions-nuxt/package.json b/packages/form-actions-nuxt/package.json index b9adf2dc..24718f0c 100644 --- a/packages/form-actions-nuxt/package.json +++ b/packages/form-actions-nuxt/package.json @@ -50,7 +50,7 @@ "h3": "^1.8.2", "magicast": "^0.3.2", "nitropack": "2.7.2", - "nuxt": "3.8.1", + "nuxt": "3.19.0", "scule": "^1.0.0" }, "devDependencies": { diff --git a/playgrounds/advanced/package.json b/playgrounds/advanced/package.json index f7fd6043..6eb3ad42 100644 --- a/playgrounds/advanced/package.json +++ b/playgrounds/advanced/package.json @@ -11,6 +11,6 @@ "@hebilicious/server-block-nuxt": "0.3.4", "@hebilicious/sfc-server-volar": "0.3.4", "@nuxt/devtools": "^1.0.2", - "nuxt": "3.8.1" + "nuxt": "3.19.0" } } diff --git a/playgrounds/simple/package.json b/playgrounds/simple/package.json index 8df43162..282d6d58 100644 --- a/playgrounds/simple/package.json +++ b/playgrounds/simple/package.json @@ -9,6 +9,6 @@ "devDependencies": { "@hebilicious/form-actions-nuxt": "latest", "@nuxt/devtools": "^1.0.2", - "nuxt": "3.8.1" + "nuxt": "3.19.0" } } diff --git a/playgrounds/vorms-zod/package.json b/playgrounds/vorms-zod/package.json index ca2f32c0..554bbd1c 100644 --- a/playgrounds/vorms-zod/package.json +++ b/playgrounds/vorms-zod/package.json @@ -11,7 +11,7 @@ "@nuxt/devtools": "^1.0.2", "@vorms/core": "^1.1.0", "@vorms/resolvers": "^1.1.0", - "nuxt": "3.8.1", + "nuxt": "3.19.0", "zod": "^3.22.4" } }