Skip to content

Commit

Permalink
Pin Wrangler to 2.0.23 (cloudflare#141)
Browse files Browse the repository at this point in the history
Pin to an older version of Wrangler while we sort out compatibility issues with Stackblitz and more recent version of Wrangler. Using any version of Wrangler higher than 2.0.23 breaks this example in Stackblitz. Not immediately clear what changed in 2.0.24: https://github.com/cloudflare/wrangler2/releases/tag/wrangler%402.0.24

cc @lauragift21
  • Loading branch information
irvinebroque authored Nov 18, 2022
1 parent 3a89ba8 commit 9f139f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stream/auth/stripe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start-stackblitz": "WRANGLER_SEND_METRICS=false wrangler pages dev --local --node-compat ./src"
},
"devDependencies": {
"wrangler": "^2.1.13"
"wrangler": "2.0.23"
},
"dependencies": {
"stripe": "^10.15.0"
Expand Down

0 comments on commit 9f139f9

Please sign in to comment.