Skip to content

Commit ee8c772

Browse files
committed
Upgrade containers package with timeout fix
1 parent 7bccc85 commit ee8c772

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"tsup": "^8.5.0",
3131
"tsx": "^4.20.3",
3232
"typescript": "^5.8.3",
33-
"wrangler": "https://pkg.pr.new/wrangler@main"
33+
"wrangler": "^4.21.0"
3434
},
3535
"private": true,
3636
"packageManager": "[email protected]"

packages/sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"description": "A sandboxed environment for running commands",
99
"dependencies": {
10-
"@cloudflare/containers": "^0.0.8"
10+
"@cloudflare/containers": "^0.0.12"
1111
},
1212
"tags": [
1313
"sandbox",

0 commit comments

Comments
 (0)