From fce536f91e16fc2bc94d175992ef19cb3063d8e2 Mon Sep 17 00:00:00 2001 From: Mark Dalgleish Date: Wed, 16 Oct 2024 16:09:28 +1100 Subject: [PATCH] Add route-config to node test template deps --- integration/helpers/node-template/package.json | 1 + pnpm-lock.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/integration/helpers/node-template/package.json b/integration/helpers/node-template/package.json index f7828992f9e..1d26acc8cfb 100644 --- a/integration/helpers/node-template/package.json +++ b/integration/helpers/node-template/package.json @@ -23,6 +23,7 @@ }, "devDependencies": { "@remix-run/dev": "workspace:*", + "@remix-run/route-config": "workspace:*", "@remix-run/fs-routes": "workspace:*", "@vanilla-extract/css": "^1.10.0", "@vanilla-extract/vite-plugin": "^3.9.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5cd2a9a540e..502368f25bd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -523,6 +523,9 @@ importers: '@remix-run/fs-routes': specifier: workspace:* version: link:../../../packages/remix-fs-routes + '@remix-run/route-config': + specifier: workspace:* + version: link:../../../packages/remix-route-config '@types/react': specifier: ^18.2.20 version: 18.2.20