Skip to content

Commit 87dc96d

Browse files
Update deps (#771)
* update dependencies of note, removes a direct dep of ai-chat on the ai sdk * Update package-lock.json
1 parent b2eede3 commit 87dc96d

File tree

15 files changed

+1063
-646
lines changed

15 files changed

+1063
-646
lines changed

.changeset/spotty-pandas-kneel.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"hono-agents": patch
3+
"@cloudflare/codemode": patch
4+
"@cloudflare/ai-chat": patch
5+
"agents": patch
6+
---
7+
8+
update dependencies

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.10/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.11/schema.json",
33
"assist": {
44
"actions": {
55
"source": {

examples/a2a/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Matt Carey <mcarey@cloudflare.com>",
55
"dependencies": {
66
"@a2a-js/sdk": "^0.2.2",
7-
"hono": "^4.11.1"
7+
"hono": "^4.11.3"
88
},
99
"keywords": [],
1010
"scripts": {

examples/email-agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test-email": "tsx test-mail.ts"
1111
},
1212
"dependencies": {
13-
"postal-mime": "^2.7.0"
13+
"postal-mime": "^2.7.1"
1414
},
1515
"keywords": [],
1616
"license": "ISC",

examples/mcp-worker-authenticated/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"deploy": "wrangler deploy"
1111
},
1212
"dependencies": {
13-
"hono": "^4.11.1"
13+
"hono": "^4.11.3"
1414
}
1515
}

examples/x402/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"author": "",
33
"dependencies": {
4-
"hono": "^4.11.1",
5-
"x402-fetch": "^1.0.0",
6-
"x402-hono": "^1.0.0"
4+
"hono": "^4.11.3",
5+
"x402-fetch": "^1.1.0",
6+
"x402-hono": "^1.1.0"
77
},
88
"keywords": [],
99
"name": "@cloudflare/agents-x402-example",

openai-sdk/chess-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react": "^19.2.3",
1717
"react-chessboard": "^5.8.6",
1818
"react-dom": "^19.2.3",
19-
"vite": "^7.3.0",
19+
"vite": "^7.3.1",
2020
"vite-plugin-singlefile": "^2.3.0"
2121
},
2222
"devDependencies": {

0 commit comments

Comments
 (0)