diff --git a/.vscode/extensions.json b/.vscode/extensions.json index f627ace..93fd9ab 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,5 +1,3 @@ { - "recommendations": [ - "tamasfe.even-better-toml" - ] + "recommendations": ["tamasfe.even-better-toml"] } diff --git a/tsconfig.json b/tsconfig.json index a8b15f8..e26f6ea 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "esModuleInterop": true, "strict": true, "lib": ["esnext"], - "types": ["@cloudflare/workers-types/2023-03-01"], + "types": ["@cloudflare/workers-types/2023-07-01"], "jsx": "react-jsx", // "jsxFragmentFactory": "Fragment", "jsxImportSource": "hono/jsx" diff --git a/wrangler.toml b/wrangler.toml index a98e9d5..b21574a 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -13,7 +13,7 @@ kv_namespaces = [ ] compatibility_flags = [] -compatibility_date = "2023-03-01" +compatibility_date = "2023-11-08" # Remove or comment out the route line if using workers_dev (and set below to true) workers_dev = false