Skip to content

Commit

Permalink
chore(deps): ⬆️ update dependencies in package.json
Browse files Browse the repository at this point in the history
- Bump @tanstack/react-query from ^4.29.2 to ^4.36.1
- Bump superjson from 1.9.1 to 2.2.1
- Bump zod from ^3.21.4 to ^3.23.8
- Bump @types/node from ^18.15.11 to ^22.5.5
- Bump @types/react from ^18.0.37 to ^18.3.8
- Bump @types/react-dom from ^18.0.11 to ^18.3.0
- Bump autoprefixer from ^10.4.14 to ^10.4.20
- Bump dotenv-cli from ^7.2.1 to ^7.4.2
- Bump postcss from ^8.4.22 to ^8.4.47
  • Loading branch information
Zyruks committed Sep 22, 2024
1 parent a6ce3de commit b7d7ed4
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 b7d7ed4

Please sign in to comment.