Skip to content

Commit

Permalink
Upgrade compatability date
Browse files Browse the repository at this point in the history
and run prettier
  • Loading branch information
Erisa committed Nov 27, 2023
1 parent faa950a commit a0b5f95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
"recommendations": [
"tamasfe.even-better-toml"
]
"recommendations": ["tamasfe.even-better-toml"]
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0b5f95

Please sign in to comment.