Skip to content

Commit a0b5f95

Browse files
committed
Upgrade compatability date
and run prettier
1 parent faa950a commit a0b5f95

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.vscode/extensions.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
{
2-
"recommendations": [
3-
"tamasfe.even-better-toml"
4-
]
2+
"recommendations": ["tamasfe.even-better-toml"]
53
}

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"esModuleInterop": true,
77
"strict": true,
88
"lib": ["esnext"],
9-
"types": ["@cloudflare/workers-types/2023-03-01"],
9+
"types": ["@cloudflare/workers-types/2023-07-01"],
1010
"jsx": "react-jsx",
1111
// "jsxFragmentFactory": "Fragment",
1212
"jsxImportSource": "hono/jsx"

wrangler.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ kv_namespaces = [
1313
]
1414

1515
compatibility_flags = []
16-
compatibility_date = "2023-03-01"
16+
compatibility_date = "2023-11-08"
1717

1818
# Remove or comment out the route line if using workers_dev (and set below to true)
1919
workers_dev = false

0 commit comments

Comments
 (0)