diff --git a/bun.lockb b/bun.lockb index f5da0ec8..c55b11a5 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/docs/package.json b/docs/package.json index f3ac6ab5..eb3a0057 100644 --- a/docs/package.json +++ b/docs/package.json @@ -18,7 +18,7 @@ "@vueuse/nuxt": "^10.6.1" }, "devDependencies": { - "@nuxt/devtools": "^1.0.2", + "@nuxt/devtools": "^2.7.0", "nuxt": "^3.8.1", "nuxt-og-image": "^2.2.4" } diff --git a/playgrounds/advanced/package.json b/playgrounds/advanced/package.json index f7fd6043..0531bb9e 100644 --- a/playgrounds/advanced/package.json +++ b/playgrounds/advanced/package.json @@ -10,7 +10,7 @@ "@hebilicious/form-actions-nuxt": "latest", "@hebilicious/server-block-nuxt": "0.3.4", "@hebilicious/sfc-server-volar": "0.3.4", - "@nuxt/devtools": "^1.0.2", + "@nuxt/devtools": "^2.7.0", "nuxt": "3.8.1" } } diff --git a/playgrounds/simple/package.json b/playgrounds/simple/package.json index 8df43162..c7ebbd74 100644 --- a/playgrounds/simple/package.json +++ b/playgrounds/simple/package.json @@ -8,7 +8,7 @@ }, "devDependencies": { "@hebilicious/form-actions-nuxt": "latest", - "@nuxt/devtools": "^1.0.2", + "@nuxt/devtools": "^2.7.0", "nuxt": "3.8.1" } } diff --git a/playgrounds/vorms-zod/package.json b/playgrounds/vorms-zod/package.json index ca2f32c0..518f7197 100644 --- a/playgrounds/vorms-zod/package.json +++ b/playgrounds/vorms-zod/package.json @@ -8,7 +8,7 @@ }, "devDependencies": { "@hebilicious/form-actions-nuxt": "latest", - "@nuxt/devtools": "^1.0.2", + "@nuxt/devtools": "^2.7.0", "@vorms/core": "^1.1.0", "@vorms/resolvers": "^1.1.0", "nuxt": "3.8.1",