Skip to content

Commit 60af265

Browse files
committed
update dependencies
1 parent 037c848 commit 60af265

File tree

5 files changed

+80
-72
lines changed

5 files changed

+80
-72
lines changed

.changeset/twenty-boxes-brake.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cloudflare/sandbox": patch
3+
---
4+
5+
update dependencies

biome.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.0.5/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.0.6/schema.json",
33
"assist": {
44
"actions": {
55
"source": {
6-
"useSortedKeys": "on"
6+
"useSortedKeys": "off"
77
}
88
},
99
"enabled": true

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"examples/*"
1818
],
1919
"devDependencies": {
20-
"@biomejs/biome": "^2.0.5",
20+
"@biomejs/biome": "^2.0.6",
2121
"@changesets/changelog-github": "^0.5.1",
2222
"@changesets/cli": "^2.29.5",
23-
"@cloudflare/workers-types": "^4.20250620.0",
24-
"@types/bun": "^1.2.17",
25-
"@types/node": "^24.0.3",
23+
"@cloudflare/workers-types": "^4.20250705.0",
24+
"@types/bun": "^1.2.18",
25+
"@types/node": "^24.0.10",
2626
"@types/react": "^19.1.8",
2727
"@types/react-dom": "^19.1.6",
2828
"fast-glob": "^3.3.3",
@@ -32,7 +32,7 @@
3232
"tsup": "^8.5.0",
3333
"tsx": "^4.20.3",
3434
"typescript": "^5.8.3",
35-
"wrangler": "^4.21.2"
35+
"wrangler": "^4.23.0"
3636
},
3737
"private": true,
3838
"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.13"
10+
"@cloudflare/containers": "^0.0.19"
1111
},
1212
"tags": [
1313
"sandbox",

0 commit comments

Comments
 (0)