Skip to content

Commit

Permalink
Merge pull request #409 from rocket-admin/backend_microservices
Browse files Browse the repository at this point in the history
Backend microservices
  • Loading branch information
Artuomka authored Oct 24, 2023
2 parents 567fb1b + 03aaedb commit af0d665
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 107 deletions.
12 changes: 6 additions & 6 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@nestjs/platform-express": "10.2.7",
"@nestjs/schedule": "^4.0.0",
"@nestjs/serve-static": "^4.0.0",
"@nestjs/swagger": "^7.1.13",
"@nestjs/swagger": "^7.1.14",
"@nestjs/typeorm": "^10.0.0",
"@nestjsx/crud": "4.6.2",
"@ntegral/nestjs-sentry": "4.0.0",
Expand Down Expand Up @@ -67,7 +67,7 @@
"dotenv": "16.3.1",
"eslint-plugin-security": "1.7.1",
"express": "4.18.2",
"express-rate-limit": "7.1.1",
"express-rate-limit": "7.1.2",
"get-port": "7.0.0",
"google-auth-library": "^9.1.0",
"helmet": "7.0.0",
Expand Down Expand Up @@ -104,21 +104,21 @@
},
"devDependencies": {
"@ava/typescript": "^4.1.0",
"@nestjs/cli": "^10.1.18",
"@nestjs/cli": "^10.2.0",
"@nestjs/schematics": "10.0.2",
"@nestjs/testing": "^10.2.7",
"@types/bcrypt": "^5.0.1",
"@types/cookie-parser": "^1.4.5",
"@types/cron": "^2.0.1",
"@types/express": "^4.17.20",
"@types/json2csv": "^5.0.5",
"@types/node": "^20.8.7",
"@types/node": "^20.8.8",
"@types/safe-regex": "^1.1.5",
"@types/supertest": "^2.0.15",
"@types/uuid": "^9.0.6",
"@types/validator": "^13.11.5",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"ava": "^5.3.1",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
Expand Down
Loading

0 comments on commit af0d665

Please sign in to comment.