Skip to content

Commit fc7326a

Browse files
authored
Upgrade dependencies for building docs (#334)
1 parent e984efb commit fc7326a

File tree

3 files changed

+102
-197
lines changed

3 files changed

+102
-197
lines changed

docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"translate": "tsx src/scripts/translate.ts"
1212
},
1313
"dependencies": {
14-
"@astrojs/starlight": "^0.34.3",
15-
"@astrojs/starlight-tailwind": "^3.0.1",
14+
"@astrojs/starlight": "^0.35.2",
15+
"@astrojs/starlight-tailwind": "^4.0.1",
1616
"@openai/agents": "workspace:*",
1717
"@tailwindcss/vite": "^4.0.17",
18-
"astro": "^5.5.3",
18+
"astro": "^5.13.0",
1919
"sharp": "^0.34.2",
20-
"starlight-llms-txt": "^0.5.0",
21-
"starlight-typedoc": "^0.21.0",
20+
"starlight-llms-txt": "^0.6.0",
21+
"starlight-typedoc": "^0.21.3",
2222
"typedoc": "^0.28.1",
23-
"typedoc-plugin-markdown": "^4.6.0"
23+
"typedoc-plugin-markdown": "^4.8.1"
2424
},
2525
"devDependencies": {
2626
"tailwindcss": "^3.3.3",

examples/docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"private": true,
33
"name": "docs",
44
"dependencies": {
5+
"@ai-sdk/openai": "^1.0.0",
56
"@openai/agents": "workspace:*",
67
"@openai/agents-core": "workspace:*",
7-
"@openai/agents-realtime": "workspace:*",
88
"@openai/agents-extensions": "workspace:*",
9-
"@ai-sdk/openai": "^1.0.0",
10-
"server-only": "^0.0.1",
9+
"@openai/agents-realtime": "workspace:*",
1110
"openai": "^5.10.1",
11+
"server-only": "^0.0.1",
1212
"zod": "3.25.40 - 3.25.67"
1313
},
1414
"scripts": {

0 commit comments

Comments
 (0)