Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iswilljr committed Oct 8, 2023
1 parent c6fb0b1 commit 4e1cc5f
Show file tree
Hide file tree
Showing 3 changed files with 899 additions and 717 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
db:
image: postgres:14.3
image: postgres:15.2
restart: "always"
ports:
- ${POSTGRES_PORT}:${POSTGRES_PORT}
Expand Down
51 changes: 26 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,49 +21,50 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@apollo/server": "4.9.3",
"@nestjs/apollo": "12.0.7",
"@nestjs/common": "10.1.3",
"@nestjs/config": "3.0.0",
"@nestjs/core": "10.1.3",
"@nestjs/graphql": "12.0.8",
"@nestjs/platform-express": "10.1.3",
"@apollo/server": "4.9.4",
"@nestjs/apollo": "12.0.9",
"@nestjs/common": "10.2.7",
"@nestjs/config": "3.1.1",
"@nestjs/core": "10.2.7",
"@nestjs/graphql": "12.0.9",
"@nestjs/platform-express": "10.2.7",
"@nestjs/serve-static": "4.0.0",
"@nestjs/typeorm": "10.0.0",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"graphql": "16.8.1",
"graphql-depth-limit": "1.1.0",
"joi": "17.9.2",
"pg": "8.11.2",
"joi": "17.11.0",
"pg": "8.11.3",
"reflect-metadata": "0.1.13",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"rxjs": "7.8.1",
"typeorm": "0.3.17"
},
"devDependencies": {
"@nestjs/cli": "10.1.11",
"@nestjs/schematics": "10.0.1",
"@nestjs/testing": "10.1.3",
"@types/express": "4.17.17",
"@nestjs/cli": "10.1.18",
"@nestjs/schematics": "10.0.2",
"@nestjs/testing": "10.2.7",
"@types/express": "4.17.18",
"@types/graphql-depth-limit": "1.1.3",
"@types/jest": "29.5.3",
"@types/node": "20.4.8",
"@types/pg": "8.10.2",
"@types/supertest": "2.0.12",
"eslint": "8.46.0",
"eslint-config-prettier": "8.10.0",
"eslint-config-standard-with-typescript": "37.0.0",
"@types/jest": "29.5.5",
"@types/node": "20.8.3",
"@types/pg": "8.10.3",
"@types/supertest": "2.0.14",
"eslint": "8.51.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-standard-with-typescript": "39.1.1",
"eslint-plugin-prettier": "5.0.0",
"jest": "29.5.0",
"prettier": "3.0.1",
"jest": "29.7.0",
"prettier": "3.0.3",
"prisma": "5.4.1",
"source-map-support": "0.5.21",
"supertest": "6.3.3",
"ts-jest": "29.1.1",
"ts-loader": "9.4.4",
"ts-loader": "9.5.0",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"prettier": {
"printWidth": 120
Expand Down
Loading

1 comment on commit 4e1cc5f

@vercel
Copy link

@vercel vercel bot commented on 4e1cc5f Oct 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.