Skip to content

Commit 060e96d

Browse files
authored
Update stagehand.mdx
update from rui
1 parent 7c9ad56 commit 060e96d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/content/docs/browser-rendering/platform/stagehand.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -154,17 +154,17 @@ The snippet above requires [Zod v3](https://v3.zod.dev/) and is currently not co
154154
Ensure your `package.json` has the following dependencies:
155155

156156
```json
157-
{
158-
// ...
159-
"dependencies": {
160-
"@browserbasehq/stagehand": "^2.5.0",
161-
"@cloudflare/playwright": "^1.0.0",
162-
"playwright-core",
163-
"zod": "^3.25.76",
164-
"zod-to-json-schema": "^3.24.6"
165-
// ...
166-
}
167-
}
157+
"devDependencies": {
158+
"playwright-core": "^1.55.0",
159+
// ...
160+
},
161+
"dependencies": {
162+
"@browserbasehq/stagehand": "^2.5.0",
163+
"@cloudflare/playwright": "^1.0.0",
164+
"zod": "^3.25.76",
165+
"zod-to-json-schema": "^3.24.6"
166+
// ...
167+
}
168168
```
169169
:::
170170

0 commit comments

Comments
 (0)