Skip to content

Commit

Permalink
easy
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed May 5, 2024
1 parent 4cf2d48 commit 0e8bbed
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
12 changes: 6 additions & 6 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"@nestjs/jwt": "^10.2.0",
"@nestjs/platform-fastify": "^10.3.8",
"@paljs/plugins": "^6.0.7",
"@prisma/client": "^5.12.1",
"@prisma/client": "^5.13.0",
"argon2": "^0.40.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"dayjs": "^1.11.10",
"dayjs": "^1.11.11",
"error-stack-parser": "^2.1.4",
"flat": "^6.0.1",
"graphql": "^16.8.1",
Expand All @@ -45,18 +45,18 @@
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@nestjs/cli": "^10.3.2",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"@types/psl": "^1.1.3",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"eslint": "^9.1.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.12.1",
"prisma": "^5.13.0",
"prisma-nestjs-graphql": "^20.0.2",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.2",
Expand Down
28 changes: 14 additions & 14 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,28 @@
"@dnd-kit/core": "next",
"@dnd-kit/modifiers": "next",
"@dnd-kit/sortable": "next",
"@nextui-org/react": "^2.3.5",
"@tanstack/react-query": "^5.29.2",
"dayjs": "^1.11.10",
"@nextui-org/react": "^2.3.6",
"@tanstack/react-query": "^5.34.2",
"dayjs": "^1.11.11",
"framer-motion": "^11.1.7",
"gql.tada": "^1.5.5",
"next": "14.2.2",
"next-intl": "3.11.3",
"gql.tada": "^1.7.0",
"next": "14.2.3",
"next-intl": "3.12.2",
"next-themes": "^0.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.2.0",
"sharp": "^0.33.3",
"valtio": "^1.13.2"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.10.3",
"@types/node": "^20.12.7",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@0no-co/graphqlsp": "^1.12.2",
"@types/node": "^20.12.8",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.19",
"eslint": "9.1.0",
"eslint-config-next": "14.2.2",
"eslint-config-next": "14.2.3",
"graphql": "^16.8.1",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
Expand Down

0 comments on commit 0e8bbed

Please sign in to comment.