Skip to content

Commit

Permalink
refactor: updated dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-komlyk committed May 28, 2024
1 parent bd8d040 commit 9018136
Show file tree
Hide file tree
Showing 4 changed files with 1,279 additions and 2,045 deletions.
2 changes: 1 addition & 1 deletion apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-dom": "^18",
"react-icons": "^4.11.0",
"react-query": "^3.39.3",
"server": "^1.0.0",
"server": "workspace:0.1.0",
"superjson": "^2.2.1",
"yup": "^1.3.2"
},
Expand Down
7 changes: 4 additions & 3 deletions apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@nextui-org/react": "^2.1.13",
"@nextui-org/system": "^2.0.10",
"@nextui-org/theme": "^2.1.9",
"@prisma/nextjs-monorepo-workaround-plugin": "^5.13.0",
"@tanstack/react-query": "^4.36.1",
"@trpc/client": "^10.43.6",
"@trpc/react": "^9.27.4",
Expand All @@ -23,14 +24,14 @@
"clsx": "^2.0.0",
"framer-motion": "^10.16.4",
"i18next": "^23.7.7",
"next": "14.0.1",
"next": "14.2.3",
"next-intl": "^3.2.5",
"react": "^18",
"react-dom": "^18"
"react-dom": "^18",
"server": "workspace:0.1.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.3",
"@prisma/nextjs-monorepo-workaround-plugin": "^5.13.0",
"@repo/eslint-config": "workspace:*",
"@types/eslint": "^8.56.10",
"@types/node": "^20",
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "0.0.1",
"version": "0.1.0",
"description": "Server based on Nestjs, tRPC, Prisma, MongoDB",
"private": true,
"license": "UNLICENSED",
Expand Down
Loading

0 comments on commit 9018136

Please sign in to comment.