Skip to content

Commit

Permalink
Fix minimal app template (#4405)
Browse files Browse the repository at this point in the history
* Fix minimal app template, requires at least next 13.5

* Update to 13.5.8

* Add changeset

* update next to 15.0.1
  • Loading branch information
rene-demonsters authored Jan 22, 2025
1 parent 0fc2d71 commit 5b20ce6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/blue-pumas-dress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@blitzjs/generator": patch
---

Fixes Error: Cannot find module when running blitz new and selecting the minimal pages router option
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.4.5",
"next": "15.0.1",
"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.4.5",
"next": "15.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"ts-node": "10.9.1"
Expand Down

0 comments on commit 5b20ce6

Please sign in to comment.