Skip to content

Commit

Permalink
Merge pull request #17 from Indie-Creator-Community/chore/update-depe…
Browse files Browse the repository at this point in the history
…ndencies-minors

chore(deps): ⬆️ update dependencies in package.json
  • Loading branch information
serudda authored Sep 22, 2024
2 parents a6ce3de + b7d7ed4 commit cd75f7f
Show file tree
Hide file tree
Showing 4 changed files with 148 additions and 163 deletions.
18 changes: 9 additions & 9 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@acme/api": "workspace:*",
"@acme/auth": "workspace:*",
"@acme/db": "workspace:*",
"@tanstack/react-query": "^4.29.2",
"@tanstack/react-query": "^4.36.1",
"@trpc/client": "^10.20.0",
"@trpc/next": "^10.20.0",
"@trpc/react-query": "^10.20.0",
Expand All @@ -26,18 +26,18 @@
"next-auth": "^4.22.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"superjson": "1.9.1",
"zod": "^3.21.4"
"superjson": "2.2.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
"@types/node": "^18.15.11",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"autoprefixer": "^10.4.14",
"dotenv-cli": "^7.2.1",
"@types/node": "^22.5.5",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"dotenv-cli": "^7.4.2",
"eslint": "^8.38.0",
"postcss": "^8.4.22",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.12",
"typescript": "^5.0.4"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@acme/db": "workspace:*",
"@trpc/client": "^10.20.0",
"@trpc/server": "^10.20.0",
"superjson": "1.9.1",
"zod": "^3.21.4"
"superjson": "2.2.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@prisma/client": "^4.13.0"
},
"devDependencies": {
"dotenv-cli": "^7.2.1",
"dotenv-cli": "^7.4.2",
"prisma": "^4.13.0",
"typescript": "^5.0.4"
}
Expand Down
Loading

0 comments on commit cd75f7f

Please sign in to comment.