Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.3.5/schema.json",
"$schema": "https://biomejs.dev/schemas/2.3.7/schema.json",
"assist": {
"actions": {
"source": {
Expand Down
2 changes: 1 addition & 1 deletion examples/claude-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@cloudflare/sandbox": "*",
"@types/node": "^24.10.1",
"typescript": "^5.9.3",
"wrangler": "^4.49.0"
"wrangler": "^4.50.0"
},
"author": "",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion examples/code-interpreter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"devDependencies": {
"@types/node": "^24.10.1",
"typescript": "^5.9.3",
"wrangler": "^4.49.0"
"wrangler": "^4.50.0"
}
}
2 changes: 1 addition & 1 deletion examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@cloudflare/sandbox": "*",
"@types/node": "^24.10.1",
"typescript": "^5.9.3",
"wrangler": "^4.49.0"
"wrangler": "^4.50.0"
},
"author": "",
"license": "MIT"
Expand Down
8 changes: 4 additions & 4 deletions examples/openai-agents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"license": "ISC",
"type": "module",
"dependencies": {
"@openai/agents": "^0.3.2",
"@openai/agents": "^0.3.3",
"nanoid": "^5.1.6",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.15.0",
"@types/react": "^19.2.6",
"@cloudflare/vite-plugin": "^1.15.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"vite": "^7.2.2"
"vite": "^7.2.4"
}
}
6 changes: 3 additions & 3 deletions examples/typescript-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"react-dom": "^19.2.0"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.15.0",
"@cloudflare/vite-plugin": "^1.15.2",
"@tailwindcss/vite": "^4.1.17",
"@types/node": "^24.10.1",
"@vitejs/plugin-react": "^5.1.1",
"typescript": "^5.9.3",
"vite": "^7.2.2",
"wrangler": "^4.49.0"
"vite": "^7.2.4",
"wrangler": "^4.50.0"
},
"author": "",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pre-commit:
commands:
biome-fix:
glob: '{packages,examples,sites}/**/*.{js,ts,tsx,json,astro}'
glob: '{packages,examples,sites}/**/*.{js,ts,tsx}'
run: npx biome check --write {staged_files}
stage_fixed: true

Expand Down
Loading
Loading