Skip to content

Commit

Permalink
fix: make Next.js version stick to 13.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed May 27, 2023
1 parent 63ee942 commit 8419b75
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/large-hairs-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@blitzjs/generator": patch
---

Make Next.js version stick to 13.3.4 when generating a new app
2 changes: 1 addition & 1 deletion packages/generator/templates/app/package.js.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@blitzjs/rpc": "latest",
"@prisma/client": "4.6.1",
"blitz": "latest",
"next": "^13.3.0",
"next": "13.3.4",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/templates/app/package.ts.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@blitzjs/rpc": "latest",
"@prisma/client": "4.6.1",
"blitz": "latest",
"next": "^13.3.0",
"next": "13.3.4",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/templates/minimalapp/package.js.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@blitzjs/next": "latest",
"blitz": "latest",
"next": "^13.3.0",
"next": "13.3.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"ts-node": "10.9.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/templates/minimalapp/package.ts.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@blitzjs/next": "latest",
"blitz": "latest",
"next": "^13.3.0",
"next": "13.3.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"ts-node": "10.9.1"
Expand Down

0 comments on commit 8419b75

Please sign in to comment.