File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed 
src/content/docs/browser-rendering/platform Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -154,17 +154,17 @@ The snippet above requires [Zod v3](https://v3.zod.dev/) and is currently not co
154154Ensure 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
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments