File tree 5 files changed +26258
-53
lines changed
5 files changed +26258
-53
lines changed Original file line number Diff line number Diff line change 28
28
"includePaths" : [" node_modules/" ]
29
29
},
30
30
"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" ,
35
40
" cache-manager" ,
36
41
" class-transformer" ,
37
- " class-validator"
42
+ " class-validator" ,
43
+ " typeorm"
38
44
],
39
45
"scripts" : [],
40
46
"prerender" : {
50
56
{
51
57
"type" : " initial" ,
52
58
"maximumWarning" : " 500kb" ,
53
- "maximumError" : " 1mb "
59
+ "maximumError" : " 2mb "
54
60
},
55
61
{
56
62
"type" : " anyComponentStyle" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"migrations" : [
3
3
{
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 ,
8
8
"package" : " nx" ,
9
- "name" : " 19-2-2-update-nx-wrapper "
9
+ "name" : " 19-2-4-set-project-name "
10
10
}
11
11
]
12
12
}
You can’t perform that action at this time.
0 commit comments