From 52d571a3874dd189f993fdd38251a8ec3efd78b5 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 4 Aug 2026 05:51:00 +0000 Subject: [PATCH] perf(devtools): move `diff` to devDependencies --- packages/devtools/package.json | 2 +- pnpm-lock.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 8a6a612852..ff7674262d 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -69,7 +69,6 @@ "birpc": "catalog:frontend", "consola": "catalog:prod", "destr": "catalog:prod", - "diff": "catalog:frontend", "error-stack-parser-es": "catalog:frontend", "fast-npm-meta": "catalog:prod", "hookable": "catalog:frontend", @@ -109,6 +108,7 @@ "@vitejs/devtools": "catalog:buildtools", "@vueuse/nuxt": "catalog:buildtools", "cronstrue": "catalog:frontend", + "diff": "catalog:frontend", "exsolve": "catalog:buildtools", "floating-vue": "catalog:frontend", "fuse.js": "catalog:frontend", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 75d261deb7..46aec80164 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -501,9 +501,6 @@ importers: destr: specifier: catalog:prod version: 2.0.5 - diff: - specifier: catalog:frontend - version: 9.0.0 error-stack-parser-es: specifier: catalog:frontend version: 2.0.1 @@ -616,6 +613,9 @@ importers: cronstrue: specifier: catalog:frontend version: 3.24.0 + diff: + specifier: catalog:frontend + version: 9.0.0 exsolve: specifier: catalog:buildtools version: 1.1.1