Skip to content

Commit 5777b33

Browse files
authored
bump create-next-app to 15.3.0 for the Workers template (#8949)
1 parent 3a83ff1 commit 5777b33

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/tough-friends-share.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-cloudflare": patch
3+
---
4+
5+
bump create-next-app to 15.3.0 for the Workers template

packages/create-cloudflare/templates/next/workers/c3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default {
5151
configVersion: 1,
5252
id: "next",
5353
frameworkCli: "create-next-app",
54-
frameworkCliPinnedVersion: "~15.2.4",
54+
frameworkCliPinnedVersion: "~15.3.0",
5555
platform: "workers",
5656
displayName: "Next.js (using Node.js compat + Workers Assets)",
5757
path: "templates/next/workers",

0 commit comments

Comments
 (0)