Skip to content

Commit b2187b4

Browse files
update dependencies (#641)
* update dependencies * Update package-lock.json
1 parent 1e3b8c9 commit b2187b4

File tree

13 files changed

+1014
-583
lines changed

13 files changed

+1014
-583
lines changed

.changeset/smooth-showers-hug.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"agents": patch
3+
---
4+
5+
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.0/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.4/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.10.3"
7+
"hono": "^4.10.4"
88
},
99
"keywords": [],
1010
"scripts": {

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.10.3"
13+
"hono": "^4.10.4"
1414
}
1515
}

examples/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "",
33
"dependencies": {
4-
"mcp-remote": "^0.1.29"
4+
"mcp-remote": "^0.1.30"
55
},
66
"keywords": [],
77
"name": "@cloudflare/agents-mcp-example",

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.10.3",
5-
"x402-fetch": "^0.6.6",
6-
"x402-hono": "^0.6.5"
4+
"hono": "^4.10.4",
5+
"x402-fetch": "^0.7.0",
6+
"x402-hono": "^0.7.1"
77
},
88
"keywords": [],
99
"name": "@cloudflare/agents-x402-example",

openai-sdk/chess-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"types": "wrangler types --include-runtime false"
1111
},
1212
"dependencies": {
13-
"@cloudflare/vite-plugin": "^1.13.15",
13+
"@cloudflare/vite-plugin": "^1.14.0",
1414
"@vitejs/plugin-react": "^5.1.0",
1515
"chess.js": "^1.4.0",
1616
"react": "^19.2.0",
17-
"react-chessboard": "^5.7.1",
17+
"react-chessboard": "^5.8.3",
1818
"react-dom": "^19.2.0",
19-
"vite": "^7.1.12",
19+
"vite": "^7.2.2",
2020
"vite-plugin-singlefile": "^2.3.0"
2121
},
2222
"devDependencies": {

0 commit comments

Comments
 (0)