File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1919    "gatsby-transformer-json" : " next" 
2020    "gatsby-transformer-remark" : " next" 
2121    "gatsby-transformer-sharp" : " next" 
22-     "node-fetch" : " ^2.6.9 " 
22+     "node-fetch" : " ^3.3.1 " 
2323    "react" : " ^18.2.0" 
2424    "react-dom" : " ^18.2.0" 
2525    "sass" : " ^1.62.1" 
4444    "reset" : " node scripts/reset.js" 
4545    "reset:preview" : " curl -X POST http://localhost:8000/__refresh" 
4646    "update" : " node scripts/update.js" 
47-     "update:webhook" : " node scripts/webhook.js " 
48-     "update:cms-webhook" : " node scripts/cms-webhook.js " 
47+     "update:webhook" : " node scripts/webhook.mjs " 
48+     "update:cms-webhook" : " node scripts/cms-webhook.mjs " 
4949    "update:preview" : " curl -X POST -d \" { \\\" fake-data-update\\\" : true }\"  -H \" Content-Type: application/json\"  http://localhost:8000/__refresh" 
5050    "start-server-and-test" : " start-server-and-test develop http://localhost:8000 serve-static-files http://localhost:8888 combined" 
5151    "start-server-and-test:locally" : " start-server-and-test develop http://localhost:8000 serve-static-files http://localhost:8888 cy:open" 
Original file line number Diff line number Diff line change 1- const  fetch  =   require ( ` node-fetch` ) 
1+ import  fetch  from   " node-fetch" 
22
33fetch ( `http://localhost:8000/__refresh/${ process . argv [ 2 ] }  ,  { 
44  method : `POST` , 
Original file line number Diff line number Diff line change 1- const  fetch  =   require ( ` node-fetch` ) 
1+ import  fetch  from   " node-fetch" 
22
33fetch ( `http://localhost:8000/__refresh` ,  { 
44  method : `POST` , 
Original file line number Diff line number Diff line change 1616    "gatsby-plugin-sharp" : " next" 
1717    "gatsby-plugin-stylus" : " next" 
1818    "gatsby-source-filesystem" : " next" 
19-     "glob" : " ^8.1.0" 
2019    "react" : " ^18.2.0" 
2120    "react-dom" : " ^18.2.0" 
2221    "sass" : " ^1.62.1" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments