File tree Expand file tree Collapse file tree 3 files changed +309
-911
lines changed Expand file tree Collapse file tree 3 files changed +309
-911
lines changed Original file line number Diff line number Diff line change 33const  EmberApp  =  require ( 'ember-cli/lib/broccoli/ember-app' ) ; 
44const  envIsProduction  =  process . env . EMBER_ENV  ===  'production' ; 
55const  premberUrls  =  require ( './prember-urls' ) ; 
6- const  nodeSass  =  require ( 'node- sass' ) ; 
6+ const  sass  =  require ( 'sass' ) ; 
77
88module . exports  =  function  ( defaults )  { 
99  let  app  =  new  EmberApp ( defaults ,  { 
@@ -24,7 +24,7 @@ module.exports = function (defaults) {
2424      generateAssetMap : true , 
2525    } , 
2626    sassOptions : { 
27-       implementation : nodeSass , 
27+       implementation : sass , 
2828      sourceMapEmbed : ! envIsProduction , 
2929      includePaths : [ 
3030        'app/styles' , 
Original file line number Diff line number Diff line change 130130    "lodash.uniq" : " ^4.5.0" 
131131    "lodash.values" : " ^4.3.0" 
132132    "minimist" : " ^1.2.6" 
133-     "node-sass" : " ^9.0.0" 
134133    "normalize.css" : " ^8.0.1" 
135134    "npm-run-all" : " ^4.1.5" 
136135    "prember" : " ^2.1.0" 
137136    "prettier" : " ^2.5.1" 
138137    "qunit" : " ^2.17.2" 
139138    "qunit-dom" : " ^1.6.0" 
140139    "sanitize-html" : " ^2.3.2" 
140+     "sass" : " ^1.91.0" 
141141    "semver" : " ^7.5.4" 
142142    "semver-compare" : " ^1.0.0" 
143143    "spawndamnit" : " 2.0.0" 
168168  },
169169  "pnpm" : {
170170    "overrides" : {
171-       "node-sass" : " ^9 .0.0" 
171+       "node-sass" : " npm:sass@^1 .0.0" 
172172      "ember-truth-helpers" : " ^4.0.0" 
173173    }
174174  },
175-   "packageManager" : " pnpm@9.5.0 " 
175+   "packageManager" : " pnpm@10.15.0+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b " 
176176}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments