From e0a5a1739fbdd636220f41a69e42e9687add2695 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 21:09:43 -0500 Subject: [PATCH] chore(deps): update devdependency @nuxt/devtools to v0.5.5 (#184) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- test/fixtures/nuxt-vitest/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/nuxt-vitest/package.json b/test/fixtures/nuxt-vitest/package.json index da518e682..88db91403 100644 --- a/test/fixtures/nuxt-vitest/package.json +++ b/test/fixtures/nuxt-vitest/package.json @@ -11,7 +11,7 @@ "test": "pnpm test:unit --run && pnpm test:dev" }, "devDependencies": { - "@nuxt/devtools": "0.5.0", + "@nuxt/devtools": "0.5.5", "nuxt": "3.5.1", "nuxt-vitest": "0.7.2", "vitest": "0.30.1",