We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69201fd commit 30cf29eCopy full SHA for 30cf29e
4 files changed
docs/package.json
@@ -15,7 +15,7 @@
15
"@astrojs/starlight-tailwind": "^5.0.0",
16
"@openai/agents": "workspace:*",
17
"@tailwindcss/vite": "^4.2.1",
18
- "astro": "^6.1.3",
+ "astro": "^6.1.4",
19
"sharp": "^0.34.5",
20
"starlight-llms-txt": "^0.6.1",
21
"starlight-typedoc": "^0.21.5",
examples/realtime-demo/package.json
@@ -11,7 +11,7 @@
11
},
12
"devDependencies": {
13
"typescript": "~5.8.3",
14
- "vite": "^6.4.1"
+ "vite": "^6.4.2"
"dependencies": {
"@openai/agents-realtime": "workspace:*",
packages/agents-realtime/package.json
@@ -72,7 +72,7 @@
72
73
74
"@types/debug": "^4.1.12",
75
- "vite": "^6.4.1",
+ "vite": "^6.4.2",
76
"zod": "^4.0.0"
77
78
"files": [
0 commit comments