Skip to content

Commit

Permalink
y
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed Feb 15, 2024
1 parent aebdbfa commit dcbae79
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"dependencies": {
"@fastify/cookie": "^9.3.1",
"@graphql-yoga/nestjs": "^3.1.1",
"@nestjs/common": "^10.3.2",
"@nestjs/core": "^10.3.2",
"@nestjs/common": "^10.3.3",
"@nestjs/core": "^10.3.3",
"@nestjs/graphql": "^12.1.1",
"@nestjs/jwt": "^10.2.0",
"@nestjs/platform-fastify": "^10.3.2",
"@nestjs/platform-fastify": "^10.3.3",
"@paljs/plugins": "^6.0.7",
"@prisma/client": "^5.9.1",
"argon2": "^0.31.2",
Expand All @@ -45,12 +45,12 @@
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@nestjs/cli": "^10.3.2",
"@types/node": "^20.11.17",
"@types/node": "^20.11.19",
"@types/psl": "^1.1.3",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"cross-env": "^7.0.3",
"dotenv": "^16.4.2",
"dotenv": "^16.4.4",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
Expand Down
8 changes: 4 additions & 4 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"@nextui-org/react": "^2.2.9",
"@react-aria/ssr": "^3.9.1",
"@react-icons/all-files": "^4.1.0",
"@tanstack/react-query": "^5.20.1",
"@tanstack/react-query": "^5.20.5",
"dayjs": "^1.11.10",
"framer-motion": "^11.0.3",
"framer-motion": "^11.0.5",
"next": "14.1.0",
"next-intl": "3.7.0",
"next-themes": "^0.2.1",
Expand All @@ -42,8 +42,8 @@
"@graphql-codegen/client-preset": "^4.2.2",
"@graphql-typed-document-node/core": "^3.2.0",
"@parcel/watcher": "^2.4.0",
"@tanstack/react-query-devtools": "^5.20.1",
"@types/node": "^20.11.17",
"@tanstack/react-query-devtools": "^5.20.5",
"@types/node": "^20.11.19",
"@types/psl": "^1.1.3",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
Expand Down

0 comments on commit dcbae79

Please sign in to comment.