Skip to content

Commit

Permalink
Fix wrangler version issues
Browse files Browse the repository at this point in the history
timothymiller committed Sep 18, 2023
1 parent ff1f186 commit 62463da
Showing 4 changed files with 112 additions and 110 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@
"check-dependency-version-consistency": "^4.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.49.0",
"miniflare": "3.20230904.0",
"miniflare": "3.20230814.1",
"node-gyp": "^9.4.0",
"prettier": "^3.0.3",
"react-native-url-polyfill": "^2.0.0",
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -33,6 +33,6 @@
"drizzle-kit": "^0.19.13",
"eslint": "^8.49.0",
"typescript": "^5.2.2",
"wrangler": "^3.8.0"
"wrangler": "3.6.0"
}
}
4 changes: 3 additions & 1 deletion packages/api/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name = "t4-api"
compatibility_date = "2023-09-14"
compatibility_date = "2023-08-14"
send_metrics = false
node_compat = true
main = "src/worker.ts"
account_id = "719e3374c9fabba87860b809acb3c939"

[[d1_databases]]
214 changes: 107 additions & 107 deletions pnpm-lock.yaml

0 comments on commit 62463da

Please sign in to comment.