this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

bump `@opennextjs/cloudflare` and react in the c3 template (#1024)

authored by

Victor Berchet and committed by
GitHub
b13cc6f2 b2feee09

+4 -4
+3 -3
create-cloudflare/next/package.json
··· 13 13 "cf-typegen": "wrangler types --env-interface CloudflareEnv ./cloudflare-env.d.ts" 14 14 }, 15 15 "dependencies": { 16 - "@opennextjs/cloudflare": "^1.11.0", 16 + "@opennextjs/cloudflare": "^1.14.2", 17 17 "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" 20 20 }, 21 21 "devDependencies": { 22 22 "@eslint/eslintrc": "^3",
+1 -1
create-cloudflare/next/tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 - "target": "ES2017", 3 + "target": "es2024", 4 4 "lib": ["dom", "dom.iterable", "esnext"], 5 5 "allowJs": true, 6 6 "skipLibCheck": true,