File tree 3 files changed +322
-169
lines changed
3 files changed +322
-169
lines changed Original file line number Diff line number Diff line change 3
3
const EmberApp = require ( 'ember-cli/lib/broccoli/ember-app' ) ;
4
4
const envIsProduction = process . env . EMBER_ENV === 'production' ;
5
5
const premberUrls = require ( './prember-urls' ) ;
6
- const nodeSass = require ( 'node- sass' ) ;
6
+ const sass = require ( 'sass' ) ;
7
7
8
8
module . exports = function ( defaults ) {
9
9
let app = new EmberApp ( defaults , {
@@ -24,7 +24,7 @@ module.exports = function (defaults) {
24
24
generateAssetMap : true ,
25
25
} ,
26
26
sassOptions : {
27
- implementation : nodeSass ,
27
+ implementation : sass ,
28
28
sourceMapEmbed : ! envIsProduction ,
29
29
includePaths : [
30
30
'app/styles' ,
Original file line number Diff line number Diff line change 129
129
"lodash.uniq" : " ^4.5.0" ,
130
130
"lodash.values" : " ^4.3.0" ,
131
131
"minimist" : " ^1.2.6" ,
132
- "node-sass" : " ^9.0.0" ,
133
132
"normalize.css" : " ^8.0.1" ,
134
133
"npm-run-all" : " ^4.1.5" ,
135
134
"prember" : " ^2.1.0" ,
136
135
"prettier" : " ^2.5.1" ,
137
136
"qunit" : " ^2.17.2" ,
138
137
"qunit-dom" : " ^1.6.0" ,
139
138
"sanitize-html" : " ^2.3.2" ,
139
+ "sass" : " ^1.86.0" ,
140
140
"semver" : " ^7.5.4" ,
141
141
"semver-compare" : " ^1.0.0" ,
142
142
"spawndamnit" : " 2.0.0" ,
145
145
"webpack" : " ^5.90.0"
146
146
},
147
147
"engines" : {
148
- "node" : " 16.* || 18.* || 20.*" ,
149
- "npm" : " 7 || 8 || >= 9 "
148
+ "node" : " 16.* || 18.* || 20.* || >= 22 " ,
149
+ "npm" : " 7 || 8 || 9 || >= 10 "
150
150
},
151
151
"cacheDirectories" : [
152
152
" node_modules"
171
171
"ember-truth-helpers" : " ^4.0.0"
172
172
}
173
173
},
174
- "packageManager" :
" [email protected] "
175
- }
174
+ "packageManager" :
" [email protected] " ,
175
+ "volta" : {
176
+ "node" : " 23.10.0" ,
177
+ "pnpm" : " 10.6.5"
178
+ }
179
+ }
You can’t perform that action at this time.
0 commit comments