Skip to content

Commit

Permalink
easy
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed Feb 21, 2024
1 parent 6068e06 commit 6cb4bbb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 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.3",
"@paljs/plugins": "^6.0.7",
"@prisma/client": "^5.9.1",
"@prisma/client": "^5.10.1",
"argon2": "^0.31.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
Expand All @@ -47,16 +47,16 @@
"@nestjs/cli": "^10.3.2",
"@types/node": "^20.11.19",
"@types/psl": "^1.1.3",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"cross-env": "^7.0.3",
"dotenv": "^16.4.4",
"dotenv": "^16.4.5",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prisma": "^5.9.1",
"prisma": "^5.10.1",
"prisma-nestjs-graphql": "^20.0.2",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.2",
Expand Down
8 changes: 4 additions & 4 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dayjs": "^1.11.10",
"framer-motion": "^11.0.5",
"next": "14.1.0",
"next-intl": "3.8.0",
"next-intl": "3.9.0",
"next-themes": "^0.2.1",
"psl": "^1.9.0",
"react": "18.2.0",
Expand All @@ -39,13 +39,13 @@
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.2.2",
"@graphql-codegen/client-preset": "^4.2.3",
"@graphql-typed-document-node/core": "^3.2.0",
"@parcel/watcher": "^2.4.0",
"@tanstack/react-query-devtools": "^5.23.0",
"@tanstack/react-query-devtools": "^5.24.0",
"@types/node": "^20.11.19",
"@types/psl": "^1.1.3",
"@types/react": "18.2.56",
"@types/react": "18.2.57",
"@types/react-dom": "18.2.19",
"@types/seedrandom": "^3.0.8",
"autoprefixer": "^10.4.17",
Expand Down

0 comments on commit 6cb4bbb

Please sign in to comment.