Skip to content

Commit b13cc6f

Browse files
authored
bump @opennextjs/cloudflare and react in the c3 template (#1024)
1 parent b2feee0 commit b13cc6f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

create-cloudflare/next/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"cf-typegen": "wrangler types --env-interface CloudflareEnv ./cloudflare-env.d.ts"
1414
},
1515
"dependencies": {
16-
"@opennextjs/cloudflare": "^1.11.0",
16+
"@opennextjs/cloudflare": "^1.14.2",
1717
"next": "15.5.7",
18-
"react": "19.1.0",
19-
"react-dom": "19.1.0"
18+
"react": "19.1.2",
19+
"react-dom": "19.1.2"
2020
},
2121
"devDependencies": {
2222
"@eslint/eslintrc": "^3",

create-cloudflare/next/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2017",
3+
"target": "es2024",
44
"lib": ["dom", "dom.iterable", "esnext"],
55
"allowJs": true,
66
"skipLibCheck": true,

0 commit comments

Comments
 (0)