File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121
2222	//  Use 'forwardPorts' to make a list of ports inside the container available locally.
2323	//  "forwardPorts": [],
24- 	"onCreateCommand" : " npm i jest@27.0.6  -g && npm i @learnpack/learnpack@2.1.39  -g && learnpack plugins:install @learnpack/dom@1.1.1 " 
24+ 	"onCreateCommand" : " npm i jest@29.7.0 jest-environment-jsdom@29.7.0  -g && npm i @learnpack/learnpack@2.1.47  -g && learnpack plugins:install @learnpack/dom@1.1.5 " 
2525
2626	//  Use 'postCreateCommand' to run commands after the container is created.
2727	//  "postCreateCommand": "yarn install",
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ FROM gitpod/workspace-full:latest
22
33USER  gitpod
44
5- RUN  npm i jest@27.0.6  -g
6- RUN  npm i @learnpack/learnpack@2.1.39  -g && learnpack plugins:install @learnpack/dom@1.1.1 
5+ RUN  npm i jest@29.7.0 jest-environment-jsdom@29.7.0  -g
6+ RUN  npm i @learnpack/learnpack@2.1.47  -g && learnpack plugins:install @learnpack/dom@1.1.5 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments