Skip to content

Commit

Permalink
Merge pull request #9 from FurlanLuka/chores
Browse files Browse the repository at this point in the history
Chores
  • Loading branch information
FurlanLuka committed Jun 30, 2023
2 parents 5feabd9 + 455bbb1 commit 994591d
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion libs/local-deployment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"util": "^0.12.5",
"chalk": "4.1.2",
"clear": "^0.1.0",
"commander": "^1.0.0"
"commander": "^11.0.0"
}
}
10 changes: 5 additions & 5 deletions libs/nest-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "0.0.5",
"type": "commonjs",
"dependencies": {
"@nestjs/common": "^9.2.1",
"@nestjs/core": "^9.2.1",
"@nestjs/platform-fastify": "^9.2.1",
"nest-winston": "^1.8.0",
"winston": "^3.8.2"
"@nestjs/common": "^10.0.4",
"@nestjs/core": "^10.0.4",
"@nestjs/platform-fastify": "^10.0.4",
"nest-winston": "^1.9.3",
"winston": "^3.9.0"
},
"devDependencies": {
"@types/winston": "^2.4.4"
Expand Down
4 changes: 2 additions & 2 deletions libs/nest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.5",
"type": "commonjs",
"dependencies": {
"@nestjs/common": "^9.2.1",
"@nestjs/config": "^2.2.0"
"@nestjs/common": "^10.0.4",
"@nestjs/config": "^3.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion libs/nest-health/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.5",
"type": "commonjs",
"dependencies": {
"@nestjs/common": "^9.2.1"
"@nestjs/common": "^10.0.4"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions libs/nest-rabbitmq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.5",
"type": "commonjs",
"dependencies": {
"@golevelup/nestjs-rabbitmq": "^3.4.0",
"@nestjs/common": "^9.2.1",
"@nestjs/core": "^9.2.1",
"@golevelup/nestjs-rabbitmq": "^3.6.1",
"@nestjs/common": "^10.0.4",
"@nestjs/core": "^10.0.4",
"uuid": "9.0.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions libs/nest-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.1",
"type": "commonjs",
"dependencies": {
"@nestjs/common": "^9.2.1",
"ioredis": "^5.2.5"
"@nestjs/common": "^10.0.4",
"ioredis": "^5.3.2"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions libs/nest-typeorm-migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.5",
"type": "commonjs",
"dependencies": {
"@nestjs/common": "^9.2.1",
"@nestjs/core": "^9.2.1",
"typeorm": "^0.3.11"
"@nestjs/common": "^10.0.4",
"@nestjs/core": "^10.0.4",
"typeorm": "^0.3.17"
},
"devDependencies": {
"@sqltools/formatter": "^1.2.5"
Expand Down
12 changes: 6 additions & 6 deletions libs/workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"access": "public"
},
"dependencies": {
"@nrwl/node": "15.4.5",
"@nx/devkit": "15.4.5",
"@nx/workspace": "15.4.5",
"@nx/linter": "15.4.5",
"@nx/js": "15.4.5",
"@nx/nest": "15.4.5"
"@nrwl/node": "16.4.1",
"@nx/devkit": "16.4.1",
"@nx/workspace": "16.4.1",
"@nx/linter": "16.4.1",
"@nx/js": "16.4.1",
"@nx/nest": "16.4.1"
}
}
2 changes: 1 addition & 1 deletion libs/workspace/src/utils/package-versions.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const TYPEORM_VERSION = '0.3.17';
export const PG_VERSION = '8.11.1';
export const NESTJS_TYPEORM_VERSION = '10.0.0';
export const MICROSERVICE_STACK_VERSION = '0.1.55';
export const MICROSERVICE_STACK_VERSION = '0.1.56';
export const CLASS_TRANSFORMER_VERSION = '0.5.1';
export const CLASS_VALIDATOR_VERSION = '0.14.0';

0 comments on commit 994591d

Please sign in to comment.