Skip to content

Commit

Permalink
easy
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed May 18, 2024
1 parent 9eb9958 commit 4bf0a80
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@fastify/cookie": "^9.3.1",
"@graphql-yoga/nestjs": "^3.3.0",
"@graphql-yoga/nestjs": "^3.3.1",
"@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8",
"@nestjs/graphql": "^12.1.1",
Expand All @@ -34,21 +34,21 @@
"error-stack-parser": "^2.1.4",
"flat": "^6.0.1",
"graphql": "^16.8.1",
"graphql-yoga": "^5.3.0",
"graphql-yoga": "^5.3.1",
"nestjs-request-context": "^3.0.0",
"prisma-graphql-type-decimal": "^3.0.0",
"psl": "^1.9.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"sharp": "^0.33.3"
"sharp": "^0.33.4"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@nestjs/cli": "^10.3.2",
"@types/node": "^20.12.8",
"@types/node": "^20.12.12",
"@types/psl": "^1.1.3",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"eslint": "^9.1.0",
Expand Down

0 comments on commit 4bf0a80

Please sign in to comment.