Skip to content

Commit

Permalink
ci: updated pacakges
Browse files Browse the repository at this point in the history
  • Loading branch information
cskiwi committed Jun 30, 2024
1 parent e6622c4 commit 2957b65
Show file tree
Hide file tree
Showing 5 changed files with 23,671 additions and 60 deletions.
8 changes: 4 additions & 4 deletions apps/app/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"includePaths": ["node_modules/"]
},
"externalDependencies": [
"@nestjs/microservices",
"@nestjs/microservices/microservices-module",
"@nestjs/websockets",
"@nestjs/websockets/socket-module",
"@nestjs/*",
"jwks-rsa",
"moment",
"dotenv",
"cache-manager",
"class-transformer",
"class-validator"
Expand Down
Binary file removed bun.lockb
Binary file not shown.
21 changes: 13 additions & 8 deletions migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@
"migrations": [
{
"cli": "nx",
"version": "19.2.1-beta.0",
"requires": {
"@angular-eslint/eslint-plugin": ">=18.0.0"
},
"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.",
"factory": "./src/migrations/update-19-2-1/add-typescript-eslint-utils",
"package": "@nx/angular",
"name": "add-typescript-eslint-utils"
"version": "19.2.2-beta.0",
"description": "Updates the nx wrapper.",
"implementation": "./src/migrations/update-17-3-0/update-nxw",
"package": "nx",
"name": "19-2-2-update-nx-wrapper"
},
{
"version": "19.2.4-beta.0",
"description": "Set project name in nx.json explicitly",
"implementation": "./src/migrations/update-19-2-4/set-project-name",
"x-repair-skip": true,
"package": "nx",
"name": "19-2-4-set-project-name"
}
]
}
Loading

0 comments on commit 2957b65

Please sign in to comment.