Skip to content

Commit d9439d8

Browse files
committed
ci: updated packages
1 parent 00b9ebe commit d9439d8

File tree

5 files changed

+26258
-53
lines changed

5 files changed

+26258
-53
lines changed

apps/app/project.json

+12-6
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,19 @@
2828
"includePaths": ["node_modules/"]
2929
},
3030
"externalDependencies": [
31-
"@nestjs/microservices",
32-
"@nestjs/microservices/microservices-module",
33-
"@nestjs/websockets",
34-
"@nestjs/websockets/socket-module",
31+
"@apollo/gateway",
32+
"@apollo/subgraph",
33+
"@as-integrations/fastify",
34+
"@mikro-orm/core",
35+
"@nestjs/*",
36+
"jwks-rsa",
37+
"moment",
38+
"dotenv",
39+
"graphql-type-json",
3540
"cache-manager",
3641
"class-transformer",
37-
"class-validator"
42+
"class-validator",
43+
"typeorm"
3844
],
3945
"scripts": [],
4046
"prerender": {
@@ -50,7 +56,7 @@
5056
{
5157
"type": "initial",
5258
"maximumWarning": "500kb",
53-
"maximumError": "1mb"
59+
"maximumError": "2mb"
5460
},
5561
{
5662
"type": "anyComponentStyle",

bun.lockb

-690 KB
Binary file not shown.

migrations.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"migrations": [
33
{
4-
"cli": "nx",
5-
"version": "19.2.2-beta.0",
6-
"description": "Updates the nx wrapper.",
7-
"implementation": "./src/migrations/update-17-3-0/update-nxw",
4+
"version": "19.2.4-beta.0",
5+
"description": "Set project name in nx.json explicitly",
6+
"implementation": "./src/migrations/update-19-2-4/set-project-name",
7+
"x-repair-skip": true,
88
"package": "nx",
9-
"name": "19-2-2-update-nx-wrapper"
9+
"name": "19-2-4-set-project-name"
1010
}
1111
]
1212
}

0 commit comments

Comments
 (0)