Skip to content

Commit

Permalink
easy
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed May 19, 2024
1 parent 4bf0a80 commit d31e034
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@nestjs/jwt": "^10.2.0",
"@nestjs/platform-fastify": "^10.3.8",
"@paljs/plugins": "^6.0.7",
"@prisma/client": "5.13.0",
"@prisma/client": "5.14.0",
"argon2": "^0.40.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
Expand Down Expand Up @@ -56,8 +56,8 @@
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prisma": "5.13.0",
"prisma-nestjs-graphql": "^20.0.2",
"prisma": "5.14.0",
"prisma-nestjs-graphql": "^20.0.3",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.19",
"eslint": "9.1.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"graphql": "^16.8.1",
"postcss": "^8.4.38",
Expand Down

0 comments on commit d31e034

Please sign in to comment.