Skip to content

Commit

Permalink
fix: upgrade some deps (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
khuongln-1346 authored Nov 14, 2024
1 parent dc08906 commit 79c0206
Show file tree
Hide file tree
Showing 8 changed files with 841 additions and 761 deletions.
17 changes: 9 additions & 8 deletions apps/admin-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"@fastify/compress": "^7.0.3",
"@fastify/helmet": "^11.1.1",
"@fastify/static": "^7.0.4",
"@nestjs/common": "^10.4.6",
"@nestjs/common": "^10.4.7",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.6",
"@nestjs/core": "^10.4.7",
"@nestjs/jwt": "^10.2.0",
"@nestjs/platform-fastify": "^10.4.6",
"@nestjs/swagger": "^8.0.1",
"@nestjs/platform-fastify": "^10.4.7",
"@nestjs/swagger": "^8.0.5",
"@nestjs/typeorm": "^10.0.2",
"@repo/api": "workspace:*",
"@repo/database-typeorm": "workspace:*",
Expand All @@ -39,25 +39,26 @@
"class-validator": "^0.14.1",
"fastify": "^4.28.1",
"ms": "^2.1.3",
"nestjs-i18n": "^10.4.9",
"nestjs-i18n": "^10.5.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"typeorm": "^0.3.20"
},
"devDependencies": {
"@nestjs/cli": "^10.4.5",
"@nestjs/cli": "^10.4.7",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.6",
"@nestjs/testing": "^10.4.7",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@swc/cli": "^0.5.0",
"@swc/core": "^1.9.1",
"@swc/core": "^1.9.2",
"@swc/jest": "^0.2.37",
"@types/jest": "^29.5.14",
"@types/ms": "^0.7.34",
"@types/node": "^20.17.2",
"@types/supertest": "^6.0.2",
"jest": "^29.7.0",
"pino-pretty": "^13.0.0",
"source-map-support": "^0.5.21",
"supertest": "^7.0.0",
"ts-loader": "^9.5.1",
Expand Down
10 changes: 5 additions & 5 deletions apps/user-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "^10.4.6",
"@nestjs/common": "^10.4.7",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.6",
"@nestjs/platform-fastify": "^10.4.6",
"@nestjs/core": "^10.4.7",
"@nestjs/platform-fastify": "^10.4.7",
"@repo/api": "workspace:*",
"@repo/nest-common": "workspace:*",
"class-validator": "^0.14.1",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@nestjs/cli": "^10.4.5",
"@nestjs/cli": "^10.4.7",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.6",
"@nestjs/testing": "^10.4.7",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/jest": "^29.5.14",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"@commitlint/config-conventional": "^19.5.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"turbo": "^2.2.3",
"typescript": "^5.6.3"
},
"packageManager": "pnpm@9.12.3+sha256.24235772cc4ac82a62627cd47f834c72667a2ce87799a846ec4e8e555e2d4b8b",
"packageManager": "pnpm@9.13.0",
"engines": {
"node": ">=18"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
}
},
"dependencies": {
"@nestjs/common": "^10.4.6",
"@nestjs/common": "^10.4.7",
"@nestjs/config": "^3.3.0",
"@nestjs/mapped-types": "*",
"@nestjs/swagger": "^8.0.1",
"@nestjs/swagger": "^8.0.5",
"@repo/nest-common": "workspace:*",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
Expand All @@ -45,8 +45,8 @@
"@repo/typescript-config": "workspace:*",
"@types/ms": "^0.7.34",
"@types/node": "^20.17.2",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
}
}
6 changes: 3 additions & 3 deletions packages/database-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@
"env-cmd": "^10.1.0",
"pg": "^8.13.1",
"typeorm": "^0.3.20",
"typeorm-extension": "^3.6.2"
"typeorm-extension": "^3.6.3"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/node": "^20.17.2",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
}
}
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"devDependencies": {
"@eslint/compat": "^1.2.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@next/eslint-plugin-next": "^15.0.2",
"@eslint/js": "^9.14.0",
"@next/eslint-plugin-next": "^15.0.3",
"@types/eslint__js": "^8.42.3",
"@vercel/style-guide": "^6.0.0",
"eslint": "^9.13.0",
"eslint-config-next": "15.0.2",
"eslint": "^9.14.0",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.2.3",
"eslint-plugin-prettier": "^5.2.1",
"prettier-plugin-organize-imports": "^4.1.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2"
"typescript-eslint": "^8.14.0"
}
}
8 changes: 4 additions & 4 deletions packages/nest-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
}
},
"dependencies": {
"@nestjs/common": "^10.4.6",
"@nestjs/common": "^10.4.7",
"@nestjs/mapped-types": "*",
"@nestjs/swagger": "^8.0.1",
"@nestjs/swagger": "^8.0.5",
"argon2": "^0.41.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
Expand All @@ -44,8 +44,8 @@
"@repo/typescript-config": "workspace:*",
"@types/ms": "^0.7.34",
"@types/node": "^20.17.2",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit 79c0206

Please sign in to comment.