diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 08fa7fd5..4833a8f5 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -9,14 +9,14 @@ "@nuxt/kit": "^3.13.2" }, "devDependencies": { - "@nuxt/devtools": "1.5.1", + "@nuxt/devtools": "1.5.2", "@nuxt/eslint-config": "^0.5.7", "@nuxt/module-builder": "^0.8.4", "@nuxt/schema": "^3.13.2", "@nuxt/test-utils": "^3.14.2", "@nuxtjs/tailwindcss": "^6.12.1", "nuxt": "^3.13.1", - "vitest": "^2.1.1" + "vitest": "^2.1.2" }, "scripts": { "build": "nuxt-module-build --outDir ../../dist/nuxt && pnpm dlx nuxi prepare ./playground",