Skip to content

Commit

Permalink
chore: bump deps (#4380)
Browse files Browse the repository at this point in the history
* chore: bump deps

* fix version

* Create honest-moons-build.md
  • Loading branch information
siddhsuresh authored Oct 21, 2024
1 parent 50f17d2 commit 0b32864
Show file tree
Hide file tree
Showing 26 changed files with 181 additions and 572 deletions.
9 changes: 9 additions & 0 deletions .changeset/honest-moons-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@blitzjs/auth": patch
"@blitzjs/next": patch
"@blitzjs/rpc": patch
"blitz": patch
"@blitzjs/generator": patch
---

chore: bump `next.js` and `zod` versions
4 changes: 2 additions & 2 deletions apps/next13/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"@tanstack/react-query": "4.0.10",
"blitz": "2.1.2",
"flatted": "3.2.7",
"next": "14.3.0-canary.28",
"next": "14.2.15",
"prisma": "^4.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.39.1",
"superjson": "1.11.0",
"zod": "3.20.2"
"zod": "3.23.8"
},
"devDependencies": {
"@types/node": "18.11.7",
Expand Down
4 changes: 2 additions & 2 deletions apps/toolkit-app-passportjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"@hookform/resolvers": "2.9.10",
"@prisma/client": "4.6.1",
"blitz": "2.1.2",
"next": "14.3.0-canary.28",
"next": "14.2.15",
"openid-client": "5.2.1",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.39.1",
"ts-node": "10.9.1",
"zod": "3.20.2"
"zod": "3.23.8"
},
"devDependencies": {
"@next/bundle-analyzer": "12.0.8",
Expand Down
4 changes: 2 additions & 2 deletions apps/toolkit-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"@hookform/resolvers": "2.9.10",
"@prisma/client": "4.6.1",
"blitz": "2.1.2",
"next": "14.3.0-canary.28",
"next": "14.2.15",
"next-auth": "4.24.7",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.39.1",
"ts-node": "10.9.1",
"zod": "3.20.2"
"zod": "3.23.8"
},
"devDependencies": {
"@next/bundle-analyzer": "12.0.8",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"blitz": "2.1.2",
"jest": "29.3.0",
"jest-environment-jsdom": "29.3.0",
"next": "14.3.0-canary.28",
"next": "14.2.15",
"passport-mock-strategy": "2.0.0",
"passport-twitter": "1.0.4",
"prisma": "4.6.1",
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/auth-with-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"@prisma/client": "4.6.1",
"blitz": "2.1.2",
"delay": "5.0.0",
"next": "14.3.0-canary.28",
"next": "14.2.15",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.39.1",
"ts-node": "10.9.1",
"zod": "3.20.2"
"zod": "3.23.8"
},
"devDependencies": {
"@next/bundle-analyzer": "12.0.8",
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@prisma/client": "4.6.1",
"blitz": "2.1.2",
"lowdb": "3.0.0",
"next": "14.3.0-canary.28",
"next": "14.2.15",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/get-initial-props/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@prisma/client": "4.6.1",
"blitz": "2.1.2",
"lowdb": "2.1.0",
"next": "14.3.0-canary.28",
"next": "14.2.15",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@blitzjs/next": "2.1.2",
"@blitzjs/rpc": "2.1.2",
"blitz": "2.1.2",
"next": "14.3.0-canary.28",
"next": "14.2.15",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/next-13-app-dir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@prisma/client": "4.6.1",
"blitz": "2.1.2",
"lowdb": "2.1.0",
"next": "14.3.0-canary.28",
"next": "14.2.15",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/no-suspense/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@prisma/client": "4.6.1",
"blitz": "2.1.2",
"lowdb": "3.0.0",
"next": "14.3.0-canary.28",
"next": "14.2.15",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/qm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@prisma/client": "4.6.1",
"@tanstack/react-query": "4.0.10",
"blitz": "2.1.2",
"next": "14.3.0-canary.28",
"next": "14.2.15",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/react-query-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@prisma/client": "4.6.1",
"blitz": "2.1.2",
"lowdb": "3.0.0",
"next": "14.3.0-canary.28",
"next": "14.2.15",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/rpc-path-root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@blitzjs/next": "2.1.2",
"@blitzjs/rpc": "2.1.2",
"blitz": "2.1.2",
"next": "14.3.0-canary.28",
"next": "14.2.15",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@blitzjs/next": "2.1.2",
"@blitzjs/rpc": "2.1.2",
"blitz": "2.1.2",
"next": "14.3.0-canary.28",
"next": "14.2.15",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/trailing-slash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@prisma/client": "4.6.1",
"blitz": "2.1.2",
"lowdb": "3.0.0",
"next": "14.3.0-canary.28",
"next": "14.2.15",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"husky": "8.0.2",
"jsdom": "^19.0.0",
"lint-staged": "13.0.3",
"next": "14.3.0-canary.28",
"next": "14.2.15",
"only-allow": "1.1.0",
"prettier": "^2.8.8",
"prettier-plugin-prisma": "4.4.0",
Expand All @@ -51,7 +51,7 @@
},
"overrides": {
"@types/mime": "3.0.4",
"next": "14.3.0-canary.28"
"next": "14.2.15"
}
}
}
2 changes: 1 addition & 1 deletion packages/blitz-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@types/react": "18.0.25",
"@types/react-dom": "17.0.14",
"blitz": "2.1.2",
"next": "14.3.0-canary.28",
"next": "14.2.15",
"next-auth": "4.24.7",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/blitz-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"blitz": "2.1.2",
"cross-spawn": "7.0.3",
"find-up": "4.1.0",
"next": "14.3.0-canary.28",
"next": "14.2.15",
"next-router-mock": "0.9.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/blitz-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
"@types/react": "18.0.25",
"@types/react-dom": "17.0.14",
"blitz": "2.1.2",
"next": "14.3.0-canary.28",
"next": "14.2.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "^4.8.4",
"unbuild": "0.7.6",
"watch": "1.0.2",
"zod": "3.20.2"
"zod": "3.23.8"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/blitz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"typescript": "^4.8.4",
"unbuild": "0.7.6",
"watch": "1.0.2",
"zod": "3.20.2"
"zod": "3.23.8"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"tslog": "4.9.0",
"username": "5.1.0",
"vinyl": "2.2.1",
"zod": "3.20.2"
"zod": "3.23.8"
},
"devDependencies": {
"@blitzjs/config": "2.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/generator/templates/app/package.ts.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"@prisma/client": "5.4.2",
"blitz": "latest",
"formik": "2.4.5",
"next": "14.1.4",
"next": "14.2.15",
"prisma": "5.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"secure-password": "4.0.0",
"zod": "3.22.4"
"zod": "3.23.8"
},
"devDependencies": {
"@next/env": "13.4.19",
Expand Down
4 changes: 2 additions & 2 deletions packages/generator/templates/pages/package.js.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"@blitzjs/rpc": "latest",
"@prisma/client": "4.6.1",
"blitz": "latest",
"next": "14.1.4",
"next": "14.2.15",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"secure-password": "4.0.0",
"zod": "3.20.2"
"zod": "3.23.8"
},
"devDependencies": {
"@next/bundle-analyzer": "12.0.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/generator/templates/pages/package.ts.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"@blitzjs/rpc": "latest",
"@prisma/client": "4.6.1",
"blitz": "latest",
"next": "14.1.4",
"next": "14.2.15",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"secure-password": "4.0.0",
"zod": "3.20.2"
"zod": "3.23.8"
},
"devDependencies": {
"@next/bundle-analyzer": "12.0.8",
Expand Down
Loading

0 comments on commit 0b32864

Please sign in to comment.