From 2722ad67278dd64bf7a3ced14661bfaf02fcfb09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20=C5=81=C4=85giewka?= Date: Wed, 1 Jul 2026 20:50:39 +0200 Subject: [PATCH] Task/add explicit @prisma/config dependency (#7174) * Add explicit @prisma/config dependency * Update changelog --- CHANGELOG.md | 1 + package-lock.json | 1 + package.json | 1 + 3 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c25d23b2..0e3abcb9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added support for routing outgoing requests through a per-domain proxy via the `PROXY_ROUTES` setting in the `FetchService` +- Added `@prisma/config` as a development dependency used by the _Prisma Configuration File_ ### Changed diff --git a/package-lock.json b/package-lock.json index d628231e2..3d1437f9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -125,6 +125,7 @@ "@nx/storybook": "23.0.1", "@nx/web": "23.0.1", "@nx/workspace": "23.0.1", + "@prisma/config": "7.8.0", "@schematics/angular": "21.2.6", "@storybook/addon-docs": "10.1.10", "@storybook/addon-themes": "10.1.10", diff --git a/package.json b/package.json index f978e7a87..db151ceee 100644 --- a/package.json +++ b/package.json @@ -169,6 +169,7 @@ "@nx/storybook": "23.0.1", "@nx/web": "23.0.1", "@nx/workspace": "23.0.1", + "@prisma/config": "7.8.0", "@schematics/angular": "21.2.6", "@storybook/addon-docs": "10.1.10", "@storybook/addon-themes": "10.1.10",