Skip to content

Commit

Permalink
feat(back): Infisical dev scripts and dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Oct 6, 2023
1 parent 5d85ba8 commit c49725a
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 137 deletions.
45 changes: 22 additions & 23 deletions backend/back/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@
"scripts": {
"build": "nest build",
"format": "prettier --write \\\"src/**/*.ts\\\" \\\"test/**/*.ts\\\"",
"start": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"start": "infisical run --path=/backend/back -- nest start",
"start:dev": "infisical run --path=/backend/back -- nest start --watch",
"start:debug": "infisical run --path=/backend/back -- nest start --debug --watch",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\"",
"lint:fix": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest",
Expand All @@ -21,17 +20,17 @@
"test:e2e": "jest --config test/jest-e2e.json"
},
"dependencies": {
"@grpc/grpc-js": "^1.9.3",
"@grpc/grpc-js": "^1.9.5",
"@grpc/proto-loader": "^0.7.10",
"@nestjs/axios": "^3.0.0",
"@nestjs/common": "^10.0.0",
"@nestjs/common": "^10.2.7",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.0.0",
"@nestjs/core": "^10.2.7",
"@nestjs/jwt": "^10.1.1",
"@nestjs/microservices": "^10.2.5",
"@nestjs/microservices": "^10.2.7",
"@nestjs/passport": "^10.0.2",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/swagger": "^7.1.11",
"@nestjs/platform-express": "^10.2.7",
"@nestjs/swagger": "^7.1.13",
"@nestjs/typeorm": "^10.0.0",
"argon2": "^0.31.1",
"axios": "^1.5.1",
Expand All @@ -46,25 +45,25 @@
"typeorm-naming-strategies": "^4.1.0"
},
"devDependencies": {
"@nestjs/cli": "^10.0.0",
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
"@nestjs/cli": "^10.1.18",
"@nestjs/schematics": "^10.0.2",
"@nestjs/testing": "^10.2.7",
"@types/express": "^4.17.18",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.2",
"@types/passport-jwt": "^3.0.10",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.42.0",
"@types/supertest": "^2.0.14",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.5.0",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"source-map-support": "^0.5.21",
"supertest": "^6.3.3",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.3",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.2.2"
Expand Down
Loading

0 comments on commit c49725a

Please sign in to comment.