Skip to content

Commit 75d737d

Browse files
Pin the vercel and next dependencies to their latest supported for C3 next-on-pages applications (#10554)
1 parent dceb550 commit 75d737d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/hungry-chairs-invite.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+
Pin the `vercel` and `next` dependencies to their latest supported for next-on-pages applications

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ export const writeEslintrc = async (ctx: C3Context): Promise<void> => {
137137
const addDevDependencies = async (installEslintPlugin: boolean) => {
138138
const packages = [
139139
"@cloudflare/next-on-pages@1",
140-
"vercel",
140+
141+
141142
...(installEslintPlugin ? ["eslint-plugin-next-on-pages"] : []),
142143
];
143144
await installPackages(packages, {

0 commit comments

Comments
 (0)