Szymon Łągiewka
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
3 additions and
0 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
### Added |
|
|
### Added |
|
|
|
|
|
|
|
|
- Added support for routing outgoing requests through a per-domain proxy via the `PROXY_ROUTES` setting in the `FetchService` |
|
|
- 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 |
|
|
### Changed |
|
|
|
|
|
|
|
|
|
|
|
@ -125,6 +125,7 @@ |
|
|
"@nx/storybook": "23.0.1", |
|
|
"@nx/storybook": "23.0.1", |
|
|
"@nx/web": "23.0.1", |
|
|
"@nx/web": "23.0.1", |
|
|
"@nx/workspace": "23.0.1", |
|
|
"@nx/workspace": "23.0.1", |
|
|
|
|
|
"@prisma/config": "7.8.0", |
|
|
"@schematics/angular": "21.2.6", |
|
|
"@schematics/angular": "21.2.6", |
|
|
"@storybook/addon-docs": "10.1.10", |
|
|
"@storybook/addon-docs": "10.1.10", |
|
|
"@storybook/addon-themes": "10.1.10", |
|
|
"@storybook/addon-themes": "10.1.10", |
|
|
|
|
|
@ -169,6 +169,7 @@ |
|
|
"@nx/storybook": "23.0.1", |
|
|
"@nx/storybook": "23.0.1", |
|
|
"@nx/web": "23.0.1", |
|
|
"@nx/web": "23.0.1", |
|
|
"@nx/workspace": "23.0.1", |
|
|
"@nx/workspace": "23.0.1", |
|
|
|
|
|
"@prisma/config": "7.8.0", |
|
|
"@schematics/angular": "21.2.6", |
|
|
"@schematics/angular": "21.2.6", |
|
|
"@storybook/addon-docs": "10.1.10", |
|
|
"@storybook/addon-docs": "10.1.10", |
|
|
"@storybook/addon-themes": "10.1.10", |
|
|
"@storybook/addon-themes": "10.1.10", |
|
|
|