Skip to content

Commit 2957b65

Browse files
committed
ci: updated pacakges
1 parent e6622c4 commit 2957b65

File tree

5 files changed

+23671
-60
lines changed

5 files changed

+23671
-60
lines changed

apps/app/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"includePaths": ["node_modules/"]
2929
},
3030
"externalDependencies": [
31-
"@nestjs/microservices",
32-
"@nestjs/microservices/microservices-module",
33-
"@nestjs/websockets",
34-
"@nestjs/websockets/socket-module",
31+
"@nestjs/*",
32+
"jwks-rsa",
33+
"moment",
34+
"dotenv",
3535
"cache-manager",
3636
"class-transformer",
3737
"class-validator"

bun.lockb

-615 KB
Binary file not shown.

migrations.json

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@
22
"migrations": [
33
{
44
"cli": "nx",
5-
"version": "19.2.1-beta.0",
6-
"requires": {
7-
"@angular-eslint/eslint-plugin": ">=18.0.0"
8-
},
9-
"description": "Installs the '@typescript-eslint/utils' package when having installed '@angular-eslint/eslint-plugin' or '@angular-eslint/eslint-plugin-template' with version >=18.0.0.",
10-
"factory": "./src/migrations/update-19-2-1/add-typescript-eslint-utils",
11-
"package": "@nx/angular",
12-
"name": "add-typescript-eslint-utils"
5+
"version": "19.2.2-beta.0",
6+
"description": "Updates the nx wrapper.",
7+
"implementation": "./src/migrations/update-17-3-0/update-nxw",
8+
"package": "nx",
9+
"name": "19-2-2-update-nx-wrapper"
10+
},
11+
{
12+
"version": "19.2.4-beta.0",
13+
"description": "Set project name in nx.json explicitly",
14+
"implementation": "./src/migrations/update-19-2-4/set-project-name",
15+
"x-repair-skip": true,
16+
"package": "nx",
17+
"name": "19-2-4-set-project-name"
1318
}
1419
]
1520
}

0 commit comments

Comments
 (0)