From 566febca487b40cfa3214808d8feb4342d037a56 Mon Sep 17 00:00:00 2001 From: ordinarthur <@arthurbarre.js@gmail.com> Date: Sat, 9 May 2026 15:18:28 +0200 Subject: [PATCH] chore: sync pnpm-lock.yaml after removal of react-dom from apps/api MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Le commit précédent retirait `react-dom` + `@types/react-dom` de apps/api/package.json (deps utilisées uniquement pour le SSR HTML du blog, désormais dans apps/landing) sans régénérer le lockfile. La CI deploy-api échouait avec ERR_PNPM_OUTDATED_LOCKFILE. Co-Authored-By: Claude Opus 4.7 --- pnpm-lock.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3e8460d..ae22c36 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -119,9 +119,6 @@ importers: react: specifier: ^19.2.5 version: 19.2.5 - react-dom: - specifier: ^19.2.5 - version: 19.2.5(react@19.2.5) reflect-metadata: specifier: ^0.2.2 version: 0.2.2 @@ -165,9 +162,6 @@ importers: '@types/react': specifier: ^19.2.14 version: 19.2.14 - '@types/react-dom': - specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.14) eslint: specifier: ^10.2.0 version: 10.3.0(jiti@2.7.0)